aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-08-17 07:50:15 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-08-17 07:50:15 +0000
commit0b0c94741a6a36fc0b9ecb6f8129c9d818083ef0 (patch)
tree39652bc56aad54280cf139f7587a6092f6126cf4 /Makefile.inc1
parenta4e945c1f900badfcb1971a8842b9e4281e72573 (diff)
downloadsrc-0b0c94741a6a36fc0b9ecb6f8129c9d818083ef0.tar.gz
src-0b0c94741a6a36fc0b9ecb6f8129c9d818083ef0.zip
In preparation for libraries being installed in /lib, add lib to the
list of build directories during the tool creation phase of the build.
Notes
Notes: svn path=/head/; revision=119012
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 cce8db75ad70..a24536179aac 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