From a3623cb733d4a3ddcf8ba280724b8ce3f19a7a58 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 25 May 2008 22:11:40 +0000 Subject: Remove netatm from HEAD as it is not MPSAFE and relies on the now removed NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti --- share/examples/Makefile | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'share/examples/Makefile') diff --git a/share/examples/Makefile b/share/examples/Makefile index 072f6c8..6e1fb70 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -34,9 +34,6 @@ LDIRS= BSD_daemon \ startslip \ sunrpc -# Disabled in 7.0 as netatm is not MPSAFE. -#LDIRS+= atm - XFILES= BSD_daemon/FreeBSD.pfa \ BSD_daemon/README \ BSD_daemon/beastie.eps \ @@ -239,17 +236,6 @@ XFILES= BSD_daemon/FreeBSD.pfa \ sunrpc/sort/sort.x \ sunrpc/sort/sort_proc.c -# Disabled in 7.0 as netatm is not MPSAFE. -#XFILES+= atm/NOTES \ -# atm/README \ -# atm/Startup \ -# atm/atm-config.sh \ -# atm/atm-sockets.txt \ -# atm/cpcs-design.txt \ -# atm/fore-microcode.txt \ -# atm/sscf-design.txt \ -# atm/sscop-design.txt - BINDIR= ${SHAREDIR}/examples NO_OBJ= -- cgit v1.1