Home | History | Annotate | Line # | Download | only in md-kernel
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2002/04/26 15:50:35 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=	INSTALL		${RAMDISK}	-	\
      9 		GENERIC_MD	${RAMDISK}	-
     10 
     11 MDSETDIR=	binary/kernel
     12 
     13 .include "${DISTRIBDIR}/common/Makefile.mdset"
     14 
     15 .include <bsd.prog.mk>
     16