diff options
Diffstat (limited to 'sys')
-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> |