diff options
-rw-r--r-- | sbin/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 71e5440..b87d6df 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 04d30a6..cfcb0c3 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 |