summaryrefslogtreecommitdiffstats
path: root/usr.sbin/genrandom/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-30 17:23:45 +0000
committerdes <des@FreeBSD.org>2013-09-30 17:23:45 +0000
commitaa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9 (patch)
tree1a2886b0de387ddff665d0e370f40ffc32778840 /usr.sbin/genrandom/Makefile
parent9e2a5c1c0e7dbd2e8116aa8f1ce21759dec75295 (diff)
downloadFreeBSD-src-aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9.zip
FreeBSD-src-aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9.tar.gz
Remove BIND.
Approved by: re (gjb)
Diffstat (limited to 'usr.sbin/genrandom/Makefile')
-rw-r--r--usr.sbin/genrandom/Makefile24
1 files changed, 0 insertions, 24 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud