Makefile (8f7ffe585aac315792f7e363ed95582db2de6712) Makefile (aea0abf3e39d479534a48866a529f92777d4462a)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
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.

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

92_libncp= libncp
93_libsmb= libsmb
94.endif
95
96.if !defined(NOLIBPTHREAD)
97_libpthread= libpthread
98.endif
99
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
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.

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

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