summaryrefslogtreecommitdiff
path: root/distrib/notes/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-08-01 21:23:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-08-01 21:23:29 +0000
commitae21a1b9ab758b8b9ed9b8f35ed3c68a9c64edd0 (patch)
treea21e19be56f90356757164abc6a324d630f49d7d /distrib/notes/Makefile
parent90a5c1b2fdf83aee1a097da6d52d9a86b8f27ab6 (diff)
Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code.
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r--distrib/notes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile
index 5956689a729..e74554fbc28 100644
--- a/distrib/notes/Makefile
+++ b/distrib/notes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2007/03/15 20:18:19 miod Exp $
+# $OpenBSD: Makefile,v 1.30 2007/08/01 21:23:23 miod Exp $
NOPROG=
NOMAN=
@@ -18,7 +18,7 @@ all: $(TARG)
allarchs:
@cd $(.CURDIR); \
- for arch in alpha amd64 armish aviion cats hp300 hppa i386 landisk \
+ for arch in alpha amd64 armish aviion hp300 hppa i386 landisk \
luna88k mac68k macppc mvme68k mvme88k sgi sparc sparc64 vax \
zaurus; \
do ${MAKE} M=$$arch; done