Home | History | Annotate | Line # | Download | only in playstation2
Makefile revision 1.14.4.1
      1  1.14.4.1     yamt #	$NetBSD: Makefile,v 1.14.4.1 2014/05/22 12:01:31 yamt 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.14.4.1     yamt 
     11  1.14.4.1     yamt # ???
     12  1.14.4.1     yamt # 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