Deleted Added
full compact
Makefile (254273) Makefile (255180)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 254273 2013-08-13 07:15:01Z peter $
2# $FreeBSD: head/lib/Makefile 255180 2013-09-03 15:22:04Z emaste $
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.

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

67 libcalendar \
68 libcam \
69 libcompat \
70 libdevinfo \
71 libdevstat \
72 libdwarf \
73 libedit \
74 ${_libefi} \
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.

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

67 libcalendar \
68 libcam \
69 libcompat \
70 libdevinfo \
71 libdevstat \
72 libdwarf \
73 libedit \
74 ${_libefi} \
75 libexecinfo \
75 libexpat \
76 libfetch \
77 libgeom \
78 ${_libgpib} \
79 ${_libgssapi} \
80 ${_librpcsec_gss} \
81 ${_libiconv_compat} \
82 libipsec \

--- 191 unchanged lines hidden ---
76 libexpat \
77 libfetch \
78 libgeom \
79 ${_libgpib} \
80 ${_libgssapi} \
81 ${_librpcsec_gss} \
82 ${_libiconv_compat} \
83 libipsec \

--- 191 unchanged lines hidden ---