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
udf: Remove NULL dereference.
[dragonfly.git]
/
usr.sbin
/
rwhod
/
Makefile
blob
98dfb421a58627f4b1dfd155f8cc1951b027aabc
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.sbin/rwhod/Makefile,v 1.2.14.1 2001/04/25 12:10:49 ru Exp $
3
# $DragonFly: src/usr.sbin/rwhod/Makefile,v 1.4 2005/05/27 11:24:49 liamfoy Exp $
4
5
PROG
=
rwhod
6
MAN
=
rwhod
.8
7
WARNS?
=
6
8
9
LDADD
+= -
lutil
10
DPADD
+= ${
LIBUTIL
}
11
12
.
include
<
bsd.prog.mk
>