aboutsummaryrefslogtreecommitdiff
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/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile
new file mode 100644
index 000000000000..d4e45eb7ce3c
--- /dev/null
+++ b/usr.sbin/ntp/ntptime/Makefile
@@ -0,0 +1,17 @@
+#
+# $FreeBSD$
+#
+
+.PATH: ${.CURDIR}/../../../contrib/ntp/util
+
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+
+DPADD= ${LIBNTP} ${LIBKVM}
+LDADD= ${LIBNTP} ${LIBKVM}
+
+PROG= ntptime
+NOMAN= yes
+
+SRCS= ntptime.c
+
+.include <bsd.prog.mk>