Makefile (e6116d5b8e55f021844ac2331aa533a1a114fc8f) | Makefile (2e564269d0af3703815a10effe03c1f1773c9a46) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 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# --- 86 unchanged lines hidden (view full) --- 95 libpcap \ 96 ${_libpmc} \ 97 ${_libproc} \ 98 libprocstat \ 99 librt \ 100 ${_librtld_db} \ 101 ${_libsdp} \ 102 ${_libsm} \ | 1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD$ 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# --- 86 unchanged lines hidden (view full) --- 95 libpcap \ 96 ${_libpmc} \ 97 ${_libproc} \ 98 libprocstat \ 99 librt \ 100 ${_librtld_db} \ 101 ${_libsdp} \ 102 ${_libsm} \ |
103 ${_libsmb} \ | |
104 ${_libsmdb} \ 105 ${_libsmutil} \ 106 libstand \ 107 libstdbuf \ 108 libstdthreads \ 109 ${_libtelnet} \ 110 ${_libthr} \ 111 libthread_db \ --- 71 unchanged lines hidden (view full) --- 183_libnetgraph= libnetgraph 184.endif 185 186.if ${MK_NIS} != "no" 187_libypclnt= libypclnt 188.endif 189 190.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" | 103 ${_libsmdb} \ 104 ${_libsmutil} \ 105 libstand \ 106 libstdbuf \ 107 libstdthreads \ 108 ${_libtelnet} \ 109 ${_libthr} \ 110 libthread_db \ --- 71 unchanged lines hidden (view full) --- 182_libnetgraph= libnetgraph 183.endif 184 185.if ${MK_NIS} != "no" 186_libypclnt= libypclnt 187.endif 188 189.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" |
191_libsmb= libsmb | |
192_libvgl= libvgl 193_libproc= libproc 194_librtld_db= librtld_db 195.endif 196 197.if ${MACHINE_CPUARCH} == "ia64" 198_libefi= libefi | 190_libvgl= libvgl 191_libproc= libproc 192_librtld_db= librtld_db 193.endif 194 195.if ${MACHINE_CPUARCH} == "ia64" 196_libefi= libefi |
199_libsmb= libsmb | |
200.endif 201 202.if ${MACHINE_CPUARCH} == "mips" 203_libproc= libproc 204_librtld_db= librtld_db 205.endif 206 | 197.endif 198 199.if ${MACHINE_CPUARCH} == "mips" 200_libproc= libproc 201_librtld_db= librtld_db 202.endif 203 |
207.if ${MACHINE_CPUARCH} == "powerpc" 208_libsmb= libsmb 209.endif 210 211.if ${MACHINE_CPUARCH} == "sparc64" 212_libsmb= libsmb 213.endif 214 | |
215.if ${MK_OPENSSL} != "no" 216_libmp= libmp 217.endif 218 219.if ${MK_LIBCPLUSPLUS} != "no" 220_libcxxrt= libcxxrt 221_libcplusplus= libc++ 222.endif --- 22 unchanged lines hidden --- | 204.if ${MK_OPENSSL} != "no" 205_libmp= libmp 206.endif 207 208.if ${MK_LIBCPLUSPLUS} != "no" 209_libcxxrt= libcxxrt 210_libcplusplus= libc++ 211.endif --- 22 unchanged lines hidden --- |