summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile20
1 files changed, 0 insertions, 20 deletions
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
OpenPOWER on IntegriCloud