- Remove more files when MK_KERBEROS_SUPPORT == no
MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
This commit is contained in:
parent
eb6edb77b0
commit
d6c957219b
@ -3694,6 +3694,22 @@ OLD_FILES+=usr/share/man/man8/string2key.8.gz
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user