Deleted Added
full compact
Makefile (211934) Makefile (215127)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 211934 2010-08-28 15:03:11Z nwhitehorn $
2# $FreeBSD: head/lib/Makefile 215127 2010-11-11 15:48:27Z ed $
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.

--- 18 unchanged lines hidden (view full) ---

29#
30# Except it appears bind needs to be compiled last
31
32SUBDIR_ORDERED= ${_csu} \
33 libc \
34 libbsm \
35 libauditd \
36 libcom_err \
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.

--- 18 unchanged lines hidden (view full) ---

29#
30# Except it appears bind needs to be compiled last
31
32SUBDIR_ORDERED= ${_csu} \
33 libc \
34 libbsm \
35 libauditd \
36 libcom_err \
37 libcompiler_rt \
37 libcrypt \
38 libelf \
39 libkvm \
40 msun \
41 libmd \
42 ncurses \
43 ${_libnetgraph} \
44 libradius \
45 librpcsvc \
46 libsbuf \
47 libtacplus \
48 libutil \
49 ${_libypclnt}
50
51SUBDIR= ${SUBDIR_ORDERED} \
52 libalias \
53 libarchive \
54 ${_libatm} \
55 libbegemot \
38 libcrypt \
39 libelf \
40 libkvm \
41 msun \
42 libmd \
43 ncurses \
44 ${_libnetgraph} \
45 libradius \
46 librpcsvc \
47 libsbuf \
48 libtacplus \
49 libutil \
50 ${_libypclnt}
51
52SUBDIR= ${SUBDIR_ORDERED} \
53 libalias \
54 libarchive \
55 ${_libatm} \
56 libbegemot \
57 libblocksruntime \
56 ${_libbluetooth} \
57 ${_libbsnmp} \
58 libbz2 \
59 libcalendar \
60 libcam \
61 libcompat \
62 libdevinfo \
63 libdevstat \

--- 167 unchanged lines hidden ---
58 ${_libbluetooth} \
59 ${_libbsnmp} \
60 libbz2 \
61 libcalendar \
62 libcam \
63 libcompat \
64 libdevinfo \
65 libdevstat \

--- 167 unchanged lines hidden ---