1 1.17.4.1 martin # $NetBSD: Makefile,v 1.17.4.1 2024/07/03 18:38:54 martin 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.17 martin .endif 11 1.13 lukem TARGETS+= release 12 1.1 matt 13 1.11 lukem BOOTOBJ!= cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR} 14 1.13 lukem OFWBOOTERS= ${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf 15 1.2 matt 16 1.13 lukem release: check_RELEASEDIR .WAIT ${OWFBOOTERS} 17 1.17 martin mkdir -p ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 18 1.16 matt ${RELEASE_INSTALL} ${OFWBOOTERS} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation 19 1.1 matt 20 1.15 bouyer iso_image: 21 1.17.4.1 martin # macppc installcd is now created via "do-isa-image" target in 22 1.17.4.1 martin # etc/Makefile using ${TOOLS_MKHYBRID} for ISO9660/HFS hybrid image 23 1.17.4.1 martin # with bootable special Apple partition map 24 1.17.4.1 martin # ${MAKEDIRTARGET} cdroms iso_image 25 1.15 bouyer 26 1.11 lukem .include <bsd.subdir.mk> 27