summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntp-genkeys/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/ntp-genkeys/Makefile')
-rw-r--r--usr.sbin/ntp/ntp-genkeys/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/ntp/ntp-genkeys/Makefile b/usr.sbin/ntp/ntp-genkeys/Makefile
new file mode 100644
index 0000000..7a60029
--- /dev/null
+++ b/usr.sbin/ntp/ntp-genkeys/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../contrib/ntp/util \
+ ${.CURDIR}/../../../contrib/ntp/ntpd
+
+PROG= ntp-genkeys
+NOMAN= yes
+SRCS= ntp-genkeys.c ntp_config.c
+
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+
+DPADD= ${LIBNTP}
+LDADD= ${LIBNTP}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud