xref: /openbsd/sys/arch/hppa/stand/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.4 2007/11/25 20:37:24 maja Exp $
2
3.if ${MACHINE} == "hppa"
4SUBDIR= libsa libz
5.endif
6SUBDIR+= mkboot boot
7.if ${MACHINE} == "hppa"
8SUBDIR+= cdboot
9.endif
10
11.include <bsd.subdir.mk>
12