mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 15:08:19 -04:00
17 lines
350 B
Makefile
17 lines
350 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/06/07 13:57:20 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/dm
|
|
|
|
LIB= rumpdev_dm
|
|
|
|
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+= component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|