1 # $NetBSD: Makefile,v 1.6 2015/10/19 16:16:32 pooka Exp $ 2 # 3 4 .PATH: ${.CURDIR}/../../../../dev/dm 5 6 LIB= rumpdev_dm 7 COMMENT=Device-mapper driver (for LVM) 8 9 IOCONF= DM.ioconf 10 SRCS= device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \ 11 dm_target_linear.c dm_target_stripe.c 12 13 SRCS+= dm_component.c 14 15 CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs 16 17 .include <bsd.lib.mk> 18 .include <bsd.klinks.mk> 19