Makefile.inc1 (2f02600abfddfc4e9f20dd384a2e729b451e16bd) | Makefile.inc1 (42a859525652decb08bba47ffaceb769d394175e) |
---|---|
1# 2# $FreeBSD$ 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. --- 1485 unchanged lines hidden (view full) --- 1494 ${_kerberos5_lib_libheimipcc} \ 1495 ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ 1496 ${_kerberos5_lib_libroken} \ 1497 ${_kerberos5_lib_libwind} \ 1498 ${_lib_atf} \ 1499 lib/libbz2 ${_libcom_err} lib/libcrypt \ 1500 lib/libelf lib/libexpat \ 1501 ${_lib_libgssapi} ${_lib_libipx} \ | 1# 2# $FreeBSD$ 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. --- 1485 unchanged lines hidden (view full) --- 1494 ${_kerberos5_lib_libheimipcc} \ 1495 ${_kerberos5_lib_libhx509} ${_kerberos5_lib_libkrb5} \ 1496 ${_kerberos5_lib_libroken} \ 1497 ${_kerberos5_lib_libwind} \ 1498 ${_lib_atf} \ 1499 lib/libbz2 ${_libcom_err} lib/libcrypt \ 1500 lib/libelf lib/libexpat \ 1501 ${_lib_libgssapi} ${_lib_libipx} \ |
1502 lib/libkiconv lib/libkvm lib/liblzma lib/libmd \ | 1502 lib/libkiconv lib/libkvm lib/liblzma lib/libmd lib/libnv \ 1503 ${_lib_libcapsicum} \ |
1503 lib/ncurses/ncurses lib/ncurses/ncursesw \ 1504 lib/libopie lib/libpam ${_lib_libthr} \ 1505 lib/libradius lib/libsbuf lib/libtacplus \ 1506 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \ 1507 ${_cddl_lib_libzfs_core} \ 1508 lib/libutil lib/libpjdlog ${_lib_libypclnt} lib/libz lib/msun \ 1509 ${_secure_lib_libcrypto} ${_lib_libldns} \ 1510 ${_secure_lib_libssh} ${_secure_lib_libssl} --- 5 unchanged lines hidden (view full) --- 1516.if ${MK_LIBTHR} != "no" 1517_lib_libthr= lib/libthr 1518.endif 1519 1520.if ${MK_OFED} != "no" 1521_ofed_lib= contrib/ofed/usr.lib/ 1522.endif 1523 | 1504 lib/ncurses/ncurses lib/ncurses/ncursesw \ 1505 lib/libopie lib/libpam ${_lib_libthr} \ 1506 lib/libradius lib/libsbuf lib/libtacplus \ 1507 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \ 1508 ${_cddl_lib_libzfs_core} \ 1509 lib/libutil lib/libpjdlog ${_lib_libypclnt} lib/libz lib/msun \ 1510 ${_secure_lib_libcrypto} ${_lib_libldns} \ 1511 ${_secure_lib_libssh} ${_secure_lib_libssl} --- 5 unchanged lines hidden (view full) --- 1517.if ${MK_LIBTHR} != "no" 1518_lib_libthr= lib/libthr 1519.endif 1520 1521.if ${MK_OFED} != "no" 1522_ofed_lib= contrib/ofed/usr.lib/ 1523.endif 1524 |
1525.if ${MK_CASPER} != "no" 1526_lib_libcapsicum=lib/libcapsicum 1527.endif 1528 1529lib/libcapsicum__L: lib/libnv__L |
|
1524lib/libpjdlog__L: lib/libutil__L 1525 1526_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib} 1527.for _DIR in ${LOCAL_LIB_DIRS} 1528.if exists(${.CURDIR}/${_DIR}/Makefile) 1529_generic_libs+= ${_DIR} 1530.endif 1531.endfor --- 463 unchanged lines hidden --- | 1530lib/libpjdlog__L: lib/libutil__L 1531 1532_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib ${_ofed_lib} 1533.for _DIR in ${LOCAL_LIB_DIRS} 1534.if exists(${.CURDIR}/${_DIR}/Makefile) 1535_generic_libs+= ${_DIR} 1536.endif 1537.endfor --- 463 unchanged lines hidden --- |