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