From aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 30 Sep 2013 17:23:45 +0000 Subject: Remove BIND. Approved by: re (gjb) --- usr.sbin/genrandom/Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 usr.sbin/genrandom/Makefile (limited to 'usr.sbin/genrandom/Makefile') diff --git a/usr.sbin/genrandom/Makefile b/usr.sbin/genrandom/Makefile deleted file mode 100644 index 975d84b..0000000 --- a/usr.sbin/genrandom/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -BIND_DIR= ${.CURDIR}/../../contrib/bind9 -LIB_BIND_REL= ../../lib/bind -LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL} -SRCDIR= ${BIND_DIR}/bin/tools - -.include "${LIB_BIND_DIR}/config.mk" - -PROG= genrandom - -.PATH: ${SRCDIR} -SRCS+= genrandom.c - -CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include - -DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} -LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} - -WARNS?= 3 - -MAN= genrandom.8 - -.include -- cgit v1.1