Home | History | Annotate | Line # | Download | only in playstation2
Makefile revision 1.13
      1  1.13   bouyer #	$NetBSD: Makefile,v 1.13 2007/03/06 21:57:15 bouyer Exp $
      2   1.1      uch 
      3   1.5  thorpej .include <bsd.own.mk>
      4  1.11    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.1      uch 
      6   1.6    lukem MINIROOTDIR!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
      7   1.9     shin MINIROOT=	${MINIROOTDIR}/miniroot.fs
      8   1.1      uch 
      9  1.12    lukem MDSETTARGETS=		RAMDISK ${MINIROOT} netbsd
     10  1.11    lukem MDSET_RELEASEDIR=	installation
     11   1.1      uch 
     12   1.6    lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     13   1.7    lukem 
     14   1.7    lukem .include <bsd.prog.mk>
     15  1.13   bouyer 
     16  1.13   bouyer SUBDIR=		cdroms
     17  1.13   bouyer TARGETS+=	release
     18  1.13   bouyer 
     19  1.13   bouyer iso_image:
     20  1.13   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     21  1.13   bouyer 
     22  1.13   bouyer .include <bsd.subdir.mk>
     23