summaryrefslogtreecommitdiffstats
path: root/usr.bin/nsupdate/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.bin/nsupdate/Makefile
parent9e2a5c1c0e7dbd2e8116aa8f1ce21759dec75295 (diff)
downloadFreeBSD-src-aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9.zip
FreeBSD-src-aa2e4b623cdc1d9d2b44a103d24ecb7e0c984de9.tar.gz
Remove BIND.
Approved by: re (gjb)
Diffstat (limited to 'usr.bin/nsupdate/Makefile')
-rw-r--r--usr.bin/nsupdate/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
deleted file mode 100644
index 593d589..0000000
--- a/usr.bin/nsupdate/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-BIND_DIR= ${.CURDIR}/../../contrib/bind9
-LIB_BIND_REL= ../../lib/bind
-LIB_BIND_DIR= ${.CURDIR}/${LIB_BIND_REL}
-SRCDIR= ${BIND_DIR}/bin/nsupdate
-
-.include "${LIB_BIND_DIR}/config.mk"
-
-PROG= nsupdate
-
-.PATH: ${SRCDIR}
-SRCS+= nsupdate.c
-
-CFLAGS+= -I${SRCDIR}/include -ledit
-CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
-CFLAGS+= -DSESSION_KEYFILE=\"/var/run/named/session.key\"
-
-DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} ${LIBEDIT}
-LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} ${LIBEDIT}
-
-WARNS?= 1
-
-MAN= nsupdate.1
-
-MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
- -e "s@^\.HP [0-9]* @@"
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud