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