2002-05-03 19:22:55 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 2002/05/03 15:22:58 lukem Exp $
|
2002-04-11 20:33:58 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-04-12 02:53:02 +04:00
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
2002-04-12 17:39:43 +04:00
|
|
|
MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-04-14 05:41:24 +04:00
|
|
|
MDSET.netbsd.aout-INSTALL.post= \
|
|
|
|
OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
|
|
|
|
${KERNSRCDIR}/arch/arm/conf/elf2aout.sh \
|
2002-05-03 19:22:55 +04:00
|
|
|
${.TARGET:R} ${.TARGET:R}
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-05-02 22:02:14 +04:00
|
|
|
MDSET_RELEASEDIR= binary/kernel
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-04-12 02:53:02 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
2002-04-12 09:33:58 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|