summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index cf97988..5484c11 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -154,6 +154,9 @@ MTREE= BSD.debug.dist BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
.if ${MK_LIB32} != "no"
MTREE+= BSD.lib32.dist
.endif
+.if ${MK_LIBSOFT} != "no"
+MTREE+= BSD.libsoft.dist
+.endif
.if ${MK_TESTS} != "no"
MTREE+= BSD.tests.dist
.endif
@@ -354,6 +357,10 @@ MTREES+= mtree/BSD.groff.dist /usr
MTREES+= mtree/BSD.lib32.dist /usr
MTREES+= mtree/BSD.lib32.dist /usr/lib/debug/usr
.endif
+.if ${MK_LIBSOFT} != "no"
+MTREES+= mtree/BSD.libsoft.dist /usr
+MTREES+= mtree/BSD.libsoft.dist /usr/lib/debug/usr
+.endif
.if ${MK_TESTS} != "no"
MTREES+= mtree/BSD.tests.dist ${TESTSBASE}
MTREES+= mtree/BSD.tests.dist /usr/lib/debug/${TESTSBASE}
OpenPOWER on IntegriCloud