1 # $NetBSD: Makefile,v 1.2 2007/03/06 21:47:46 bouyer Exp $
4 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 # create ${RAMDISK_*} variables
8 RAMDISKS
= RAMDISK ramdisk
10 .for V F in
${RAMDISKS}
11 ${V}DIR
!= cd
${.CURDIR
}/..
/ramdisks
/${F} && ${PRINTOBJDIR}
12 ${V}= ${${V}DIR
}/${F}.fs
15 MDSETTARGETS
= INSTALL
${RAMDISK} -
16 MDSETTARGETS
+=INSTALL_XEN3_DOMU
${RAMDISK} -
18 MDSET_RELEASEDIR
= binary
/kernel
20 # do not strip Xen kernels, there's no space constraints here.
21 MDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU
=
22 MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU
=
24 .
include "${DISTRIBDIR}/common/Makefile.mdset"
26 .
include <bsd.prog.mk
>