Deleted Added
full compact
Makefile (225952) Makefile (227983)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 225952 2011-10-03 20:49:02Z nwhitehorn $
2# $FreeBSD: head/lib/Makefile 227983 2011-11-25 20:59:04Z theraven $
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.

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

45 ${_libnetgraph} \
46 libradius \
47 librpcsvc \
48 libsbuf \
49 libtacplus \
50 libutil \
51 ${_libypclnt}
52
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.

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

45 ${_libnetgraph} \
46 libradius \
47 librpcsvc \
48 libsbuf \
49 libtacplus \
50 libutil \
51 ${_libypclnt}
52
53.if ${MK_LIBCPLUSPLUS} != "no"
54SUBDIR_ORDERED+=libcxxrt\
55 libc++
56.endif
57
58
53SUBDIR= ${SUBDIR_ORDERED} \
54 libalias \
55 libarchive \
56 ${_libatm} \
57 libbegemot \
58 libblocksruntime \
59 ${_libbluetooth} \
60 ${_libbsnmp} \

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

--- 166 unchanged lines hidden ---