Home | History | Annotate | Line # | Download | only in libdm
      1  1.8   mlelstv #	$NetBSD: Makefile,v 1.8 2019/12/17 07:57:25 mlelstv 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.8   mlelstv         dm_target_linear.c dm_target_stripe.c dm_target_error.c \
     12  1.8   mlelstv 	dm_target_zero.c
     13  1.1      haad 
     14  1.4     pooka SRCS+=	dm_component.c
     15  1.1      haad 
     16  1.1      haad .include <bsd.lib.mk>
     17  1.1      haad .include <bsd.klinks.mk>
     18