Home | History | Annotate | Line # | Download | only in evbmips
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2007/03/06 21:56:59 bouyer Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 .if ${MACHINE_ARCH} == "mipsel"
      7 SUBDIR=		instkernel
      8 .endif
      9 TARGETS+=	release cdroms
     10 
     11 iso_image:
     12 	${MAKEDIRTARGET} cdroms iso_image
     13 
     14 .include <bsd.subdir.mk>
     15