Deleted Added
full compact
Makefile (137554) Makefile (137675)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 137554 2004-11-10 22:16:37Z markm $
2# $FreeBSD: head/lib/Makefile 137675 2004-11-13 20:40:32Z bz $
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.

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

102.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
103_libthread_db= libthread_db
104.endif
105
106.if !defined(NO_USB)
107_libusbhid= libusbhid
108.endif
109
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.

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

102.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc"
103_libthread_db= libthread_db
104.endif
105
106.if !defined(NO_USB)
107_libusbhid= libusbhid
108.endif
109
110.if !defined(NO_YP_LIBC)
110.if !defined(NO_NIS)
111_libypclnt= libypclnt
112.endif
113
114.include <bsd.subdir.mk>
111_libypclnt= libypclnt
112.endif
113
114.include <bsd.subdir.mk>