Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.16.2.2
      1  1.16.2.2  he #	$NetBSD: Makefile,v 1.16.2.2 2008/01/19 00:03:40 he Exp $
      2  1.16.2.2  he 
      3  1.16.2.2  he .include <bsd.own.mk>
      4  1.16.2.2  he .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.16.2.2  he 
      6  1.16.2.2  he RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.16.2.2  he RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.16.2.2  he 
      9  1.16.2.2  he MDSETTARGETS=		INSTALL ${RAMDISK} netbsd.aout-INSTALL \
     10  1.16.2.2  he 			INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL
     11  1.16.2.2  he MDSET_RELEASEDIR=	binary/kernel
     12  1.16.2.2  he 
     13  1.16.2.2  he MDSET_NOSTRIP=		# defined
     14  1.16.2.2  he 
     15  1.16.2.2  he MDSET_POST.netbsd.aout-INSTALL= \
     16  1.16.2.2  he     ${OBJCOPY} -O a.out-arm-netbsd \
     17  1.16.2.2  he 	-R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
     18  1.16.2.2  he 	-R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
     19  1.16.2.2  he 	${.TARGET} ${.TARGET}
     20  1.16.2.2  he 
     21  1.16.2.2  he .include "${DISTRIBDIR}/common/Makefile.mdset"
     22  1.16.2.2  he 
     23  1.16.2.2  he .include <bsd.prog.mk>
     24