From 302a2c3423db28a973aba5e690fa9d81668198f2 Mon Sep 17 00:00:00 2001 From: roberto Date: Wed, 29 Aug 2001 16:23:52 +0000 Subject: Add forgotten ntp-genkeys directory/Makefile. --- usr.sbin/ntp/ntp-genkeys/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 usr.sbin/ntp/ntp-genkeys/Makefile (limited to 'usr.sbin/ntp') 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 -- cgit v1.1