Deleted Added
full compact
Makefile (263019) Makefile (264303)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/lib/Makefile 263019 2014-03-11 13:06:09Z bapt $
2# $FreeBSD: stable/10/lib/Makefile 264303 2014-04-09 18:16:58Z dim $
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.

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

266_libusb= libusb
267.endif
268
269.if !defined(LIBRARIES_ONLY)
270afterinstall:
271 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
272.endif
273
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.

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

266_libusb= libusb
267.endif
268
269.if !defined(LIBRARIES_ONLY)
270afterinstall:
271 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
272.endif
273
274.if !make(install)
275SUBDIR_PARALLEL=
276.endif
277
274.include <bsd.subdir.mk>
278.include <bsd.subdir.mk>