Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.1.2.2
      1  1.1.2.2  mjf #	$NetBSD: Makefile,v 1.1.2.2 2008/04/03 13:54:15 mjf Exp $
      2  1.1.2.2  mjf 
      3  1.1.2.2  mjf .include <bsd.own.mk>
      4  1.1.2.2  mjf .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.1.2.2  mjf 
      6  1.1.2.2  mjf RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7  1.1.2.2  mjf RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8  1.1.2.2  mjf 
      9  1.1.2.2  mjf MDSETTARGETS=		INSTALL ${RAMDISK} netbsd-INSTALL 
     10  1.1.2.2  mjf MDSET_RELEASEDIR=	binary/kernel
     11  1.1.2.2  mjf 
     12  1.1.2.2  mjf MDSET_NOSTRIP=		# defined
     13  1.1.2.2  mjf 
     14  1.1.2.2  mjf .include "${DISTRIBDIR}/common/Makefile.mdset"
     15  1.1.2.2  mjf 
     16  1.1.2.2  mjf .include <bsd.prog.mk>
     17