From f739412edd54e37f5ef93d4acf46bd0326fce031 Mon Sep 17 00:00:00 2001 From: darrenr Date: Thu, 28 Apr 2005 16:26:35 +0000 Subject: Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup build problems with rescue. --- rescue/rescue/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 3c26151..572f108 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -124,7 +124,7 @@ CRUNCH_PROGS_sbin+= ping6 .endif .if !defined(NO_IPFILTER) -CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat +CRUNCH_PROGS_sbin+= ipf .endif # crunchgen does not like C++ programs; this should be fixed someday @@ -166,6 +166,7 @@ CRUNCH_SRCDIR_atmconfig= $(.CURDIR)/../../sbin/atm/atmconfig CRUNCH_SRCDIR_fore_dnld= $(.CURDIR)/../../sbin/atm/fore_dnld CRUNCH_SRCDIR_ilmid= $(.CURDIR)/../../sbin/atm/ilmid CRUNCH_SRCDIR_rtquery= $(.CURDIR)/../../sbin/routed/rtquery +CRUNCH_SRCDIR_ipf= $(.CURDIR)/../../sbin/ipf/ipf CRUNCH_ALIAS_reboot= fastboot halt fasthalt CRUNCH_ALIAS_restore= rrestore CRUNCH_ALIAS_dump= rdump -- cgit v1.1