diff options
author | stas <stas@FreeBSD.org> | 2012-03-23 03:16:35 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2012-03-23 03:16:35 +0000 |
commit | 97dfa7c7ff387e37cedc94bf1c786020c8dc5cb1 (patch) | |
tree | 15f66953bb9d1f9ed7238c4c2a3d0853a9d40231 /tools | |
parent | 0450849e9cfb65a556aecc37fa3485430f246239 (diff) | |
download | FreeBSD-src-97dfa7c7ff387e37cedc94bf1c786020c8dc5cb1.zip FreeBSD-src-97dfa7c7ff387e37cedc94bf1c786020c8dc5cb1.tar.gz |
- Do not build libcom_err and compile_et when kerberos is disabled. They
depends on several heimdal libraries and not used by anything but kerberos
tools.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 98109ec..583a647 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2184,6 +2184,7 @@ OLD_FILES+=usr/share/man/man8/jls.8.gz .endif .if ${MK_KERBEROS} == no +OLD_FILES+=usr/bin/compile_et OLD_FILES+=usr/bin/hxtool OLD_FILES+=usr/bin/kadmin OLD_FILES+=usr/bin/kdestroy @@ -2266,6 +2267,11 @@ OLD_FILES+=usr/lib/libasn1.a OLD_FILES+=usr/lib/libasn1.so OLD_LIBS+=usr/lib/libasn1.so.10 OLD_FILES+=usr/lib/libasn1_p.a +OLD_FILES+=usr/lib/libcom_err.a +OLD_FILES+=usr/lib/libcom_err.so +OLD_LIBS+=usr/lib/libcom_err.so.5 +OLD_FILES+=usr/lib/libcom_err_p.a +OLD_FILES+=usr/lib/libcom_err_p.a OLD_FILES+=usr/lib/libgssapi_krb5.a OLD_FILES+=usr/lib/libgssapi_krb5.so OLD_LIBS+=usr/lib/libgssapi_krb5.so.10 |