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
Support enabling daemons in base and pkgsrc like NetBSD and FreeBSD, ie:
[dragonfly.git]
/
usr.bin
/
rwho
/
Makefile
blob
8731b788d90e3e6caae809251672f68dd3325384
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/rwho/Makefile,v 1.2 2005/01/09 16:20:54 liamfoy Exp $
3
4
PROG
=
rwho
5
6
WARNS?
=
6
7
.
include
<
bsd.prog.mk
>