Deleted Added
full compact
Makefile.inc1 (129148) Makefile.inc1 (129174)
1#
1#
2# $FreeBSD: head/Makefile.inc1 129148 2004-05-12 07:02:17Z ru $
2# $FreeBSD: head/Makefile.inc1 129174 2004-05-13 07:51:47Z ru $
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

904lib/libopie__L lib/libtacplus__L: lib/libmd__L
905
906_generic_libs+= lib
907
908.if !defined(NOCRYPT)
909.if !defined(NO_OPENSSL)
910_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
911lib/libradius__L: secure/lib/libssl__L
3#
4# Make command line options:
5# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
6# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
7# -DNO_RESCUE do not build rescue binaries
8# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
9# -DNOCLEAN do not clean at all
10# -DNOCRYPT will prevent building of crypt versions

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

904lib/libopie__L lib/libtacplus__L: lib/libmd__L
905
906_generic_libs+= lib
907
908.if !defined(NOCRYPT)
909.if !defined(NO_OPENSSL)
910_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
911lib/libradius__L: secure/lib/libssl__L
912secure/lib/libssl__L: secure/lib/libcrypto__L
912.if !defined(NO_OPENSSH)
913_prebuild_libs+= secure/lib/libssh
914secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
915.if !defined(NO_KERBEROS)
916secure/lib/libssh__L: kerberos5/lib/libgssapi__L kerberos5/lib/libkrb5__L \
917 kerberos5/lib/libasn1__L lib/libcom_err__L lib/libmd__L \
918 kerberos5/lib/libroken__L
919.endif

--- 58 unchanged lines hidden ---
913.if !defined(NO_OPENSSH)
914_prebuild_libs+= secure/lib/libssh
915secure/lib/libssh__L: lib/libz__L secure/lib/libcrypto__L lib/libcrypt__L
916.if !defined(NO_KERBEROS)
917secure/lib/libssh__L: kerberos5/lib/libgssapi__L kerberos5/lib/libkrb5__L \
918 kerberos5/lib/libasn1__L lib/libcom_err__L lib/libmd__L \
919 kerberos5/lib/libroken__L
920.endif

--- 58 unchanged lines hidden ---