Home | History | Annotate | Line # | Download | only in instkernel
      1  1.4  tsutsui #	$NetBSD: Makefile,v 1.4 2012/02/02 16:02:44 tsutsui Exp $
      2  1.1    chris 
      3  1.1    chris .include <bsd.own.mk>
      4  1.1    chris .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1    chris 
      6  1.1    chris RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.1    chris RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.1    chris 
      9  1.4  tsutsui MDSETTARGETS=		INSTALL ${RAMDISK} netbsd-INSTALL \
     10  1.4  tsutsui 			INSTALL_C700 ${RAMDISK} netbsd-INSTALL_C700
     11  1.4  tsutsui 
     12  1.2   nonaka MDSET_RELEASEDIR=	installation/kernel
     13  1.1    chris 
     14  1.3   nonaka MDSET_NOGZIP=		# defined
     15  1.1    chris MDSET_NOSTRIP=		# defined
     16  1.3   nonaka MDSET_NOSYMBOLS=	# defined
     17  1.1    chris 
     18  1.1    chris .include "${DISTRIBDIR}/common/Makefile.mdset"
     19  1.1    chris 
     20  1.1    chris .include <bsd.prog.mk>
     21