xref: /openbsd/sys/arch/sparc64/stand/Makefile (revision 4d6af78a)
1#	$OpenBSD: Makefile,v 1.5 2007/11/25 18:25:33 deraadt Exp $
2
3.if ${MACHINE} == "sparc64"
4SUBDIR= bootblk libsa libz ofwboot ofwboot.net
5.endif
6
7SUBDIR+= installboot
8
9
10.include <bsd.subdir.mk>
11