diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 08:15:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 08:15:30 +0000 |
commit | 8c554b8bd4685674dfb2c9f23b00740f281766ee (patch) | |
tree | 96aa8893a4882c7b9a531ce42f48237717637da1 /sys | |
parent | 3d40957c27f0edf7d26bae6b477685d6babe2ed5 (diff) |
mark directories to enter later
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 517bc3aeb16..0a560744614 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2003/10/31 04:06:02 drahn Exp $ +# $OpenBSD: Makefile,v 1.18 2004/01/29 08:15:29 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/mvmeppc arch/pegasos arch/sparc arch/sparc64 \ + arch/vax +# arch/cats arch/amd64 .include <bsd.subdir.mk> |