18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/01/03 15:34:33 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
.include <bsd.kernobj.mk>
|
|
|
|
SUBDIR= floppies
|
|
TARGETS+= release
|
|
|
|
BOOTOBJ!= cd ${KERNSRCDIR}/arch/macppc/stand/ofwboot && ${PRINTOBJDIR}
|
|
OFWBOOTERS= ${BOOTOBJ}/ofwboot.elf ${BOOTOBJ}/ofwboot.xcf
|
|
|
|
release: check_RELEASEDIR .WAIT ${OWFBOOTERS}
|
|
${RELEASE_INSTALL} ${OFWBOOTERS} ${RELEASEDIR}/${MACHINE}/installation
|
|
|
|
.include <bsd.subdir.mk>
|