1 # $NetBSD: Makefile,v 1.1.24.1 2014/05/18 17:46:15 rmind 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