From 709f2f3096c27571b38eb2ab5bdbbbe421c4e8e5 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 31 Oct 2003 19:48:40 +0000 Subject: [PATCH] Temporarily disable ipfstat and ipnat in /rescue to fix world. --- rescue/rescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 4d8c4428915..17472815b8d 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