summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpd
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-01-01 23:58:01 +0000
committerroberto <roberto@FreeBSD.org>2000-01-01 23:58:01 +0000
commit034f4c18839b7e3aba2de93e8676d439a367f35e (patch)
treedc367cfcc407ca7ff8edce9f9cc76b544a571f5a /usr.sbin/ntp/ntpd
parent4c3a41624f578d83b51feb6fa563d8381b2cd081 (diff)
downloadFreeBSD-src-034f4c18839b7e3aba2de93e8676d439a367f35e.zip
FreeBSD-src-034f4c18839b7e3aba2de93e8676d439a367f35e.tar.gz
- remove trace of libkvm. It is not used at all.
- reorganise the Makefiles: the order of variables was not the usual one. Explained gently by: bde
Diffstat (limited to 'usr.sbin/ntp/ntpd')
-rw-r--r--usr.sbin/ntp/ntpd/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile
index 0bff100..fd1e393 100644
--- a/usr.sbin/ntp/ntpd/Makefile
+++ b/usr.sbin/ntp/ntpd/Makefile
@@ -4,14 +4,7 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/ntpd
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-
-DPADD= ${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBKVM}
-LDADD= ${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBKVM}
-
PROG= ntpd
-NOMAN= yes
-CLEANFILES+= .version version.c
SRCS= map_vme.c ntp_config.c \
ntp_control.c ntp_filegen.c ntp_intres.c \
@@ -31,6 +24,15 @@ SRCS= map_vme.c ntp_config.c \
refclock_trak.c refclock_true.c refclock_usno.c \
refclock_wwvb.c version.c
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+
+NOMAN= yes
+
+DPADD= ${LIBPARSE} ${LIBNTP} -lm
+LDADD= ${LIBPARSE} ${LIBNTP} -lm
+
+CLEANFILES+= .version version.c
+
version.c:
sh -e ${.CURDIR}/../scripts/mkver ntpd
OpenPOWER on IntegriCloud