Home | History | Annotate | Line # | Download | only in libdm
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2009/12/04 22:13:59 haad Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/dm
      5 
      6 LIB=	rumpdev_dm
      7 
      8 SRCS=   device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
      9         dm_target_linear.c dm_target_stripe.c
     10 
     11 SRCS+=	component.c
     12 
     13 CPPFLAGS+=	-Wno-pointer-sign
     14 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     15 
     16 LDADD+=         -lrumpvfs
     17 
     18 .include <bsd.lib.mk>
     19 .include <bsd.klinks.mk>
     20