Makefile revision 1.13
1# $NetBSD: Makefile,v 1.13 2003/10/25 04:39:48 lukem Exp $ 2 3.include <bsd.own.mk> 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 9MDSETTARGETS= INSTALL ${RAMDISK} netbsd.aout-INSTALL 10MDSET_RELEASEDIR= binary/kernel 11 12MDSET_NOSTRIP= # defined 13 14MDSET_POST.netbsd.aout-INSTALL= \ 15 ${OBJCOPY} -O a.out-arm-netbsd -R .ident -R .arm.atpcs -R .comment \ 16 ${.TARGET} ${.TARGET} 17 18.include "${DISTRIBDIR}/common/Makefile.mdset" 19 20.include <bsd.prog.mk> 21