aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
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 /usr.sbin
parentd7f81adbd479ece5ae8b76405ca7520e2210f42f (diff)
downloadsrc-2b851aeb6321494fe153410e910ccf4ec1d92513.tar.gz
src-2b851aeb6321494fe153410e910ccf4ec1d92513.zip
Disconnect netatm from the build as it is not MPSAFE and relies on
NET_NEEDS_GIANT, which will shortly be removed. This is done in a away that it may be easily reattached to the build before 7.1 if appropriate locking is added. Specifics: - Don't install netatm include files - Disconnect netatm command line management tools - Don't build libatm - Don't include ATM parts in rescue or sysinstall - Don't install sample configuration files and documents - Don't build kernel support as a module or in NOTES - Don't build netgraph wrapper nodes for netatm This removes the last remaining consumer of NET_NEEDS_GIANT. Reviewed by: harti Discussed with: bz, bms Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=171453
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index aabfac202a01..867b37758de9 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