No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / ofppc / instkernel / Makefile
blob4debb72a30e5ddcd41d0824ce98b5c3593957214
1 # $NetBSD: Makefile,v 1.2 2008/01/23 23:15:37 garbled Exp $
3 .include <bsd.own.mk>
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
13 .endfor
15 MDSETTARGETS= INSTALL ${RAMDISK} -
17 MDSET_RELEASEDIR= binary/kernel
19 # do not strip kernels, there's no space constraints here.
20 MDSET_NOSTRIP.netbsd-INSTALL=
21 MDSET_NOSYMBOLS.netbsd-INSTALL=
23 .include "${DISTRIBDIR}/common/Makefile.mdset"
25 .include <bsd.prog.mk>