2002-04-12 06:19:30 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2002/04/12 02:19:30 lukem Exp $
|
2000-06-08 21:39:44 +04:00
|
|
|
|
2002-04-12 06:19:30 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
2000-06-08 21:39:44 +04:00
|
|
|
|
2002-04-12 06:19:30 +04:00
|
|
|
.include <bsd.kernobj.mk>
|
2000-06-07 01:00:31 +04:00
|
|
|
|
2000-06-08 21:39:44 +04:00
|
|
|
SUBDIR= floppies
|
2002-04-12 06:19:30 +04:00
|
|
|
TARGETS+=release
|
2000-06-07 01:00:31 +04:00
|
|
|
|
2002-04-12 06:19:30 +04:00
|
|
|
BOOTOBJ!= cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
|
|
|
|
ITARGET= ${RELEASEDIR}/installation
|
2000-06-08 21:39:44 +04:00
|
|
|
|
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>
|