Makefile (d241a0e67ff3a44947931bf8c841d9786c59efd7) | Makefile (e51c53f36624e6f0f34469092c03d2f68a7a51f0) |
---|---|
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# --- 105 unchanged lines hidden (view full) --- 114 libugidfw \ 115 libulog \ 116 ${_libusbhid} \ 117 ${_libusb} \ 118 ${_libvgl} \ 119 ${_libvmmapi} \ 120 libwrap \ 121 liby \ | 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# --- 105 unchanged lines hidden (view full) --- 114 libugidfw \ 115 libulog \ 116 ${_libusbhid} \ 117 ${_libusb} \ 118 ${_libvgl} \ 119 ${_libvmmapi} \ 120 libwrap \ 121 liby \ |
122 libyaml \ |
|
122 libz \ 123 ${_atf} \ 124 ${_bind} \ 125 ${_clang} 126 127.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) 128_csu=csu/${MACHINE_ARCH}-elf 129.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) --- 125 unchanged lines hidden --- | 123 libz \ 124 ${_atf} \ 125 ${_bind} \ 126 ${_clang} 127 128.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) 129_csu=csu/${MACHINE_ARCH}-elf 130.elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) --- 125 unchanged lines hidden --- |