aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2003-10-31 19:48:40 +0000
committerBrooks Davis <brooks@FreeBSD.org>2003-10-31 19:48:40 +0000
commit709f2f3096c27571b38eb2ab5bdbbbe421c4e8e5 (patch)
tree7e32e5d8922b3279ef7d9b0d36f03787c8c5ff1a /rescue
parentcd30ca946d81d57255356719676b3d7874316f20 (diff)
downloadsrc-709f2f3096c27571b38eb2ab5bdbbbe421c4e8e5.tar.gz
src-709f2f3096c27571b38eb2ab5bdbbbe421c4e8e5.zip
Temporarily disable ipfstat and ipnat in /rescue to fix world.
Notes
Notes: svn path=/head/; revision=121818
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 4d8c44289157..17472815b8d7 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -128,7 +128,7 @@ CRUNCH_PROGS_sbin+= vinum
.endif
.if !defined(NO_IPFILTER)
-CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat
+CRUNCH_PROGS_sbin+= ipf ipfs ipmon
.endif
# crunchgen does not like C++ programs; this should be fixed someday