10 lines
220 B
Makefile
10 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/12/07 23:16:03 mrg Exp $
|
|
|
|
.if ${MACHINE} == sparc64
|
|
SUBDIR= ../../sparc/stand/ofwboot
|
|
SUBDIR+=../../sparc/stand/bootblk
|
|
SUBDIR+=../../sparc/stand/binstall
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|