summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-25 02:12:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-25 02:12:00 +0000
commit8f2d3cfc3b4105d59367fc205296b7513725280c (patch)
tree63f219d96c444494f04a4c21d25de275db82ae6a
parente46465bf6e0c31d911fa8d9621decec959759311 (diff)
zap pmax
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index eb08617737d..700e6dbc1b3 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.8 2000/05/26 20:42:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2001/06/25 02:11:59 deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
# arch/arc arch/wgrisc
SUBDIR= arch/alpha arch/amiga arch/hp300 arch/i386 \
- arch/mac68k arch/mvme68k arch/pmax arch/powerpc \
+ arch/mac68k arch/mvme68k arch/powerpc \
arch/sparc arch/vax arch/sun3
.include <bsd.subdir.mk>