Update etc/mtree/Makefile:
There is no longer BSD.{local,x11-4,x11}.dist mtree files. There is a BSD.sendmail.dist mtree file.
This commit is contained in:
parent
3705c38487
commit
1dfbeeaba1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user