svn commit: r196890 - head/etc/mtree

Antoine Brodin antoine at FreeBSD.org
Sun Sep 6 13:26:51 UTC 2009


Author: antoine
Date: Sun Sep  6 13:26:51 2009
New Revision: 196890
URL: http://svn.freebsd.org/changeset/base/196890

Log:
  Update etc/mtree/Makefile:
    There is no longer BSD.{local,x11-4,x11}.dist mtree files.
    There is a BSD.sendmail.dist mtree file.

Modified:
  head/etc/mtree/Makefile

Modified: head/etc/mtree/Makefile
==============================================================================
--- head/etc/mtree/Makefile	Sun Sep  6 12:01:29 2009	(r196889)
+++ head/etc/mtree/Makefile	Sun Sep  6 13:26:51 2009	(r196890)
@@ -5,12 +5,10 @@
 FILES=	${_BIND.chroot.dist} \
 	${_BIND.include.dist} \
 	BSD.include.dist \
-	BSD.local.dist \
 	BSD.root.dist \
+	${_BSD.sendmail.dist} \
 	BSD.usr.dist \
-	BSD.var.dist \
-	BSD.x11-4.dist \
-	BSD.x11.dist
+	BSD.var.dist
 
 .if ${MK_BIND} != "no"
 _BIND.chroot.dist=	BIND.chroot.dist
@@ -18,6 +16,9 @@ _BIND.chroot.dist=	BIND.chroot.dist
 _BIND.include.dist=	BIND.include.dist
 .endif
 .endif
+.if ${MK_SENDMAIL} != "no"
+_BSD.sendmail.dist=	BSD.sendmail.dist
+.endif
 
 NO_OBJ=
 FILESDIR= /etc/mtree


More information about the svn-src-all mailing list