From ea4d9ac0d1f35d1dc3dfd0333fca52e6f92ec683 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 14 Jul 2007 21:49:24 +0000 Subject: 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) --- sbin/atm/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sbin/atm') diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index ed7ca1a..79fc6a3 100644 --- a/sbin/atm/Makefile +++ b/sbin/atm/Makefile @@ -23,9 +23,11 @@ # @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ # $FreeBSD$ -SUBDIR= atm \ - atmconfig \ - fore_dnld \ - ilmid +SUBDIR= atmconfig + +# Disabled in 7.0 as netatm is not MPSAFE. +# atm \ +# fore_dnld \ +# ilmid .include -- cgit v1.1