Deleted Added
full compact
Makefile (207113) Makefile (207842)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 207113 2010-04-23 11:07:43Z flz $
2# $FreeBSD: head/lib/Makefile 207842 2010-05-10 06:59:50Z mm $
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.

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

71 libgeom \
72 ${_libgpib} \
73 ${_libgssapi} \
74 ${_librpcsec_gss} \
75 libipsec \
76 ${_libipx} \
77 libjail \
78 libkiconv \
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.

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

71 libgeom \
72 ${_libgpib} \
73 ${_libgssapi} \
74 ${_librpcsec_gss} \
75 libipsec \
76 ${_libipx} \
77 libjail \
78 libkiconv \
79 liblzma \
79 libmagic \
80 libmemstat \
81 ${_libmilter} \
82 ${_libmp} \
83 ${_libncp} \
84 ${_libngatm} \
85 libopie \
86 libpam \

--- 135 unchanged lines hidden ---
80 libmagic \
81 libmemstat \
82 ${_libmilter} \
83 ${_libmp} \
84 ${_libncp} \
85 ${_libngatm} \
86 libopie \
87 libpam \

--- 135 unchanged lines hidden ---