1 # Makefile,v 1.14.10.1 2008/01/09 01:27:51 matt Exp 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6 RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 9 MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL \ 10 INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL 11 MDSET_RELEASEDIR= binary/kernel 12 13 MDSET_NOSTRIP= # defined 14 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 .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \ 19 ${.TARGET} ${.TARGET} 20 21 .include "${DISTRIBDIR}/common/Makefile.mdset" 22 23 .include <bsd.prog.mk> 24