xref: /netbsd-src/sys/arch/sparc64/stand/Makefile (revision 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b)
1#	$NetBSD: Makefile,v 1.3 1999/12/30 16:27:54 eeh Exp $
2
3.if ${MACHINE} == sparc64
4SUBDIR=	ofwboot installboot bootblk
5.endif
6
7.include <bsd.subdir.mk>
8