xref: /openbsd/sys/arch/sparc64/stand/Makefile (revision 5af055cd)
1#	$OpenBSD: Makefile,v 1.7 2014/11/26 08:15:41 stsp Exp $
2
3.if ${MACHINE} == "sparc64"
4SUBDIR= bootblk libsa libz ofwboot ofwboot.net ofwbootfd
5.endif
6
7
8.include <bsd.subdir.mk>
9