From 9152e3002206dc306b385f169a054e1791da0dea Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 16 Aug 2004 03:16:48 +0000 Subject: [PATCH] As with the non-rescue version don't build fore_dnld when NOATM is defined. --- rescue/rescue/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 8d0a9089f2e2..b8326a09560b 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -104,7 +104,7 @@ CRUNCH_SUPPRESS_LINK_-tcsh= 1 CRUNCH_SRCDIRS+= sbin CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ camcontrol ccdconfig clri devfs dmesg dump \ - dumpfs dumpon fore_dnld fsck fsck_ffs fsck_msdosfs fsdb \ + dumpfs dumpon fsck fsck_ffs fsck_msdosfs fsdb \ fsirand gbde ifconfig init \ kldconfig kldload kldstat kldunload ldconfig \ md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ @@ -115,7 +115,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ slattach spppcontrol startslip swapon sysctl tunefs umount .if !defined(NOATM) -CRUNCH_PROGS_sbin+= atm atmconfig ilmid +CRUNCH_PROGS_sbin+= atm atmconfig fore_dnld ilmid CRUNCH_LIBS+= -latm .endif