Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2007/03/06 21:47:46 bouyer Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 #	create ${RAMDISK_*} variables
      7 #
      8 RAMDISKS=	RAMDISK		ramdisk
      9 
     10 .for V F in ${RAMDISKS}
     11 ${V}DIR!=	cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR}
     12 ${V}=		${${V}DIR}/${F}.fs
     13 .endfor
     14 
     15 MDSETTARGETS=		INSTALL		${RAMDISK}	-
     16 
     17 MDSET_RELEASEDIR=	binary/kernel
     18 
     19 .include "${DISTRIBDIR}/common/Makefile.mdset"
     20 
     21 .include <bsd.prog.mk>
     22