libsoft: Remove support for installing libsoft

Remove the infrasturcture needed to create the libsoft directories.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-01-06 22:34:10 -07:00
parent 78beb051a2
commit 72bf91e250
3 changed files with 0 additions and 22 deletions

View File

@ -107,10 +107,6 @@ MTREES= mtree/BSD.root.dist / \
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}

View File

@ -1,14 +0,0 @@
# $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
..
..
..

View File

@ -10,7 +10,6 @@ FILES= \
BSD.include.dist \
BSD.root.dist \
${_BSD.lib32.dist} \
${_BSD.libsoft.dist} \
${_BSD.sendmail.dist} \
${_BSD.tests.dist} \
BSD.usr.dist \
@ -19,9 +18,6 @@ FILES= \
.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