Deleted Added
full compact
Makefile (227987) Makefile (228904)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 227987 2011-11-26 03:26:06Z dim $
2# $FreeBSD: head/lib/Makefile 228904 2011-12-26 21:51:53Z 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.

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

96 librt \
97 ${_librtld_db} \
98 ${_libsdp} \
99 ${_libsm} \
100 ${_libsmb} \
101 ${_libsmdb} \
102 ${_libsmutil} \
103 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.

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

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

--- 122 unchanged lines hidden ---
105 ${_libtelnet} \
106 ${_libthr} \
107 libthread_db \
108 libufs \
109 libugidfw \
110 libulog \
111 ${_libusbhid} \
112 ${_libusb} \

--- 122 unchanged lines hidden ---