Home | History | Annotate | Line # | Download | only in playstation2
      1 #	$NetBSD: Makefile,v 1.17 2025/09/23 20:12:08 rillig Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 MINIROOTDIR!=	cd ${.CURDIR}/../miniroot && ${PRINTOBJDIR}
      7 MINIROOT=	${MINIROOTDIR}/miniroot.fs
      8 
      9 MDSETTARGETS=		RAMDISK ${MINIROOT} netbsd
     10 
     11 # ???
     12 # MDSET_RELEASEDIR=	installation
     13 
     14 .include "${DISTRIBDIR}/common/Makefile.mdset"
     15 
     16 .include <bsd.prog.mk>
     17 
     18 SUBDIR=		cdroms
     19 TARGETS+=	release
     20 
     21 iso_image: .MAKE
     22 	${MAKEDIRTARGET} cdroms iso_image
     23 
     24 .include <bsd.subdir.mk>
     25