NetBSD/distrib/evbmips/Makefile

15 lines
299 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2007/03/06 21:56:59 bouyer Exp $
2006-03-30 19:45:42 +04:00
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.if ${MACHINE_ARCH} == "mipsel"
2006-03-30 19:45:42 +04:00
SUBDIR= instkernel
.endif
TARGETS+= release cdroms
iso_image:
${MAKEDIRTARGET} cdroms iso_image
2006-03-30 19:45:42 +04:00
.include <bsd.subdir.mk>