Deleted Added
full compact
Makefile (174519) Makefile (174548)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 174519 2007-12-10 19:09:24Z dougb $
2# $FreeBSD: head/lib/Makefile 174548 2007-12-12 16:39:32Z ru $
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.

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

57_bind= bind
58.endif
59
60.if ${MK_BLUETOOTH} != "no"
61_libbluetooth= libbluetooth
62_libsdp= libsdp
63.endif
64
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.

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

57_bind= bind
58.endif
59
60.if ${MK_BLUETOOTH} != "no"
61_libbluetooth= libbluetooth
62_libsdp= libsdp
63.endif
64
65.if ${MK_KERBEROS} != "no"
65.if ${MK_GSSAPI} != "no"
66_libgssapi= libgssapi
66_libgssapi= libgssapi
67.else
68.if ${MK_GSSAPI} == "yes"
69_libgssapi= libgssapi
70.endif
67.endif
71.endif
72
73.if ${MK_IPX} != "no"
74_libipx= libipx
75.endif
76
77.if ${MACHINE_ARCH} == "i386"
78.if ${MK_NCP} != "no"
79_libncp= libncp

--- 52 unchanged lines hidden ---
68
69.if ${MK_IPX} != "no"
70_libipx= libipx
71.endif
72
73.if ${MACHINE_ARCH} == "i386"
74.if ${MK_NCP} != "no"
75_libncp= libncp

--- 52 unchanged lines hidden ---