summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntpdate
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/ntpdate')
-rw-r--r--usr.sbin/ntp/ntpdate/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.sbin/ntp/ntpdate/Makefile b/usr.sbin/ntp/ntpdate/Makefile
index 015b14d..22c7cf0 100644
--- a/usr.sbin/ntp/ntpdate/Makefile
+++ b/usr.sbin/ntp/ntpdate/Makefile
@@ -4,16 +4,18 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/ntpdate
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+PROG= ntpdate
-DPADD= ${LIBNTP} ${LIBKVM}
-LDADD= ${LIBNTP} ${LIBKVM}
+SRCS= ntpdate.c version.c
+
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-PROG= ntpdate
NOMAN= yes
-CLEANFILES+= .version version.c
-SRCS= ntpdate.c version.c
+DPADD= ${LIBNTP}
+LDADD= ${LIBNTP}
+
+CLEANFILES+= .version version.c
version.c:
sh -e ${.CURDIR}/../scripts/mkver ntpdate
OpenPOWER on IntegriCloud