mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
Add files to remove when MK_IPFW=no.
This commit is contained in:
parent
91ff065b11
commit
02eb407f8c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203564
@ -1013,6 +1013,17 @@ OLD_FILES+=usr/share/man/man8/ipnat.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/ippool.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_IPFW} == no
|
||||
OLD_FILES+=etc/periodic/security/500.ipfwdenied
|
||||
OLD_FILES+=etc/periodic/security/550.ipfwlimit
|
||||
OLD_FILES+=sbin/ipfw
|
||||
OLD_FILES+=sbin/natd
|
||||
OLD_FILES+=usr/sbin/ipfwpcap
|
||||
OLD_FILES+=usr/share/man/man8/ipfw.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/ipfwpcap.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/natd.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_IPX} == no
|
||||
OLD_LIBS+=lib/libipx.so.4
|
||||
OLD_FILES+=usr/lib/libipx.a
|
||||
|
Loading…
Reference in New Issue
Block a user