Home | History | Annotate | Line # | Download | only in libdm
Makefile revision 1.2.2.2
      1 #	$NetBSD: Makefile,v 1.2.2.2 2010/03/11 15:04:33 yamt 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+=	-I${RUMPTOP}/librump/rumpvfs
     14 
     15 LDADD+=         -lrumpvfs
     16 
     17 .include <bsd.lib.mk>
     18 .include <bsd.klinks.mk>
     19