xref: /openbsd/sys/arch/loongson/stand/Makefile (revision a6445c1d)
1#	$OpenBSD: Makefile,v 1.2 2010/02/17 19:56:43 otto Exp $
2
3.if ${MACHINE} == "loongson"
4SUBDIR+=	libsa
5.endif
6SUBDIR+=	boot mbr
7
8.include <bsd.subdir.mk>
9