summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2003-10-31 18:54:46 +0000
committerBrooks Davis <brooks@FreeBSD.org>2003-10-31 18:54:46 +0000
commitcd30ca946d81d57255356719676b3d7874316f20 (patch)
tree6749acfac7421f9f565822e963a66e9ba6a42a8e
parent9bf40ede4a299f315bc4b0ae5329631b8c7dc271 (diff)
Notes
-rw-r--r--sbin/Makefile4
-rw-r--r--usr.sbin/Makefile3
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