Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.16.10.1
      1  1.16.10.1  wrstuden #	$NetBSD: Makefile,v 1.16.10.1 2008/06/23 04:28:54 wrstuden Exp $
      2        1.1     skrll 
      3        1.1     skrll .include <bsd.own.mk>
      4        1.7     lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5        1.1     skrll 
      6        1.2     lukem RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7        1.2     lukem RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8        1.1     skrll 
      9       1.14     chris MDSETTARGETS=		INSTALL ${RAMDISK} netbsd.aout-INSTALL \
     10       1.14     chris 			INSTALL.ABLE ${RAMDISK} netbsd.able-INSTALL
     11        1.9     lukem MDSET_RELEASEDIR=	binary/kernel
     12       1.11     skrll 
     13       1.13     lukem MDSET_NOSTRIP=		# defined
     14        1.9     lukem 
     15       1.10   thorpej MDSET_POST.netbsd.aout-INSTALL= \
     16       1.15     skrll     ${OBJCOPY} -O a.out-arm-netbsd \
     17       1.16        he 	-R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
     18  1.16.10.1  wrstuden 	-R .debug_frame -R .debug_loc -R .debug_pubnames -R .debug_aranges \
     19       1.15     skrll 	-R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
     20       1.10   thorpej 	${.TARGET} ${.TARGET}
     21        1.1     skrll 
     22        1.2     lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     23        1.3     lukem 
     24        1.3     lukem .include <bsd.prog.mk>
     25