Home | History | Annotate | Line # | Download | only in hpcarm
Makefile revision 1.6.64.1
      1  1.6.64.1   martin #	$NetBSD: Makefile,v 1.6.64.1 2020/04/24 17:19:49 martin Exp $
      2       1.1   toshii 
      3       1.2      rjs .include <bsd.own.mk>
      4       1.2      rjs .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.1   toshii 
      6       1.4  tsutsui SUBDIR=		instkernel stand cdroms
      7  1.6.64.1   martin SUBDIR+=	liveimage
      8       1.6  tsutsui TARGETS+=	release
      9       1.3   bouyer 
     10       1.3   bouyer iso_image:
     11       1.3   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     12       1.3   bouyer 
     13  1.6.64.1   martin live_image:
     14  1.6.64.1   martin 	${MAKEDIRTARGET} liveimage live_image
     15  1.6.64.1   martin 
     16       1.3   bouyer .include <bsd.subdir.mk>
     17