summaryrefslogtreecommitdiffstats
path: root/etc/mtree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mtree/Makefile')
-rw-r--r--etc/mtree/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile
index 1a941e4..d8df25d 100644
--- a/etc/mtree/Makefile
+++ b/etc/mtree/Makefile
@@ -6,6 +6,7 @@ FILES= ${_BSD.debug.dist} \
BSD.include.dist \
BSD.root.dist \
${_BSD.lib32.dist} \
+ ${_BSD.libsoft.dist} \
${_BSD.sendmail.dist} \
${_BSD.tests.dist} \
BSD.usr.dist \
@@ -20,6 +21,9 @@ _BSD.groff.dist= BSD.groff.dist
.if ${MK_LIB32} != "no"
_BSD.lib32.dist= BSD.lib32.dist
.endif
+.if ${MK_LIBSOFT} != "no"
+_BSD.libsoft.dist= BSD.libsoft.dist
+.endif
.if ${MK_SENDMAIL} != "no"
_BSD.sendmail.dist= BSD.sendmail.dist
.endif
OpenPOWER on IntegriCloud