Home | History | Annotate | Line # | Download | only in macppc
Makefile revision 1.11
      1 #	$NetBSD: Makefile,v 1.11 2002/04/12 02:19:30 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${_SRC_TOP_}/distrib/Makefile.inc"
      5 
      6 .include <bsd.kernobj.mk>
      7 
      8 SUBDIR=	floppies
      9 TARGETS+=release
     10 
     11 BOOTOBJ!=	cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
     12 ITARGET=	${RELEASEDIR}/installation
     13 
     14 release: check_RELEASEDIR
     15 	-mkdir -p ${ITARGET}
     16 	${RELINSTALL} ${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf ${ITARGET}
     17 
     18 .include <bsd.subdir.mk>
     19