Home | History | Annotate | Line # | Download | only in libdm
Makefile revision 1.4
      1  1.4  pooka #	$NetBSD: Makefile,v 1.4 2014/03/13 01:54:22 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.1   haad 
      8  1.1   haad SRCS=   device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
      9  1.1   haad         dm_target_linear.c dm_target_stripe.c
     10  1.1   haad 
     11  1.4  pooka SRCS+=	dm_component.c
     12  1.1   haad 
     13  1.1   haad CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     14  1.1   haad 
     15  1.1   haad .include <bsd.lib.mk>
     16  1.1   haad .include <bsd.klinks.mk>
     17