Home | History | Annotate | Line # | Download | only in instkernel
      1 #	$NetBSD: Makefile,v 1.2 2005/01/07 11:19:55 tsutsui Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7 RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8 
      9 MDSETTARGETS=		GENERIC_MD ${RAMDISK} -
     10 MDSET_RELEASEDIR=	binary/kernel
     11 
     12 MDSET_SUFFIXES.-=	bin create-bin
     13 create-bin=		${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
     14 
     15 .include "${DISTRIBDIR}/common/Makefile.mdset"
     16 
     17 .include <bsd.prog.mk>
     18