svn commit: r255963 - in head: etc/mtree etc/periodic/daily usr.bin/dig

Dag-Erling Smørgrav des at FreeBSD.org
Tue Oct 1 07:19:24 UTC 2013


Author: des
Date: Tue Oct  1 07:19:23 2013
New Revision: 255963
URL: http://svnweb.freebsd.org/changeset/base/255963

Log:
  Odds and ends left over from BIND and unnoticed because they didn't
  affect 'make universe'.
  
  Approved by:	re (gjb)

Deleted:
  head/usr.bin/dig/
Modified:
  head/etc/mtree/Makefile
  head/etc/periodic/daily/Makefile

Modified: head/etc/mtree/Makefile
==============================================================================
--- head/etc/mtree/Makefile	Tue Oct  1 05:27:48 2013	(r255962)
+++ head/etc/mtree/Makefile	Tue Oct  1 07:19:23 2013	(r255963)
@@ -2,20 +2,12 @@
 
 .include <bsd.own.mk>
 
-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

Modified: head/etc/periodic/daily/Makefile
==============================================================================
--- head/etc/periodic/daily/Makefile	Tue Oct  1 05:27:48 2013	(r255962)
+++ head/etc/periodic/daily/Makefile	Tue Oct  1 07:19:23 2013	(r255963)
@@ -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


More information about the svn-src-all mailing list