Home | History | Annotate | Line # | Download | only in libmd
Makefile revision 1.1.6.2
      1  1.1.6.2  rmind #	$NetBSD: Makefile,v 1.1.6.2 2011/03/05 20:56:06 rmind Exp $
      2  1.1.6.2  rmind #
      3  1.1.6.2  rmind 
      4  1.1.6.2  rmind .PATH:	${.CURDIR}/../../../../dev
      5  1.1.6.2  rmind 
      6  1.1.6.2  rmind LIB=	rumpdev_md
      7  1.1.6.2  rmind IOCONF=	MD.ioconf
      8  1.1.6.2  rmind 
      9  1.1.6.2  rmind SRCS=	md.c
     10  1.1.6.2  rmind SRCS+=	component.c
     11  1.1.6.2  rmind 
     12  1.1.6.2  rmind CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpvfs
     13  1.1.6.2  rmind 
     14  1.1.6.2  rmind .include <bsd.lib.mk>
     15  1.1.6.2  rmind .include <bsd.klinks.mk>
     16