Home | History | Annotate | Line # | Download | only in macppc
Makefile revision 1.15.16.1
      1  1.15.16.1  wrstuden #	$NetBSD: Makefile,v 1.15.16.1 2008/09/18 04:41:10 wrstuden 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.15    bouyer SUBDIR=		floppies cdroms
      9       1.13     lukem TARGETS+=	release
     10        1.1      matt 
     11       1.11     lukem BOOTOBJ!=	cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
     12       1.13     lukem OFWBOOTERS=	${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf
     13        1.2      matt 
     14       1.13     lukem release: check_RELEASEDIR .WAIT ${OWFBOOTERS}
     15  1.15.16.1  wrstuden 	${RELEASE_INSTALL} ${OFWBOOTERS} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation
     16        1.1      matt 
     17       1.15    bouyer iso_image:
     18       1.15    bouyer 	${MAKEDIRTARGET} cdroms iso_image
     19       1.15    bouyer 
     20       1.11     lukem .include <bsd.subdir.mk>
     21