Cross Reference: Makefile
xref: /src/sys/rump/dev/lib/libdm/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/dev/lib/libdm/
Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2015/10/19 16:16:32 pooka Exp $
2#
3
4.PATH:	${.CURDIR}/../../../../dev/dm
5
6LIB=	rumpdev_dm
7COMMENT=Device-mapper driver (for LVM)
8
9IOCONF=	DM.ioconf
10SRCS=   device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
11        dm_target_linear.c dm_target_stripe.c
12
13SRCS+=	dm_component.c
14
15CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
16
17.include <bsd.lib.mk>
18.include <bsd.klinks.mk>
19

Indexes created Thu Dec 18 06:09:43 GMT 2025