Deleted Added
full compact
Makefile (122568) Makefile (125123)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 122568 2003-11-12 17:09:13Z harti $
2# $FreeBSD: head/lib/Makefile 125123 2004-01-28 00:42:51Z emax $
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.

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

65_libsmutil= libsmutil
66.endif
67
68.if !defined(NO_USB)
69_libusbhid= libusbhid
70.endif
71
72.if ${MACHINE_ARCH} == "i386"
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.

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

65_libsmutil= libsmutil
66.endif
67
68.if !defined(NO_USB)
69_libusbhid= libusbhid
70.endif
71
72.if ${MACHINE_ARCH} == "i386"
73_compat= compat
73.if !defined(NO_BLUETOOTH)
74_libbluetooth= libbluetooth
74_libbluetooth= libbluetooth
75_libncp= libncp
76_libsdp= libsdp
75_libsdp= libsdp
76.endif
77_compat= compat
78_libncp= libncp
77_libsmb= libsmb
78_libvgl= libvgl
79.endif
80
81.if ${MACHINE_ARCH} == "alpha"
82_libio= libio
83_compat= compat
84.endif

--- 27 unchanged lines hidden ---
79_libsmb= libsmb
80_libvgl= libvgl
81.endif
82
83.if ${MACHINE_ARCH} == "alpha"
84_libio= libio
85_compat= compat
86.endif

--- 27 unchanged lines hidden ---