repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[dragonfly.git]
/
sbin
/
nologin
/
Makefile
blob
fc62cbf8bb972b32a12f853160391cac2056c3ed
1
# @(#)Makefile 8.2 (Berkeley) 4/22/94
2
# $FreeBSD: src/sbin/nologin/Makefile,v 1.6.6.2 2001/04/25 14:04:15 ru Exp $
3
# $DragonFly: src/sbin/nologin/Makefile,v 1.3 2008/02/05 10:58:04 matthias Exp $
4
5
PROG
=
nologin
6
SRCS
=
nologin.c
7
MAN
=
nologin
.5
nologin
.8
8
9
.
include
<
bsd.prog.mk
>