summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-01 18:24:46 +0000
committerru <ru@FreeBSD.org>2007-10-01 18:24:46 +0000
commit7ef0a53855ac0365dd58ce0b3a7469722023d542 (patch)
tree0a5e51b5fb22c3763786b43f3087739aaa257a0d /Makefile.inc1
parentc05a2547c61f36994f2eb95b4a4f042faa697cef (diff)
downloadFreeBSD-src-7ef0a53855ac0365dd58ce0b3a7469722023d542.zip
FreeBSD-src-7ef0a53855ac0365dd58ce0b3a7469722023d542.tar.gz
Revise the list of directories we manually create under
${WORLDTMP} and ${LIB32TMP}; some of them are no longer needed, and some were never needed. Approved by: re (kensmith)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a0a011a..19a2526 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -330,8 +330,7 @@ _worldtmp:
.endfor
.for _dir in \
lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \
- usr/libexec usr/sbin usr/share/misc \
- usr/share/snmp/defs usr/share/snmp/mibs
+ usr/libexec usr/sbin usr/share/misc
mkdir -p ${WORLDTMP}/${_dir}
.endfor
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
@@ -415,9 +414,7 @@ build32:
@echo ">>> stage 5.1: building 32 bit shim libraries"
@echo "--------------------------------------------------------------"
.for _dir in \
- lib lib32 usr/bin usr/include usr/lib32 usr/libdata/ldscripts \
- usr/libexec usr/sbin usr/share/misc \
- usr/share/snmp/defs usr/share/snmp/mibs
+ usr/include usr/lib32 usr/share/misc
mkdir -p ${LIB32TMP}/${_dir}
.endfor
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
OpenPOWER on IntegriCloud