diff options
author | marius <marius@FreeBSD.org> | 2004-08-16 03:16:48 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-08-16 03:16:48 +0000 |
commit | 9152e3002206dc306b385f169a054e1791da0dea (patch) | |
tree | af285995048cde7700406fea339d3bad216b5fe5 /rescue | |
parent | 012014ebe6d1d153ac2614fac96f722a1dedfe49 (diff) | |
download | FreeBSD-src-9152e3002206dc306b385f169a054e1791da0dea.zip FreeBSD-src-9152e3002206dc306b385f169a054e1791da0dea.tar.gz |
As with the non-rescue version don't build fore_dnld when NOATM is defined.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 8d0a908..b8326a0 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 |