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
crunch: Raise WARNS to 1.
[dragonfly.git]
/
usr.sbin
/
rdate
/
Makefile
blob
f15c61e5c55a06410a68d36eb47fa71cdd0db223
1
# $OpenBSD: src/usr.sbin/rdate/Makefile,v 1.7 2003/11/20 23:23:09 avsm Exp $
2
# $DragonFly: src/usr.sbin/rdate/Makefile,v 1.1 2004/12/01 15:04:43 joerg Exp $
3
4
PROG
=
rdate
5
SRCS
=
rdate.c rfc868time.c ntp.c ntpleaps.c
6
DPADD
+= ${
LIBUTIL
}
7
LDADD
+= -
lutil
8
WARNS?
=
6
9
10
MAN
=
rdate
.8
11
12
.
include
<
bsd.prog.mk
>