4 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 RAMDISKDIR
!= cd
${.CURDIR
}/..
/ramdisk
&& ${PRINTOBJDIR}
7 RAMDISK
= ${RAMDISKDIR}/ramdisk.fs
9 MDSETTARGETS
= RAMDISK
${RAMDISK} -
10 MDSET_RELEASEDIR
= binary
/kernel
12 # do not strip kernels, there's no space constraints here.
13 MDSET_NOSTRIP.netbsd-RAMDISK
=
14 MDSET_NOSYMBOLS.netbsd-RAMDISK
=
16 .
include "${DISTRIBDIR}/common/Makefile.mdset"
18 .
include <bsd.prog.mk
>