diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-26 20:41:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-26 20:41:44 +0000 |
commit | cd4588559fd380f2d7b184431bd92ef538954f0c (patch) | |
tree | ca48293361cb6927ead0d542adc22199dc0066d0 /sys/arch/sun3/stand | |
parent | 94bf6414fca99046417a089748ab02b6298c12af (diff) |
limit MI man page traversal
Diffstat (limited to 'sys/arch/sun3/stand')
-rw-r--r-- | sys/arch/sun3/stand/Makefile | 6 |
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> |