svn commit: r280887 - head/tools/build/mk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Mar 31 04:40:01 UTC 2015
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:39:59 2015
New Revision: 280887
URL: https://svnweb.freebsd.org/changeset/base/280887
Log:
- Remove more files when MK_KERBEROS_SUPPORT == no
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Tue Mar 31 04:37:57 2015 (r280886)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Tue Mar 31 04:39:59 2015 (r280887)
@@ -3694,6 +3694,22 @@ OLD_FILES+=usr/share/man/man8/string2key
OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
.endif
+.if ${MK_KERBEROS_SUPPORT} == no
+OLD_FILES+=usr/bin/compile_et
+OLD_FILES+=usr/include/com_err.h
+OLD_FILES+=usr/include/com_right.h
+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/lib32/libcom_err.a
+OLD_FILES+=usr/lib32/libcom_err.so
+OLD_LIBS+=usr/lib32/libcom_err.so.5
+OLD_FILES+=usr/lib32/libcom_err_p.a
+OLD_FILES+=usr/share/man/man1/compile_et.1.gz
+OLD_FILES+=usr/share/man/man3/com_err.3.gz
+.endif
+
.if ${MK_LDNS} == no
OLD_FILES+=usr/lib/private/libldns.a
OLD_FILES+=usr/lib/private/libldns.so
More information about the svn-src-all
mailing list