Home | History | Annotate | Line # | Download | only in evbmips
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2009/12/14 01:12:05 matt Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 SUBDIR=		cdroms
      7 SUBDIR+=	instkernel
      8 TARGETS+=	release
      9 
     10 iso_image:
     11 	${MAKEDIRTARGET} cdroms iso_image
     12 
     13 .include <bsd.subdir.mk>
     14