Makefile revision 1.18
11.18Sskrll# $NetBSD: Makefile,v 1.18 2009/08/20 14:43:06 skrll Exp $ 21.1Sskrll 31.1Sskrll.include <bsd.own.mk> 41.7Slukem.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.1Sskrll 61.2SlukemRAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 71.2SlukemRAMDISK= ${RAMDISKDIR}/ramdisk.fs 81.1Sskrll 91.14SchrisMDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL \ 101.14Schris INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL 111.9SlukemMDSET_RELEASEDIR= binary/kernel 121.11Sskrll 131.13SlukemMDSET_NOSTRIP= # defined 141.9Slukem 151.10SthorpejMDSET_POST.netbsd.aout-INSTALL= \ 161.15Sskrll ${OBJCOPY} -O a.out-arm-netbsd \ 171.16She -R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \ 181.17She -R .debug_frame -R .debug_loc -R .debug_pubnames -R .debug_aranges \ 191.15Sskrll -R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \ 201.18Sskrll -R .ARM.attributes \ 211.10Sthorpej ${.TARGET} ${.TARGET} 221.1Sskrll 231.2Slukem.include "${DISTRIBDIR}/common/Makefile.mdset" 241.3Slukem 251.3Slukem.include <bsd.prog.mk> 26