Deleted Added
full compact
Makefile (173017) Makefile (173704)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 173017 2007-10-26 11:07:25Z ru $
2# $FreeBSD: head/lib/Makefile 173704 2007-11-17 21:29:02Z cognet $
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.

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

31 libbegemot ${_libbluetooth} libbsnmp libbz2 \
32 libcalendar libcam libcompat libdevinfo libdevstat libdisk \
33 libedit libexpat libfetch libftpio libgeom ${_libgpib} \
34 libgssapi libipsec \
35 ${_libipx} libkiconv libmagic libmemstat ${_libmilter} ${_libmp} \
36 ${_libncp} ${_libngatm} libopie libpam libpcap \
37 libpmc ${_libkse} librt ${_libsdp} ${_libsm} ${_libsmb} \
38 ${_libsmdb} \
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.

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

31 libbegemot ${_libbluetooth} libbsnmp libbz2 \
32 libcalendar libcam libcompat libdevinfo libdevstat libdisk \
33 libedit libexpat libfetch libftpio libgeom ${_libgpib} \
34 libgssapi libipsec \
35 ${_libipx} libkiconv libmagic libmemstat ${_libmilter} ${_libmp} \
36 ${_libncp} ${_libngatm} libopie libpam libpcap \
37 libpmc ${_libkse} librt ${_libsdp} ${_libsm} ${_libsmb} \
38 ${_libsmdb} \
39 ${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \
39 ${_libsmutil} libstand libtelnet ${_libthr} libthread_db libufs \
40 libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind}
41
42.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
43_csu=csu/${MACHINE_ARCH}-elf
44.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}/Makefile)
45_csu=csu/${MACHINE_ARCH}
46.else
47_csu=csu

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

103.if ${MK_LIBKSE} != "no"
104_libkse= libkse
105.endif
106
107.if ${MK_LIBTHR} != "no"
108_libthr= libthr
109.endif
110
40 libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind}
41
42.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
43_csu=csu/${MACHINE_ARCH}-elf
44.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}/Makefile)
45_csu=csu/${MACHINE_ARCH}
46.else
47_csu=csu

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

103.if ${MK_LIBKSE} != "no"
104_libkse= libkse
105.endif
106
107.if ${MK_LIBTHR} != "no"
108_libthr= libthr
109.endif
110
111.if ${MACHINE_ARCH} != "arm"
112_libthread_db= libthread_db
113.endif
114
115.if ${MK_USB} != "no"
116_libusbhid= libusbhid
117.endif
118
119.if ${MK_NIS} != "no"
120_libypclnt= libypclnt
121.endif
122
123.if ${MK_GPIB} != "no"
124_libgpib= libgpib
125.endif
126
127.include <bsd.subdir.mk>
111.if ${MK_USB} != "no"
112_libusbhid= libusbhid
113.endif
114
115.if ${MK_NIS} != "no"
116_libypclnt= libypclnt
117.endif
118
119.if ${MK_GPIB} != "no"
120_libgpib= libgpib
121.endif
122
123.include <bsd.subdir.mk>