Home | History | Annotate | Line # | Download | only in evbmips
      1 #	$NetBSD: Makefile,v 1.6 2025/09/23 20:12:06 rillig 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: .MAKE
     11 	${MAKEDIRTARGET} cdroms iso_image
     12 
     13 .include <bsd.subdir.mk>
     14