From cd30ca946d81d57255356719676b3d7874316f20 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 31 Oct 2003 18:54:46 +0000 Subject: [PATCH] Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world. Pointy hat to: brooks --- sbin/Makefile | 4 +--- usr.sbin/Makefile | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) 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