Deleted Added
full compact
bsd.lib.mk (288093) bsd.lib.mk (289085)
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD: head/share/mk/bsd.lib.mk 288093 2015-09-22 05:05:53Z bdrewery $
2# $FreeBSD: head/share/mk/bsd.lib.mk 289085 2015-10-09 21:57:42Z bapt $
3#
4
5.include <bsd.init.mk>
6
7.if defined(LIB_CXX)
8LIB= ${LIB_CXX}
9_LD= ${CXX}
10.else

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

385 ${_INSTALLFLAGS} ${LINTLIB} ${DESTDIR}${LINTLIBDIR}
386.endif
387.endif # !defined(INTERNALLIB)
388
389.if !defined(LIBRARIES_ONLY)
390.include <bsd.nls.mk>
391.include <bsd.files.mk>
392.include <bsd.incs.mk>
3#
4
5.include <bsd.init.mk>
6
7.if defined(LIB_CXX)
8LIB= ${LIB_CXX}
9_LD= ${CXX}
10.else

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

385 ${_INSTALLFLAGS} ${LINTLIB} ${DESTDIR}${LINTLIBDIR}
386.endif
387.endif # !defined(INTERNALLIB)
388
389.if !defined(LIBRARIES_ONLY)
390.include <bsd.nls.mk>
391.include <bsd.files.mk>
392.include <bsd.incs.mk>
393.include <bsd.confs.mk>
393.endif
394
395.include <bsd.links.mk>
396
397.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
398realinstall: _maninstall
399.ORDER: beforeinstall _maninstall
400.endif

--- 33 unchanged lines hidden ---
394.endif
395
396.include <bsd.links.mk>
397
398.if ${MK_MAN} != "no" && !defined(LIBRARIES_ONLY)
399realinstall: _maninstall
400.ORDER: beforeinstall _maninstall
401.endif

--- 33 unchanged lines hidden ---