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