diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
commit | 3b01b845055a6c3374f14bc8997be5a5d299cd8c (patch) | |
tree | ea5c405d23bdd55d5a9515d9d087b9542b86e2aa /rescue | |
parent | ba3655c74f170d85d1349f1e286aff27b58c9fc5 (diff) | |
download | FreeBSD-src-3b01b845055a6c3374f14bc8997be5a5d299cd8c.zip FreeBSD-src-3b01b845055a6c3374f14bc8997be5a5d299cd8c.tar.gz |
NOATM -> NO_ATM
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 b3602c4..dd0eb58 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -114,7 +114,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ restore rcorder route routed rtquery rtsol savecore \ slattach spppcontrol startslip swapon sysctl tunefs umount -.if !defined(NOATM) +.if !defined(NO_ATM) CRUNCH_PROGS_sbin+= atm atmconfig fore_dnld ilmid CRUNCH_LIBS+= -latm .endif |