summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-26 20:41:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-05-26 20:41:44 +0000
commitcd4588559fd380f2d7b184431bd92ef538954f0c (patch)
treeca48293361cb6927ead0d542adc22199dc0066d0 /sys/arch/sun3/stand
parent94bf6414fca99046417a089748ab02b6298c12af (diff)
limit MI man page traversal
Diffstat (limited to 'sys/arch/sun3/stand')
-rw-r--r--sys/arch/sun3/stand/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sun3/stand/Makefile b/sys/arch/sun3/stand/Makefile
index e264086fab4..e55fb82d3eb 100644
--- a/sys/arch/sun3/stand/Makefile
+++ b/sys/arch/sun3/stand/Makefile
@@ -1,5 +1,9 @@
# $NetBSD: Makefile,v 1.5 1995/10/13 21:44:08 gwr Exp $
-SUBDIR= installboot libsa bootxx ufsboot netboot tapeboot
+.if ${MACHINE} == "sun3"
+SUBDIR= libsa bootxx ufsboot netboot tapeboot
+.endif
+
+SUBDIR+= installboot
.include <bsd.subdir.mk>