summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntptime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/ntptime/Makefile')
-rw-r--r--usr.sbin/ntp/ntptime/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile
index d4e45eb..6d57ec2 100644
--- a/usr.sbin/ntp/ntptime/Makefile
+++ b/usr.sbin/ntp/ntptime/Makefile
@@ -4,14 +4,15 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/util
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+PROG= ntptime
-DPADD= ${LIBNTP} ${LIBKVM}
-LDADD= ${LIBNTP} ${LIBKVM}
+SRCS= ntptime.c
+
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-PROG= ntptime
NOMAN= yes
-SRCS= ntptime.c
+DPADD= ${LIBNTP}
+LDADD= ${LIBNTP}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud