diff options
author | brooks <brooks@FreeBSD.org> | 2003-10-31 19:48:40 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2003-10-31 19:48:40 +0000 |
commit | 3526d4016c8b3a207e96a10bd18886c841f8d5e0 (patch) | |
tree | 7e32e5d8922b3279ef7d9b0d36f03787c8c5ff1a /rescue | |
parent | d8c7e800e5c36bfd55183589231509d2462573ed (diff) | |
download | FreeBSD-src-3526d4016c8b3a207e96a10bd18886c841f8d5e0.zip FreeBSD-src-3526d4016c8b3a207e96a10bd18886c841f8d5e0.tar.gz |
Temporarily disable ipfstat and ipnat in /rescue to fix world.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 4d8c442..1747281 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 |