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) --- etc/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index ddd1abb..ff8efc5 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -142,12 +142,6 @@ MTREE= BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist .if ${MK_SENDMAIL} != "no" MTREE+= BSD.sendmail.dist .endif -.if ${MK_BIND} != "no" -MTREE+= BIND.chroot.dist -.if ${MK_BIND_LIBS} != "no" -MTREE+= BIND.include.dist -.endif -.endif .if ${MK_DEBUG_FILES} != "no" MTREE+= BSD.debug.dist .endif @@ -242,14 +236,6 @@ distribution: ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR} cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \ ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR} -.if ${MK_BIND_MTREE} != "no" - if [ ! -e ${DESTDIR}/etc/namedb ]; then \ - ln -s ../var/named/etc/namedb ${DESTDIR}/etc/namedb; \ - fi -.endif -.if ${MK_BIND_ETC} != "no" - ${_+_}cd ${.CURDIR}/namedb; ${MAKE} install -.endif .if ${MK_UNBOUND} != "no" if [ ! -e ${DESTDIR}/etc/unbound ]; then \ ${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \ @@ -328,12 +314,6 @@ MTREES= mtree/BSD.root.dist / \ .if ${MK_DEBUG_FILES} != "no" MTREES+= mtree/BSD.debug.dist /usr/lib .endif -.if ${MK_BIND_LIBS} != "no" -MTREES+= mtree/BIND.include.dist /usr/include -.endif -.if ${MK_BIND_MTREE} != "no" -MTREES+= mtree/BIND.chroot.dist /var/named -.endif .if ${MK_GROFF} != "no" MTREES+= mtree/BSD.groff.dist /usr .endif -- cgit v1.1