Makefile (bcaf9acc4959c072552250359a61f67b7ed4b1bd) | Makefile (6b582d5433c0b040b1114b53bd3cee87a17a0e25) |
---|---|
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. --- 76 unchanged lines hidden (view full) --- 85_compat= compat 86.endif 87 88.if ${MACHINE_ARCH} == "amd64" 89_libncp= libncp 90_libsmb= libsmb 91.endif 92 | 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. --- 76 unchanged lines hidden (view full) --- 85_compat= compat 86.endif 87 88.if ${MACHINE_ARCH} == "amd64" 89_libncp= libncp 90_libsmb= libsmb 91.endif 92 |
93.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "sparc64" | 93.if ${MACHINE_ARCH} != "powerpc" |
94.if !defined(NOLIBPTHREAD) 95_libpthread= libpthread 96.endif 97.endif 98 99.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" 100.if !defined(NOLIBTHR) 101_libthr= libthr --- 12 unchanged lines hidden --- | 94.if !defined(NOLIBPTHREAD) 95_libpthread= libpthread 96.endif 97.endif 98 99.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" 100.if !defined(NOLIBTHR) 101_libthr= libthr --- 12 unchanged lines hidden --- |