Home | History | Annotate | Line # | Download | only in hpcsh
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2008/09/19 17:38:43 tsutsui Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 SUBDIR=		instkernel stand cdroms
      7 TARGETS+=	release
      8 
      9 iso_image:
     10 	${MAKEDIRTARGET} cdroms iso_image
     11 
     12 .include <bsd.subdir.mk>
     13