Makefile (6cec9cad762b6476313fb1f8e931a1647822db6b) Makefile (36716419f306eb946fafb57e3ab70246e38954b2)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#

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

131 ${_libusb} \
132 ${_libvgl} \
133 ${_libvmmapi} \
134 libwrap \
135 liby \
136 libz \
137 ${_atf} \
138 ${_clang} \
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#

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

131 ${_libusb} \
132 ${_libvgl} \
133 ${_libvmmapi} \
134 libwrap \
135 liby \
136 libz \
137 ${_atf} \
138 ${_clang} \
139 ${_cuse} \
139 ${_tests}
140
141.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
142_csu=csu/${MACHINE_ARCH}-elf
143.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
144_csu=csu/${MACHINE_ARCH}
145.elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}/Makefile)
146_csu=csu/${MACHINE_CPUARCH}

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

167_libcapsicum= libcapsicum
168_libcasper= libcasper
169.endif
170
171.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
172_clang= clang
173.endif
174
140 ${_tests}
141
142.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
143_csu=csu/${MACHINE_ARCH}-elf
144.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
145_csu=csu/${MACHINE_ARCH}
146.elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}/Makefile)
147_csu=csu/${MACHINE_CPUARCH}

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

168_libcapsicum= libcapsicum
169_libcasper= libcasper
170.endif
171
172.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
173_clang= clang
174.endif
175
176.if ${MK_CUSE} != "no"
177_cuse= libcuse
178.endif
179
175.if ${MK_GPIB} != "no"
176_libgpib= libgpib
177.endif
178
179.if ${MK_GSSAPI} != "no"
180_libgssapi= libgssapi
181_librpcsec_gss= librpcsec_gss
182.endif

--- 104 unchanged lines hidden ---
180.if ${MK_GPIB} != "no"
181_libgpib= libgpib
182.endif
183
184.if ${MK_GSSAPI} != "no"
185_libgssapi= libgssapi
186_librpcsec_gss= librpcsec_gss
187.endif

--- 104 unchanged lines hidden ---