mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196890
@ -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…
Reference in New Issue
Block a user