From 122944f492c2782240c7218579bf9c0e127f9a06 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 1 Oct 2013 07:19:23 +0000 Subject: Odds and ends left over from BIND and unnoticed because they didn't affect 'make universe'. Approved by: re (gjb) --- etc/mtree/Makefile | 10 +--------- etc/periodic/daily/Makefile | 4 ---- 2 files changed, 1 insertion(+), 13 deletions(-) (limited to 'etc') diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile index 06aeb19..3cea0f8 100644 --- a/etc/mtree/Makefile +++ b/etc/mtree/Makefile @@ -2,20 +2,12 @@ .include -FILES= ${_BIND.chroot.dist} \ - ${_BIND.include.dist} \ - ${_BSD.debug.dist} \ - BSD.include.dist \ +FILES= BSD.include.dist \ BSD.root.dist \ ${_BSD.sendmail.dist} \ BSD.usr.dist \ BSD.var.dist -.if ${MK_BIND} != "no" -_BIND.chroot.dist= BIND.chroot.dist -.if ${MK_BIND_LIBS} != "no" -_BIND.include.dist= BIND.include.dist -.endif .endif .if ${MK_DEBUG_FILES} != "no" _BSD.debug.dist= BSD.debug.dist diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile index 5a4e2d2..6909e30 100644 --- a/etc/periodic/daily/Makefile +++ b/etc/periodic/daily/Makefile @@ -24,10 +24,6 @@ FILES= 100.clean-disks \ FILES+= 310.accounting .endif -.if ${MK_BIND_NAMED} != "no" -FILES+= 470.status-named -.endif - .if ${MK_CALENDAR} != "no" FILES+= 300.calendar .endif -- cgit v1.1