Home | History | Annotate | Line # | Download | only in instkernel
      1  1.4    lukem #	$NetBSD: Makefile,v 1.4 2002/05/08 21:44:57 lukem Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui .include <bsd.own.mk>
      4  1.3    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1  tsutsui 
      6  1.1  tsutsui RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.1  tsutsui RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.1  tsutsui 
      9  1.4    lukem MDSETTARGETS=		INSTALL ${RAMDISK} -
     10  1.3    lukem MDSET_RELEASEDIR=	binary/kernel
     11  1.1  tsutsui 
     12  1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.mdset"
     13  1.1  tsutsui 
     14  1.1  tsutsui .include <bsd.prog.mk>
     15