summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index aabfac2..867b377 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -197,9 +197,10 @@ SUBDIR= ac \
_sysinstall= sysinstall
.endif
-.if ${MK_ATM} != "no"
-_atm= atm
-.endif
+# Disabled in 7.0 as netatm is not MPSAFE.
+#.if ${MK_ATM} != "no"
+#_atm= atm
+#.endif
.if ${MK_AUDIT} != "no"
_audit= audit
OpenPOWER on IntegriCloud