Deleted Added
full compact
Makefile.inc1 (277457) Makefile.inc1 (278569)
1#
1#
2# $FreeBSD: stable/10/Makefile.inc1 277457 2015-01-20 23:39:08Z ngie $
2# $FreeBSD: stable/10/Makefile.inc1 278569 2015-02-11 08:52:29Z ngie $
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1532 ${_lib_atf} \
1533 lib/libbz2 ${_libcom_err} lib/libcrypt \
1534 lib/libelf lib/libexpat \
1535 lib/libfigpar \
1536 ${_lib_libgssapi} ${_lib_libipx} \
1537 lib/libkiconv lib/libkvm lib/liblzma lib/libmd \
1538 lib/ncurses/ncurses lib/ncurses/ncursesw \
1539 lib/libopie lib/libpam ${_lib_libthr} \
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

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

1532 ${_lib_atf} \
1533 lib/libbz2 ${_libcom_err} lib/libcrypt \
1534 lib/libelf lib/libexpat \
1535 lib/libfigpar \
1536 ${_lib_libgssapi} ${_lib_libipx} \
1537 lib/libkiconv lib/libkvm lib/liblzma lib/libmd \
1538 lib/ncurses/ncurses lib/ncurses/ncursesw \
1539 lib/libopie lib/libpam ${_lib_libthr} \
1540 lib/libradius lib/libsbuf lib/libtacplus \
1540 ${_lib_libradius} lib/libsbuf lib/libtacplus \
1541 lib/libgeom \
1542 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
1543 ${_cddl_lib_libuutil} \
1544 ${_cddl_lib_libavl} \
1545 ${_cddl_lib_libzfs_core} \
1546 lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
1547 ${_secure_lib_libcrypto} ${_lib_libldns} \
1548 ${_secure_lib_libssh} ${_secure_lib_libssl} \

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

1562.endif
1563_lib_atf= lib/atf
1564.endif
1565
1566.if ${MK_LIBTHR} != "no"
1567_lib_libthr= lib/libthr
1568.endif
1569
1541 lib/libgeom \
1542 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
1543 ${_cddl_lib_libuutil} \
1544 ${_cddl_lib_libavl} \
1545 ${_cddl_lib_libzfs_core} \
1546 lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
1547 ${_secure_lib_libcrypto} ${_lib_libldns} \
1548 ${_secure_lib_libssh} ${_secure_lib_libssl} \

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

1562.endif
1563_lib_atf= lib/atf
1564.endif
1565
1566.if ${MK_LIBTHR} != "no"
1567_lib_libthr= lib/libthr
1568.endif
1569
1570.if ${MK_RADIUS_SUPPORT} != "no"
1571_lib_libradius= lib/libradius
1572.endif
1573
1570.if ${MK_OFED} != "no"
1571_ofed_lib= contrib/ofed/usr.lib/
1572.endif
1573
1574_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib}
1575.for _DIR in ${LOCAL_LIB_DIRS}
1576.if exists(${.CURDIR}/${_DIR}/Makefile)
1577_generic_libs+= ${_DIR}

--- 466 unchanged lines hidden ---
1574.if ${MK_OFED} != "no"
1575_ofed_lib= contrib/ofed/usr.lib/
1576.endif
1577
1578_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib}
1579.for _DIR in ${LOCAL_LIB_DIRS}
1580.if exists(${.CURDIR}/${_DIR}/Makefile)
1581_generic_libs+= ${_DIR}

--- 466 unchanged lines hidden ---