Home | History | Annotate | Line # | Download | only in evbsh3
      1 #	$NetBSD: Makefile,v 1.3 2025/09/23 20:12:06 rillig Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 .if ${MACHINE_ARCH} == "sh3el"
      7 SUBDIR=		instkernel
      8 .endif
      9 SUBDIR+=	cdroms
     10 TARGETS+=	release
     11 
     12 iso_image: .MAKE
     13 	${MAKEDIRTARGET} cdroms iso_image
     14 
     15 .include <bsd.subdir.mk>
     16