Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2002/04/26 15:50:30 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
      5 
      6 RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7 RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8 MDSETTARGETS=	RAMDISK ${RAMDISK} -
      9 
     10 MDSETDIR=	binary/kernel
     11 
     12 .include "${DISTRIBDIR}/common/Makefile.mdset"
     13 
     14 .include <bsd.prog.mk>
     15