Home | History | Annotate | Line # | Download | only in macppc
Makefile revision 1.18.2.1
      1  1.18.2.1  perseant #	$NetBSD: Makefile,v 1.18.2.1 2025/08/02 05:20:22 perseant Exp $
      2       1.2      matt 
      3      1.11     lukem .include <bsd.own.mk>
      4      1.13     lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.2      matt 
      6      1.11     lukem .include <bsd.kernobj.mk>
      7       1.1      matt 
      8      1.17    martin .if ${MACHINE_ARCH} != "powerpc64"
      9      1.15    bouyer SUBDIR=		floppies cdroms
     10  1.18.2.1  perseant SUBDIR+=	.WAIT
     11  1.18.2.1  perseant SUBDIR+=	liveimage
     12      1.17    martin .endif
     13      1.13     lukem TARGETS+=	release
     14       1.1      matt 
     15      1.11     lukem BOOTOBJ!=	cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
     16      1.13     lukem OFWBOOTERS=	${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf
     17       1.2      matt 
     18      1.13     lukem release: check_RELEASEDIR .WAIT ${OWFBOOTERS}
     19      1.17    martin 	mkdir -p ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     20      1.16      matt 	${RELEASE_INSTALL} ${OFWBOOTERS} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     21       1.1      matt 
     22      1.15    bouyer iso_image:
     23  1.18.2.1  perseant # macppc installcd is now created via "do-iso-image" target in
     24      1.18   tsutsui # etc/Makefile using ${TOOLS_MKHYBRID} for ISO9660/HFS hybrid image
     25      1.18   tsutsui # with bootable special Apple partition map
     26      1.18   tsutsui #	${MAKEDIRTARGET} cdroms iso_image
     27      1.15    bouyer 
     28  1.18.2.1  perseant live_image:
     29  1.18.2.1  perseant 	${MAKEDIRTARGET} liveimage live_image
     30  1.18.2.1  perseant 
     31      1.11     lukem .include <bsd.subdir.mk>
     32