Deleted Added
full compact
Makefile (233413) Makefile (234772)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 233413 2012-03-24 05:18:27Z gonzo $
2# $FreeBSD: head/lib/Makefile 234772 2012-04-28 20:52:20Z jlh $
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.

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

99 librt \
100 ${_librtld_db} \
101 ${_libsdp} \
102 ${_libsm} \
103 ${_libsmb} \
104 ${_libsmdb} \
105 ${_libsmutil} \
106 libstand \
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.

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

99 librt \
100 ${_librtld_db} \
101 ${_libsdp} \
102 ${_libsm} \
103 ${_libsmb} \
104 ${_libsmdb} \
105 ${_libsmutil} \
106 libstand \
107 libstdbuf \
107 libstdthreads \
108 ${_libtelnet} \
109 ${_libthr} \
110 libthread_db \
111 libufs \
112 libugidfw \
113 libulog \
114 ${_libusbhid} \

--- 128 unchanged lines hidden ---
108 libstdthreads \
109 ${_libtelnet} \
110 ${_libthr} \
111 libthread_db \
112 libufs \
113 libugidfw \
114 libulog \
115 ${_libusbhid} \

--- 128 unchanged lines hidden ---