No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / cats / instkernel / Makefile
blob82cf78a29fc81aa2e85bdc23b13047b40c75f3e6
1 # $NetBSD: Makefile,v 1.17 2008/06/09 20:05:12 he Exp $
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= INSTALL ${RAMDISK} netbsd.aout-INSTALL \
10 INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL
11 MDSET_RELEASEDIR= binary/kernel
13 MDSET_NOSTRIP= # defined
15 MDSET_POST.netbsd.aout-INSTALL= \
16 ${OBJCOPY} -O a.out-arm-netbsd \
17 -R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
18 -R .debug_frame -R .debug_loc -R .debug_pubnames -R .debug_aranges \
19 -R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
20 -R .ARM.attributes \
21 ${.TARGET} ${.TARGET}
23 .include "${DISTRIBDIR}/common/Makefile.mdset"
25 .include <bsd.prog.mk>