Home | History | Annotate | Line # | Download | only in hpcarm
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2020/03/21 14:25:49 tsutsui 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:
     11 	${MAKEDIRTARGET} cdroms iso_image
     12 
     13 live_image:
     14 	${MAKEDIRTARGET} liveimage live_image
     15 
     16 .include <bsd.subdir.mk>
     17