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