NetBSD/distrib/macppc/Makefile

19 lines
444 B
Makefile
Raw Normal View History

2002-04-12 06:19:30 +04:00
# $NetBSD: Makefile,v 1.11 2002/04/12 02:19:30 lukem Exp $
2002-04-12 06:19:30 +04:00
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
2002-04-12 06:19:30 +04:00
.include <bsd.kernobj.mk>
SUBDIR= floppies
2002-04-12 06:19:30 +04:00
TARGETS+=release
2002-04-12 06:19:30 +04:00
BOOTOBJ!= cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
ITARGET= ${RELEASEDIR}/installation
2002-03-31 10:44:12 +04:00
release: check_RELEASEDIR
2002-04-12 06:19:30 +04:00
-mkdir -p ${ITARGET}
${RELINSTALL} ${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf ${ITARGET}
.include <bsd.subdir.mk>