Home | History | Annotate | Line # | Download | only in playstation2
Makefile revision 1.16
      1  1.16   martin #	$NetBSD: Makefile,v 1.16 2014/04/01 14:06:38 martin 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.16   martin 
     11  1.16   martin # ???
     12  1.16   martin # MDSET_RELEASEDIR=	installation
     13   1.1      uch 
     14   1.6    lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     15   1.7    lukem 
     16   1.7    lukem .include <bsd.prog.mk>
     17  1.13   bouyer 
     18  1.13   bouyer SUBDIR=		cdroms
     19  1.13   bouyer TARGETS+=	release
     20  1.13   bouyer 
     21  1.13   bouyer iso_image:
     22  1.13   bouyer 	${MAKEDIRTARGET} cdroms iso_image
     23  1.13   bouyer 
     24  1.13   bouyer .include <bsd.subdir.mk>
     25