Don't try to remove /usr/include/bsm, et al

This commit is contained in:
Enji Cooper 2014-12-02 19:55:46 +00:00
parent 210607205f
commit 3df678fa16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275423

View File

@ -152,8 +152,9 @@ OLD_FILES+=etc/security/audit_control
OLD_FILES+=etc/security/audit_event
OLD_FILES+=etc/security/audit_user
OLD_FILES+=etc/security/audit_warn
OLD_FILES+=usr/include/bsm/audit_uevents.h
OLD_FILES+=usr/include/bsm/libbsm.h
# XXX: needs refactoring in sys/sys before it can be removed
#OLD_FILES+=usr/include/bsm/audit_uevents.h
#OLD_FILES+=usr/include/bsm/libbsm.h
OLD_FILES+=usr/lib/libauditd.a
OLD_LIBS+=usr/lib/libauditd.so.5
OLD_FILES+=usr/lib/libauditd_p.a
@ -274,7 +275,8 @@ OLD_FILES+=usr/share/man/man5/audit_warn.5.gz
OLD_FILES+=usr/share/man/man8/audit.8.gz
OLD_FILES+=usr/share/man/man8/auditd.8.gz
OLD_DIRS+=etc/security
OLD_DIRS+=usr/include/bsm
# XXX: needs refactoring in sys/sys before it can be removed
#OLD_DIRS+=usr/include/bsm
.endif
.if ${MK_AUTHPF} == no