diff options
author | eadler <eadler@FreeBSD.org> | 2012-05-09 17:30:44 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-05-09 17:30:44 +0000 |
commit | bcf9dd59e8f1bdc0d8661b4193931597b3e58356 (patch) | |
tree | 8bfcf9a0cd446019c88b808c9acd787492a8e205 /tools | |
parent | 1f3c3da6018a177d5d8a9700eb24a1f26d6c33ca (diff) | |
download | FreeBSD-src-bcf9dd59e8f1bdc0d8661b4193931597b3e58356.zip FreeBSD-src-bcf9dd59e8f1bdc0d8661b4193931597b3e58356.tar.gz |
Add some missing files to OLD_FILES
PR: conf/166460
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Reviewed by: stable@
Approved by: cperciva
MFC after: 2 weeks
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 92c4068..4351a2b 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2179,6 +2179,8 @@ OLD_FILES+=usr/share/man/man8/ipfstat.8.gz OLD_FILES+=usr/share/man/man8/ipmon.8.gz OLD_FILES+=usr/share/man/man8/ipnat.8.gz OLD_FILES+=usr/share/man/man8/ippool.8.gz +OLD_FILES+=etc/periodic/security/510.ipfdenied +OLD_FILES+=etc/periodic/security/610.ipf6denied .endif .if ${MK_IPFW} == no |