summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-26 20:42:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-26 20:42:04 +0000
commit7fbc5f0e6ad936b88e369e2dcd3531199eaa2173 (patch)
tree085ca22dec5558d27ce07da9c5c5abeb0103d694
parentcd4588559fd380f2d7b184431bd92ef538954f0c (diff)
can now traverse into sun3
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 3da9f4e82e5..eb08617737d 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.7 2000/05/25 21:54:37 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2000/05/26 20:42:03 deraadt Exp $
# $NetBSD: Makefile,v 1.5 1995/09/15 21:05:21 pk Exp $
# arch/arc arch/wgrisc
SUBDIR= arch/alpha arch/amiga arch/hp300 arch/i386 \
arch/mac68k arch/mvme68k arch/pmax arch/powerpc \
- arch/sparc arch/vax
+ arch/sparc arch/vax arch/sun3
.include <bsd.subdir.mk>