summaryrefslogtreecommitdiff
path: root/sys/modules/dm/dm_target_snapshot/Makefile
blob: 9e0d269aafdd04f28e23cce5d95e6c393e1a4f17 (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_snapshot
SRCS=   dm_target_snapshot.c

.include <bsd.kmodule.mk>