summaryrefslogtreecommitdiffstats
path: root/etc/mtree
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-13 07:44:58 +0000
committerngie <ngie@FreeBSD.org>2016-01-13 07:44:58 +0000
commit662bdc54fa28b9d6b5fc712eff1863cb790dc2d7 (patch)
treefc5f26c56b9d435ad8ef23c228244aa141c575c7 /etc/mtree
parent3be41536332fc1686ed5e543848a5ad57b5359d6 (diff)
parent29a0c076acf930bd10095847e737bc01ce03846d (diff)
downloadFreeBSD-src-662bdc54fa28b9d6b5fc712eff1863cb790dc2d7.zip
FreeBSD-src-662bdc54fa28b9d6b5fc712eff1863cb790dc2d7.tar.gz
MFhead @ r293815
Diffstat (limited to 'etc/mtree')
-rw-r--r--etc/mtree/BSD.libsoft.dist14
-rw-r--r--etc/mtree/BSD.tests.dist2
-rw-r--r--etc/mtree/Makefile4
3 files changed, 20 insertions, 0 deletions
diff --git a/etc/mtree/BSD.libsoft.dist b/etc/mtree/BSD.libsoft.dist
new file mode 100644
index 0000000..69026a7
--- /dev/null
+++ b/etc/mtree/BSD.libsoft.dist
@@ -0,0 +1,14 @@
+# $FreeBSD$
+#
+# Please see the file src/etc/mtree/README before making changes to this file.
+#
+
+/set type=dir uname=root gname=wheel mode=0755
+.
+ libsoft
+ dtrace
+ ..
+ i18n
+ ..
+ ..
+..
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist
index be83bc4..9ec59be 100644
--- a/etc/mtree/BSD.tests.dist
+++ b/etc/mtree/BSD.tests.dist
@@ -660,6 +660,8 @@
..
pw
..
+ rpcbind
+ ..
sa
..
..
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