From a4c12f80064a9009ad12611adb31c37c72ee9eca Mon Sep 17 00:00:00 2001 From: des Date: Tue, 21 Sep 2004 19:01:48 +0000 Subject: Switch from BIND 8 to BIND 9. Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days --- etc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index e7cea56..1bc53a8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -114,8 +114,10 @@ distribution: ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${MTREE} ${DESTDIR}/etc/mtree +.if 0 cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${NAMEDB} ${DESTDIR}/etc/namedb +.endif cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \ ${PPPCNF} ${DESTDIR}/etc/ppp cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ -- cgit v1.1