summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-08-17 07:50:15 +0000
committergordon <gordon@FreeBSD.org>2003-08-17 07:50:15 +0000
commit2251e17fc39f39df47dded0cbd5f1506d9df6e9f (patch)
tree39652bc56aad54280cf139f7587a6092f6126cf4 /Makefile.inc1
parentc1020619704ccc41710cd2b568e9b1c9bfee15d6 (diff)
downloadFreeBSD-src-2251e17fc39f39df47dded0cbd5f1506d9df6e9f.zip
FreeBSD-src-2251e17fc39f39df47dded0cbd5f1506d9df6e9f.tar.gz
In preparation for libraries being installed in /lib, add lib to the
list of build directories during the tool creation phase of the build.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cce8db7..a245361 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -283,7 +283,7 @@ _worldtmp:
mkdir -p ${WORLDTMP}/legacy/${_dir}
.endfor
.for _dir in \
- usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \
+ lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \
usr/libexec usr/share/misc
mkdir -p ${WORLDTMP}/${_dir}
.endfor
OpenPOWER on IntegriCloud