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
sys/vfs/autofs: Cleanup autofs_mount()
[dragonfly.git]
/
usr.sbin
/
dntpd
/
Makefile
blob
211102fe3d1016e222b95cf967f0a8160f513a94
1
PROG
=
dntpd
2
SRCS
=
main.c socket.c ntpreq.c convert.c log.c client.c system.c
3
4
LDADD
+= -
lm
5
DPADD
+= ${
LIBM
}
6
7
MAN
=
dntpd
.8
8
9
.
include
<
bsd.prog.mk
>