Deleted Added
full compact
Makefile.libcompat (255384) Makefile.libcompat (255460)
1#
1#
2# $FreeBSD: head/Makefile.inc1 255384 2013-09-08 09:40:23Z des $
2# $FreeBSD: head/Makefile.inc1 255460 2013-09-10 22:26:11Z des $
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}

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

1465 ${_lib_libgssapi} ${_lib_libipx} \
1466 lib/libkiconv lib/libkvm lib/liblzma lib/libmd \
1467 lib/ncurses/ncurses lib/ncurses/ncursesw \
1468 lib/libopie lib/libpam ${_lib_libthr} \
1469 lib/libradius lib/libsbuf lib/libtacplus \
1470 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
1471 ${_cddl_lib_libzfs_core} \
1472 lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
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}

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

1465 ${_lib_libgssapi} ${_lib_libipx} \
1466 lib/libkiconv lib/libkvm lib/liblzma lib/libmd \
1467 lib/ncurses/ncurses lib/ncurses/ncursesw \
1468 lib/libopie lib/libpam ${_lib_libthr} \
1469 lib/libradius lib/libsbuf lib/libtacplus \
1470 ${_cddl_lib_libumem} ${_cddl_lib_libnvpair} \
1471 ${_cddl_lib_libzfs_core} \
1472 lib/libutil ${_lib_libypclnt} lib/libz lib/msun \
1473 ${_secure_lib_libcrypto} ${_secure_lib_libssh} \
1474 ${_secure_lib_libssl}
1473 ${_secure_lib_libcrypto} ${_lib_libldns} \
1474 ${_secure_lib_libssh} ${_secure_lib_libssl}
1475
1476.if ${MK_ATF} != "no"
1477_lib_atf_libatf_c= lib/atf/libatf-c
1478.endif
1479
1480.if ${MK_LIBTHR} != "no"
1481_lib_libthr= lib/libthr
1482.endif

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

1502cddl/lib/libzfs_core__L: cddl/lib/libnvpair__L
1503.endif
1504
1505.if ${MK_CRYPT} != "no"
1506.if ${MK_OPENSSL} != "no"
1507_secure_lib_libcrypto= secure/lib/libcrypto
1508_secure_lib_libssl= secure/lib/libssl
1509lib/libradius__L secure/lib/libssl__L: secure/lib/libcrypto__L
1475
1476.if ${MK_ATF} != "no"
1477_lib_atf_libatf_c= lib/atf/libatf-c
1478.endif
1479
1480.if ${MK_LIBTHR} != "no"
1481_lib_libthr= lib/libthr
1482.endif

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

1502cddl/lib/libzfs_core__L: cddl/lib/libnvpair__L
1503.endif
1504
1505.if ${MK_CRYPT} != "no"
1506.if ${MK_OPENSSL} != "no"
1507_secure_lib_libcrypto= secure/lib/libcrypto
1508_secure_lib_libssl= secure/lib/libssl
1509lib/libradius__L secure/lib/libssl__L: secure/lib/libcrypto__L
1510.if ${MK_LDNS} != "no"
1511_lib_libldns= lib/libldns
1512lib/libldns__L: secure/lib/libcrypto__L
1513.endif
1510.if ${MK_OPENSSH} != "no"
1511_secure_lib_libssh= secure/lib/libssh
1512secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
1514.if ${MK_OPENSSH} != "no"
1515_secure_lib_libssh= secure/lib/libssh
1516secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
1517.if ${MK_LDNS} != "no"
1518secure/lib/libssh__L: lib/libldns__L
1519.endif
1513.if ${MK_KERBEROS_SUPPORT} != "no"
1514secure/lib/libssh__L: lib/libgssapi__L kerberos5/lib/libkrb5__L \
1515 kerberos5/lib/libhx509__L kerberos5/lib/libasn1__L lib/libcom_err__L \
1516 lib/libmd__L kerberos5/lib/libroken__L
1517.endif
1518.endif
1519.endif
1520_secure_lib= secure/lib

--- 406 unchanged lines hidden ---
1520.if ${MK_KERBEROS_SUPPORT} != "no"
1521secure/lib/libssh__L: lib/libgssapi__L kerberos5/lib/libkrb5__L \
1522 kerberos5/lib/libhx509__L kerberos5/lib/libasn1__L lib/libcom_err__L \
1523 lib/libmd__L kerberos5/lib/libroken__L
1524.endif
1525.endif
1526.endif
1527_secure_lib= secure/lib

--- 406 unchanged lines hidden ---