Don't traverse here in case of sparc64 32-bit environment.

This commit is contained in:
nakayama 2003-05-17 02:45:04 +00:00
parent 6256a4034a
commit ca7665c318
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile,v 1.17 2002/05/07 12:32:52 lukem Exp $
# $NetBSD: Makefile,v 1.18 2003/05/17 02:45:04 nakayama Exp $
.if ${MACHINE} == sparc
SUBDIR= boot bootxx bootblk ofwboot ofwboot.net binstall
.endif
.include <bsd.subdir.mk>