Deleted Added
full compact
Makefile (249634) Makefile (250112)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 249634 2013-04-19 05:13:57Z kientzle $
2# $FreeBSD: head/lib/Makefile 250112 2013-04-30 18:14:22Z brooks $
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#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.

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

247_libtelnet= libtelnet
248.endif
249
250.if ${MK_USB} != "no"
251_libusbhid= libusbhid
252_libusb= libusb
253.endif
254
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#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.

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

247_libtelnet= libtelnet
248.endif
249
250.if ${MK_USB} != "no"
251_libusbhid= libusbhid
252_libusb= libusb
253.endif
254
255.if !defined(LIBRARIES_ONLY)
255afterinstall:
256afterinstall:
256 ln -hfs ../include ${DESTDIR}/usr/lib/include
257 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
258.endif
257
258.include <bsd.subdir.mk>
259
260.include <bsd.subdir.mk>