19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/05/05 11:41:07 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|
|
|
MDSETTARGETS= RAMDISK ${RAMDISK} -
|
|
MDSET_RELEASEDIR= binary/kernel
|
|
|
|
MDSET_SUFFIXES.-= ecoff create-ecoff
|
|
create-ecoff= ${OBJCOPY} -O ecoff-littlemips \
|
|
-R .mdebug -R .ident -R .pdr ${.TARGET:R} ${.TARGET}
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
|
|
|
.include <bsd.prog.mk>
|