summaryrefslogtreecommitdiff
path: root/sys/modules/dm/dm_target_mirror/Makefile
blob: 49d2dcaf2a26ded4598a8871bc9231e71cf2cdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#$NetBSD: Makefile,v 1.2 2012/02/05 18:46:05 christos Exp $

.include "../../Makefile.inc"

S!=     cd ${.CURDIR}/../../..;pwd
.PATH:	${S}/dev/dm

CPPFLAGS += -DDM_TARGET_MODULE
KMOD=	dm_target_mirror
SRCS=   dm_target_mirror.c

.include <bsd.kmodule.mk>