xref: /netbsd/sys/arch/macppc/stand/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.7 2005/12/11 12:18:06 christos Exp $
2
3.include <bsd.own.mk>
4
5.if (${USETOOLS} != "yes")
6SUBDIR=		fixcoff .WAIT
7.endif
8SUBDIR+=	bootxx ofwboot
9
10.include <bsd.subdir.mk>
11