summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2001-08-29 16:23:52 +0000
committerroberto <roberto@FreeBSD.org>2001-08-29 16:23:52 +0000
commit302a2c3423db28a973aba5e690fa9d81668198f2 (patch)
tree16aaf72b1b5ab6eeb6c30c10f74bcb374eb0dc95 /usr.sbin/ntp
parent943c3f4c138d3284ce8ef0d078e77eb375868c1d (diff)
downloadFreeBSD-src-302a2c3423db28a973aba5e690fa9d81668198f2.zip
FreeBSD-src-302a2c3423db28a973aba5e690fa9d81668198f2.tar.gz
Add forgotten ntp-genkeys directory/Makefile.
Diffstat (limited to 'usr.sbin/ntp')
-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