Deleted Added
full compact
Makefile (228989) Makefile (233337)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 228989 2011-12-30 10:45:00Z rwatson $
2# $FreeBSD: head/lib/Makefile 233337 2012-03-23 03:16:35Z stas $
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.

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

28# Otherwise, the SUBDIR list should be in alphabetical order.
29#
30# Except it appears bind needs to be compiled last
31
32SUBDIR_ORDERED= ${_csu} \
33 libc \
34 libbsm \
35 libauditd \
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.

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

28# Otherwise, the SUBDIR list should be in alphabetical order.
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 \
38 libcrypt \
39 libelf \
40 ${_libiconv_modules} \
41 libkvm \
42 msun \
43 libmd \
44 ncurses \
45 ${_libnetgraph} \
46 libradius \
47 librpcsvc \
48 libsbuf \
49 libtacplus \
50 libutil \
51 ${_libypclnt} \
52 ${_libcxxrt} \
53 ${_libcplusplus}
54
36 libcompiler_rt \
37 libcrypt \
38 libelf \
39 ${_libiconv_modules} \
40 libkvm \
41 msun \
42 libmd \
43 ncurses \
44 ${_libnetgraph} \
45 libradius \
46 librpcsvc \
47 libsbuf \
48 libtacplus \
49 libutil \
50 ${_libypclnt} \
51 ${_libcxxrt} \
52 ${_libcplusplus}
53
54.if ${MK_KERBEROS_SUPPORT} != "no"
55SUBDIR_ORDERED+= libcom_err
56.endif
57
55SUBDIR= ${SUBDIR_ORDERED} \
56 libalias \
57 libarchive \
58 ${_libatm} \
59 libbegemot \
60 libblocksruntime \
61 ${_libbluetooth} \
62 ${_libbsnmp} \

--- 172 unchanged lines hidden ---
58SUBDIR= ${SUBDIR_ORDERED} \
59 libalias \
60 libarchive \
61 ${_libatm} \
62 libbegemot \
63 libblocksruntime \
64 ${_libbluetooth} \
65 ${_libbsnmp} \

--- 172 unchanged lines hidden ---