Home | History | Annotate | Line # | Download | only in libdm
Makefile revision 1.2.4.1
      1  1.2.4.1  rmind #	$NetBSD: Makefile,v 1.2.4.1 2010/07/03 01:20:01 rmind 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.1   haad SRCS+=	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