No need to strip symbols from a RAMDISK kernel.

This commit is contained in:
tsutsui 2008-02-02 13:47:04 +00:00
parent fe8fd8a947
commit 552d8dcaa6

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2005/05/07 14:15:51 tsutsui Exp $
# $NetBSD: Makefile,v 1.10 2008/02/02 13:47:04 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -9,6 +9,10 @@ RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= RAMDISK ${RAMDISK} -
MDSET_RELEASEDIR= binary/kernel
# do not strip kernels, there's no space constraints here.
MDSET_NOSTRIP.netbsd-RAMDISK=
MDSET_NOSYMBOLS.netbsd-RAMDISK=
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>