Unconditionally install etc/mtree/BSD.debug.dist again
r279248 unconditionally installed BSD.debug.dist for ease-of-developer-use. Restore the previous behavior. While here, add a comment to note that this is intentional to avoid accidental future removal. MFC after: 2 months MFC with: r321444
This commit is contained in:
parent
01ba2b6319
commit
fcb60eb0bb
@ -2,7 +2,9 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
FILES= ${_BSD.debug.dist} \
|
||||
# NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use.
|
||||
FILES= \
|
||||
BSD.debug.dist \
|
||||
BSD.include.dist \
|
||||
BSD.root.dist \
|
||||
${_BSD.lib32.dist} \
|
||||
@ -12,9 +14,6 @@ FILES= ${_BSD.debug.dist} \
|
||||
BSD.usr.dist \
|
||||
BSD.var.dist
|
||||
|
||||
.if ${MK_DEBUG_FILES} != "no"
|
||||
_BSD.debug.dist= BSD.debug.dist
|
||||
.endif
|
||||
.if ${MK_LIB32} != "no"
|
||||
_BSD.lib32.dist= BSD.lib32.dist
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user