summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 21:32:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 21:32:57 +0000
commite70ad2fbac231ffb21a5fab56a3b05a7a9d7719c (patch)
tree50cd07f5b14f926224d487bfe799d7a0b221a1c4 /sys/Makefile
parent925b1250f6b872a48c9a2aa6bc2f6177da057b1a (diff)
Makefile changes to enter deep down there
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index c2d6713c7e8..f6c88978f31 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.20 2004/05/03 15:18:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.21 2004/08/06 21:32:56 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/sparc arch/sparc64 arch/vax arch/cats arch/amd64
+ arch/mvmeppc arch/sgi arch/sparc arch/sparc64 arch/vax \
+ arch/cats arch/amd64
.include <bsd.subdir.mk>