Makefile (cea557add088ca3156187635fbcc8ebc8dba3f3f) | Makefile (fac8eae5bc442a26e10147f417ea106652b2e20a) |
---|---|
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# --- 97 unchanged lines hidden (view full) --- 106.if ${MK_LIBPTHREAD} != "no" 107_libpthread= libpthread 108.endif 109 110.if ${MK_LIBTHR} != "no" 111_libthr= libthr 112.endif 113 | 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# --- 97 unchanged lines hidden (view full) --- 106.if ${MK_LIBPTHREAD} != "no" 107_libpthread= libpthread 108.endif 109 110.if ${MK_LIBTHR} != "no" 111_libthr= libthr 112.endif 113 |
114.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "powerpc" | 114.if ${MACHINE_ARCH} != "arm" |
115_libthread_db= libthread_db 116.endif 117 118.if ${MK_USB} != "no" 119_libusbhid= libusbhid 120.endif 121 122.if ${MK_NIS} != "no" 123_libypclnt= libypclnt 124.endif 125 126.if ${MK_GPIB} != "no" 127_libgpib= libgpib 128.endif 129 130.include <bsd.subdir.mk> | 115_libthread_db= libthread_db 116.endif 117 118.if ${MK_USB} != "no" 119_libusbhid= libusbhid 120.endif 121 122.if ${MK_NIS} != "no" 123_libypclnt= libypclnt 124.endif 125 126.if ${MK_GPIB} != "no" 127_libgpib= libgpib 128.endif 129 130.include <bsd.subdir.mk> |