Deleted Added
full compact
Makefile (144516) Makefile (144520)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 144516 2005-04-02 00:59:18Z davidxu $
2# $FreeBSD: head/lib/Makefile 144520 2005-04-02 01:40:12Z davidxu $
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libkrb5 and libpam.
9# libcrypt must be built before libkrb5 and libpam.
10# libkvm must be built before libdevstat.

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

91_libncp= libncp
92_libsmb= libsmb
93.endif
94
95.if !defined(NO_LIBPTHREAD)
96_libpthread= libpthread
97.endif
98
3
4# To satisfy shared library or ELF linkage when only the libraries being
5# built are visible:
6#
7# csu must be built before all shared libaries for ELF.
8# libcom_err must be built before libkrb5 and libpam.
9# libcrypt must be built before libkrb5 and libpam.
10# libkvm must be built before libdevstat.

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

91_libncp= libncp
92_libsmb= libsmb
93.endif
94
95.if !defined(NO_LIBPTHREAD)
96_libpthread= libpthread
97.endif
98
99.if ${MACHINE_ARCH} != "arm" && !defined(NO_LIBTHR)
100_libthr=
99.if !defined(NO_LIBTHR)
100_libthr= libthr
101.endif
102
103.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
101.endif
102
103.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
104_libthread_db=
104_libthread_db= libthread_db
105.endif
106
107.if !defined(NO_USB)
108_libusbhid= libusbhid
109.endif
110
111.if !defined(NO_NIS)
112_libypclnt= libypclnt
113.endif
114
115.if !defined(NO_GPIB)
116_libgpib= libgpib
117.endif
118
119.include <bsd.subdir.mk>
105.endif
106
107.if !defined(NO_USB)
108_libusbhid= libusbhid
109.endif
110
111.if !defined(NO_NIS)
112_libypclnt= libypclnt
113.endif
114
115.if !defined(NO_GPIB)
116_libgpib= libgpib
117.endif
118
119.include <bsd.subdir.mk>