aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-05-10 16:39:00 +0000
committerWarner Losh <imp@FreeBSD.org>2014-05-10 16:39:00 +0000
commitb8fffe166dee826100722fefefdcf6dd73bd194f (patch)
tree78800f970a5a7daa9f06ab33f79e3aa237267642 /lib/Makefile
parent7ecf742eebab46b6c2b6c7037e204a2447609a82 (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index de87cbaa8560..51abfcadcdb0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -31,8 +31,12 @@
# Except it appears bind needs to be compiled last
SUBDIR_ORDERED= ${_csu} \
+ .WAIT \
libc \
libc_nonshared \
+ .WAIT \
+ msun \
+ .WAIT \
libbsm \
libauditd \
libutil \
@@ -45,7 +49,6 @@ SUBDIR_ORDERED= ${_csu} \
${_libiconv_modules} \
libkvm \
${_libldns} \
- msun \
libmd \
ncurses \
${_libnetgraph} \
@@ -62,6 +65,7 @@ SUBDIR_ORDERED+= libcom_err
.endif
SUBDIR= ${SUBDIR_ORDERED} \
+ .WAIT \
libalias \
libarchive \
${_libatm} \