aboutsummaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-07-14 21:49:24 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-07-14 21:49:24 +0000
commit2b851aeb6321494fe153410e910ccf4ec1d92513 (patch)
tree4aec3325f92defda29d478c1dd870656056e3c0a /rescue
parentd7f81adbd479ece5ae8b76405ca7520e2210f42f (diff)
Notes
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 23bea899565a..e0c05be2c4f6 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -119,8 +119,10 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \
slattach spppcontrol startslip swapon sysctl tunefs umount
.if ${MK_ATM} != "no"
-CRUNCH_PROGS_sbin+= atm atmconfig fore_dnld ilmid
-CRUNCH_LIBS+= -latm
+CRUNCH_PROGS_sbin+= atmconfig
+# Disabled in 7.0 as netatm is not MPSAFE.
+#CRUNCH_PROGS_sbin+= atm fore_dnld ilmid
+#CRUNCH_LIBS+= -latm
.endif
.if ${MK_INET6_SUPPORT} != "no"