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