Makefile revision 1.17
11.17She# $NetBSD: Makefile,v 1.17 2008/06/09 20:05:12 he 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.10Sthorpej ${.TARGET} ${.TARGET} 211.1Sskrll 221.2Slukem.include "${DISTRIBDIR}/common/Makefile.mdset" 231.3Slukem 241.3Slukem.include <bsd.prog.mk> 25