summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2016-01-03 04:32:05 +0000
committerimp <imp@FreeBSD.org>2016-01-03 04:32:05 +0000
commitcaa3baabf1fb0ef64ee8b34312c3cd97b374a150 (patch)
treefe173ed93145ef562a68085c11646c3b742b79d1 /etc/Makefile
parent462c7f2473296d9106d8f2d07fb6495776a453af (diff)
downloadFreeBSD-src-caa3baabf1fb0ef64ee8b34312c3cd97b374a150.zip
FreeBSD-src-caa3baabf1fb0ef64ee8b34312c3cd97b374a150.tar.gz
Add libsoft to the tree, just like lib32.
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