summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-07 20:23:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-07 20:23:06 +0000
commita50ad91006c1551af2e73d942b1f6308d05990ae (patch)
tree46e2df658dfc3488c0d4ee71632b44b00dfb2e8e /sys/Makefile
parenta668512739628ed5f55d93d2a66c13e5ff2778ee (diff)
permit entry into arch/cats and arch/amd64
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 0a560744614..a32df51494e 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,10 +1,9 @@
-# $OpenBSD: Makefile,v 1.18 2004/01/29 08:15:29 deraadt Exp $
+# $OpenBSD: Makefile,v 1.19 2004/02/07 20:23:05 deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
SUBDIR= arch/alpha arch/hp300 arch/hppa arch/i386 arch/m68k \
arch/mac68k arch/macppc arch/mvme68k arch/mvme88k \
arch/mvmeppc arch/pegasos arch/sparc arch/sparc64 \
- arch/vax
-# arch/cats arch/amd64
+ arch/vax arch/cats arch/amd64
.include <bsd.subdir.mk>