Makefile (e01d128a428f2d8d387a4eff6b3ec602423a1b3a) Makefile (cc21b86f50a0eb078c5d42c7ddffbc7ac6dae6e0)
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#

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

121 ${_libusb} \
122 ${_libvgl} \
123 ${_libvmmapi} \
124 libwrap \
125 liby \
126 libyaml \
127 libz \
128 ${_atf} \
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#

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

121 ${_libusb} \
122 ${_libvgl} \
123 ${_libvmmapi} \
124 libwrap \
125 liby \
126 libyaml \
127 libz \
128 ${_atf} \
129 ${_clang}
129 ${_clang} \
130 ${_tests}
130
131.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
132_csu=csu/${MACHINE_ARCH}-elf
133.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
134_csu=csu/${MACHINE_ARCH}
135.elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}/Makefile)
136_csu=csu/${MACHINE_CPUARCH}
137.else

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

246.endif
247
248.if ${MK_TELNET} != "no"
249_libtelnet= libtelnet
250.endif
251
252.if ${MK_TESTS} != "no"
253_atf= atf
131
132.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf)
133_csu=csu/${MACHINE_ARCH}-elf
134.elif exists(${.CURDIR}/csu/${MACHINE_ARCH})
135_csu=csu/${MACHINE_ARCH}
136.elif exists(${.CURDIR}/csu/${MACHINE_CPUARCH}/Makefile)
137_csu=csu/${MACHINE_CPUARCH}
138.else

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

247.endif
248
249.if ${MK_TELNET} != "no"
250_libtelnet= libtelnet
251.endif
252
253.if ${MK_TESTS} != "no"
254_atf= atf
255_tests= tests
254.endif
255
256.if ${MK_UNBOUND} != "no"
257_libunbound= libunbound
258.endif
259
260.if ${MK_USB} != "no"
261_libusbhid= libusbhid
262_libusb= libusb
263.endif
264
265.if !defined(LIBRARIES_ONLY)
266afterinstall:
267 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
268.endif
269
270.include <bsd.subdir.mk>
256.endif
257
258.if ${MK_UNBOUND} != "no"
259_libunbound= libunbound
260.endif
261
262.if ${MK_USB} != "no"
263_libusbhid= libusbhid
264_libusb= libusb
265.endif
266
267.if !defined(LIBRARIES_ONLY)
268afterinstall:
269 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
270.endif
271
272.include <bsd.subdir.mk>