Deleted Added
full compact
Makefile (258230) Makefile (258398)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/lib/Makefile 258230 2013-11-16 18:40:44Z gjb $
2# $FreeBSD: stable/10/lib/Makefile 258398 2013-11-20 20:24:59Z peter $
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.

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

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

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

27# libgssapi must be built before librpcsec_gss
28#
29# Otherwise, the SUBDIR list should be in alphabetical order.
30#
31# Except it appears bind needs to be compiled last
32
33SUBDIR_ORDERED= ${_csu} \
34 libc \
35 libc_nonshared \
35 libbsm \
36 libauditd \
37 libcompiler_rt \
38 libcrypt \
39 libelf \
40 ${_libiconv_modules} \
41 libkvm \
42 ${_libldns} \

--- 228 unchanged lines hidden ---
36 libbsm \
37 libauditd \
38 libcompiler_rt \
39 libcrypt \
40 libelf \
41 ${_libiconv_modules} \
42 libkvm \
43 ${_libldns} \

--- 228 unchanged lines hidden ---