diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-11-16 07:39:19 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2026-01-05 20:01:01 +0000 |
| commit | a85c3ef7d80161da04241d275da804644cdc5347 (patch) | |
| tree | 56c54a130856eed3e44b6441132a7f5b7d46524a /tools | |
| parent | 616571ca7727be103247d4443fcfc89f7f5ba915 (diff) | |
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 8b2688f7e626..72e86b99799f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -2684,6 +2684,10 @@ OLD_FILES+=usr/share/man/man8/ipnat.8.gz OLD_FILES+=usr/share/man/man8/ippool.8.gz .endif +.if ${MK_IPFILTER_IPFS} == no +OLD_FILES+=sbin/ipfs +.endif + .if ${MK_IPFW} == no OLD_FILES+=etc/rc.d/ipfw OLD_FILES+=etc/periodic/security/500.ipfwdenied |
