diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-07 20:23:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-07 20:23:06 +0000 |
commit | a50ad91006c1551af2e73d942b1f6308d05990ae (patch) | |
tree | 46e2df658dfc3488c0d4ee71632b44b00dfb2e8e /sys/Makefile | |
parent | a668512739628ed5f55d93d2a66c13e5ff2778ee (diff) |
permit entry into arch/cats and arch/amd64
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 5 |
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> |