xref: /openbsd/sys/arch/sparc64/stand/Makefile (revision a6445c1d)
1#	$OpenBSD: Makefile,v 1.6 2014/11/22 15:02:28 deraadt Exp $
2
3.if ${MACHINE} == "sparc64"
4SUBDIR= bootblk libsa libz ofwboot ofwboot.net
5.endif
6
7
8.include <bsd.subdir.mk>
9