aboutsummaryrefslogtreecommitdiff
path: root/etc/mtree
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-07-25 00:28:23 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-07-25 00:28:23 +0000
commitfcb60eb0bbc3da660656114615da444801277759 (patch)
treef07a48992a09ce9075fb96070ee0d720eb53844d /etc/mtree
parent01ba2b6319812464f01fe6cd454df93a91634fe9 (diff)
downloadsrc-fcb60eb0bbc3da660656114615da444801277759.tar.gz
src-fcb60eb0bbc3da660656114615da444801277759.zip
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
Notes
Notes: svn path=/head/; revision=321446
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile
index a47376478c24..27dfcc751ae5 100644
--- a/etc/mtree/Makefile
+++ b/etc/mtree/Makefile
@@ -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