diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-25 02:12:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-25 02:12:00 +0000 |
commit | 8f2d3cfc3b4105d59367fc205296b7513725280c (patch) | |
tree | 63f219d96c444494f04a4c21d25de275db82ae6a | |
parent | e46465bf6e0c31d911fa8d9621decec959759311 (diff) |
zap pmax
-rw-r--r-- | sys/Makefile | 4 |
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> |