diff --git a/sbin/Makefile b/sbin/Makefile index 71e5440598d4..b87d6df49c24 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -87,9 +87,7 @@ SUBDIR+=devd .if !defined(NO_IPFILTER) SUBDIR+=ipf \ ipfs \ - ipfstat \ - ipmon \ - ipnat + ipmon .endif .if !defined(NOINET6) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 04d30a6e2090..cfcb0c3b4be8 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -142,8 +142,7 @@ SUBDIR+=mld6query \ .endif .if !defined(NO_IPFILTER) -SUBDIR+=ipftest \ - ipresend \ +SUBDIR+=ipresend \ ipsend \ iptest .endif