17 lines
373 B
Makefile
17 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/08/20 11:51:12 christos Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/dm
|
|
|
|
LIB= rumpdev_dm
|
|
IOCONF= DM.ioconf
|
|
SRCS= device-mapper.c dm_dev.c dm_ioctl.c dm_pdev.c dm_table.c dm_target.c \
|
|
dm_target_linear.c dm_target_stripe.c
|
|
|
|
SRCS+= dm_component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|