23 lines
562 B
Makefile
23 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/02/20 08:26:08 matt Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|
|
|
.if ${MACHINE_ARCH} == "mips64el"
|
|
SFX= 64
|
|
.endif
|
|
|
|
MDSETTARGETS= RAMDISK${SFX} ${RAMDISK} -
|
|
MDSET_RELEASEDIR= binary/kernel
|
|
|
|
# do not strip kernels, there's no space constraints here.
|
|
MDSET_NOSTRIP.netbsd-RAMDISK${SFX}=
|
|
MDSET_NOSYMBOLS.netbsd-RAMDISK${SFX}=
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
|
|
|
.include <bsd.prog.mk>
|