Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.1.2.2
      1  1.1.2.2  tsutsui #	$NetBSD: Makefile,v 1.1.2.2 2008/02/02 14:06:49 tsutsui Exp $
      2  1.1.2.2  tsutsui 
      3  1.1.2.2  tsutsui .include <bsd.own.mk>
      4  1.1.2.2  tsutsui .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1.2.2  tsutsui 
      6  1.1.2.2  tsutsui RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.1.2.2  tsutsui RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.1.2.2  tsutsui 
      9  1.1.2.2  tsutsui MDSETTARGETS=		RAMDISK ${RAMDISK} -
     10  1.1.2.2  tsutsui MDSET_RELEASEDIR=	binary/kernel
     11  1.1.2.2  tsutsui 
     12  1.1.2.2  tsutsui # do not strip kernels, there's no space constraints here.
     13  1.1.2.2  tsutsui MDSET_NOSTRIP.netbsd-RAMDISK=
     14  1.1.2.2  tsutsui MDSET_NOSYMBOLS.netbsd-RAMDISK=
     15  1.1.2.2  tsutsui 
     16  1.1.2.2  tsutsui .include "${DISTRIBDIR}/common/Makefile.mdset"
     17  1.1.2.2  tsutsui 
     18  1.1.2.2  tsutsui .include <bsd.prog.mk>
     19