libsoft: Remove support for installing libsoft
Remove the infrasturcture needed to create the libsoft directories. Sponsored by: Netflix
This commit is contained in:
parent
78beb051a2
commit
72bf91e250
@ -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}
|
||||
|
@ -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
|
||||
..
|
||||
..
|
||||
..
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user