summaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-09-07 15:36:54 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-09-07 15:36:54 +0000
commitcfd60d2284488580553aa2791c8caa257b555343 (patch)
tree15c12bd7981efca88f0a6b5ea3022ecf5ea5fbf0 /sys/Makefile
parentd3ae3dadfbbe747a8bb5c277bdb190cc0deddd77 (diff)
recurse into sparc64, too
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 294f7f1faf3..69ca6bbfb8e 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.13 2001/09/01 16:02:42 drahn Exp $
+# $OpenBSD: Makefile,v 1.14 2001/09/07 15:36:53 jason Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
SUBDIR= arch/alpha arch/amiga arch/hp300 arch/i386 arch/m68k \
arch/mac68k arch/macppc arch/mvme68k arch/mvme88k \
- arch/mvmeppc arch/sparc arch/sun3 arch/vax
+ arch/mvmeppc arch/sparc arch/sparc64 arch/sun3 arch/vax
.include <bsd.subdir.mk>