diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-08-01 21:23:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-08-01 21:23:29 +0000 |
commit | ae21a1b9ab758b8b9ed9b8f35ed3c68a9c64edd0 (patch) | |
tree | a21e19be56f90356757164abc6a324d630f49d7d /etc/Makefile | |
parent | 90a5c1b2fdf83aee1a097da6d52d9a86b8f27ab6 (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 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index b02de35f8d5..0e08032f3f6 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.252 2007/05/04 07:31:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.253 2007/08/01 21:23:25 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -286,7 +286,6 @@ snap_pre: MAKEDEVARCHS+= alpha MAKEDEVARCHS+= amd64 MAKEDEVARCHS+= armish -MAKEDEVARCHS+= cats MAKEDEVARCHS+= hp300 MAKEDEVARCHS+= hppa MAKEDEVARCHS+= hppa64 |