xref: /netbsd/sys/arch/powerpc/stand/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.5 2008/05/24 17:34:02 kiyohara Exp $
2
3.if (${MACHINE} == "bebox" || ${MACHINE} == "prep" || ${MACHINE} == "rs6000")
4SUBDIR=	mkbootimage
5.endif
6
7.include <bsd.kinc.mk>
8