Deleted Added
full compact
Makefile (225945) Makefile (225952)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 225945 2011-10-03 18:05:51Z jkim $
2# $FreeBSD: head/lib/Makefile 225952 2011-10-03 20:49:02Z nwhitehorn $
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.

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

65 libdevinfo \
66 libdevstat \
67 libdisk \
68 libdwarf \
69 libedit \
70 ${_libefi} \
71 libexpat \
72 libfetch \
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.

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

65 libdevinfo \
66 libdevstat \
67 libdisk \
68 libdwarf \
69 libedit \
70 ${_libefi} \
71 libexpat \
72 libfetch \
73 libftpio \
74 libgeom \
75 ${_libgpib} \
76 ${_libgssapi} \
77 ${_librpcsec_gss} \
78 libipsec \
79 ${_libipx} \
80 libjail \
81 libkiconv \

--- 146 unchanged lines hidden ---
73 libgeom \
74 ${_libgpib} \
75 ${_libgssapi} \
76 ${_librpcsec_gss} \
77 libipsec \
78 ${_libipx} \
79 libjail \
80 libkiconv \

--- 146 unchanged lines hidden ---