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