Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.2.4.1
      1  1.2.4.1     matt #	$NetBSD: Makefile,v 1.2.4.1 2008/01/09 01:27:51 matt 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.2   bouyer MDSETTARGETS=		INSTALL		${RAMDISK}	-
     16  1.2.4.1     matt MDSETTARGETS+=INSTALL_XEN3_DOMU		${RAMDISK}	-
     17      1.1  hubertf 
     18      1.1  hubertf MDSET_RELEASEDIR=	binary/kernel
     19      1.1  hubertf 
     20  1.2.4.1     matt # do not strip Xen kernels, there's no space constraints here.
     21  1.2.4.1     matt MDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU=
     22  1.2.4.1     matt MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU=
     23  1.2.4.1     matt 
     24      1.1  hubertf .include "${DISTRIBDIR}/common/Makefile.mdset"
     25      1.1  hubertf 
     26      1.1  hubertf .include <bsd.prog.mk>
     27