summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 6d92c2d..072f6c8 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -7,7 +7,6 @@
LDIRS= BSD_daemon \
FreeBSD_version \
IPv6 \
- atm \
bootforth \
cvsup \
diskless \
@@ -35,6 +34,9 @@ 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 \
@@ -45,15 +47,6 @@ XFILES= BSD_daemon/FreeBSD.pfa \
FreeBSD_version/Makefile \
FreeBSD_version/README \
IPv6/USAGE \
- 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 \
bootforth/README \
bootforth/boot.4th \
bootforth/frames.4th \
@@ -246,6 +239,17 @@ 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=
OpenPOWER on IntegriCloud