Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.1
      1  1.1  chris #	$NetBSD: Makefile,v 1.1 2008/03/31 23:59:07 chris 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.1  chris MDSETTARGETS=		INSTALL ${RAMDISK} netbsd-INSTALL 
     10  1.1  chris MDSET_RELEASEDIR=	binary/kernel
     11  1.1  chris 
     12  1.1  chris MDSET_NOSTRIP=		# defined
     13  1.1  chris 
     14  1.1  chris .include "${DISTRIBDIR}/common/Makefile.mdset"
     15  1.1  chris 
     16  1.1  chris .include <bsd.prog.mk>
     17