diff options
author | darrenr <darrenr@FreeBSD.org> | 2005-04-28 16:26:35 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2005-04-28 16:26:35 +0000 |
commit | f739412edd54e37f5ef93d4acf46bd0326fce031 (patch) | |
tree | b61a87e7924e447add6908ae64bd8cc5aaefd0cb /rescue | |
parent | 38dd7daaf5ef4165c5d6c2ca436f49446cfc7301 (diff) | |
download | FreeBSD-src-f739412edd54e37f5ef93d4acf46bd0326fce031.zip FreeBSD-src-f739412edd54e37f5ef93d4acf46bd0326fce031.tar.gz |
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
build problems with rescue.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |