summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/ntp-keygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ntp/ntp-keygen/Makefile')
-rw-r--r--usr.sbin/ntp/ntp-keygen/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/usr.sbin/ntp/ntp-keygen/Makefile b/usr.sbin/ntp/ntp-keygen/Makefile
deleted file mode 100644
index a0fee44..0000000
--- a/usr.sbin/ntp/ntp-keygen/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD$
-
-NO_MAN=
-
-.include <bsd.own.mk>
-
-.PATH: ${.CURDIR}/../../../contrib/ntp/util \
- ${.CURDIR}/../../../contrib/ntp/ntpd
-
-PROG= ntp-keygen
-SRCS= ntp-keygen.c ntp-keygen-opts.c
-
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ \
- -I${.CURDIR}/../../../contrib/ntp/libopts
-
-DPADD= ${LIBNTP} ${LIBOPTS}
-LDADD= ${LIBNTP} ${LIBOPTS}
-
-.if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH)
-DPADD+= ${LIBMD} ${LIBCRYPTO}
-LDADD+= -lmd -lcrypto
-.endif
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud