Home | History | Annotate | Line # | Download | only in libdm
Makefile revision 1.7.18.1
      1  1.7.18.1    martin #	$NetBSD: Makefile,v 1.7.18.1 2020/04/08 14:08:59 martin 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.7.18.1    martin         dm_target_linear.c dm_target_stripe.c dm_target_error.c \
     12  1.7.18.1    martin 	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