Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / cobalt / instkernel / Makefile
blob839b53c9af075f03b01663b41d757c3bbbfb10c5
1 # $NetBSD$
3 .include <bsd.own.mk>
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>