summaryrefslogtreecommitdiffstats
path: root/etc/mtree
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2009-09-06 13:26:51 +0000
committerantoine <antoine@FreeBSD.org>2009-09-06 13:26:51 +0000
commit928d94e891af48cd9e0227071145d79664c1a8b9 (patch)
tree705a34f323f28184e5e093c4fb8904c1b2850b49 /etc/mtree
parent97a0dee63ba656a5f8703199e57653f63e71afe0 (diff)
downloadFreeBSD-src-928d94e891af48cd9e0227071145d79664c1a8b9.zip
FreeBSD-src-928d94e891af48cd9e0227071145d79664c1a8b9.tar.gz
Update etc/mtree/Makefile:
There is no longer BSD.{local,x11-4,x11}.dist mtree files. There is a BSD.sendmail.dist mtree file.
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile
index de69da9..3090ffb 100644
--- a/etc/mtree/Makefile
+++ b/etc/mtree/Makefile
@@ -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
OpenPOWER on IntegriCloud