Date: Tue, 2 Dec 2014 19:55:46 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r275423 - projects/building-blocks/tools/build/mk Message-ID: <201412021955.sB2Jtk4C009809@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue Dec 2 19:55:46 2014 New Revision: 275423 URL: https://svnweb.freebsd.org/changeset/base/275423 Log: Don't try to remove /usr/include/bsm, et al Modified: projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc Modified: projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc Tue Dec 2 19:55:43 2014 (r275422) +++ projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc Tue Dec 2 19:55:46 2014 (r275423) @@ -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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412021955.sB2Jtk4C009809>