summaryrefslogtreecommitdiff
path: root/sys/modules/dm/dm_target_snapshot/Makefile
blob: cbf37709b0da153b284ad0c79fbc6ea7f92b3847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#$NetBSD: Makefile,v 1.1 2009/01/02 01:06:16 haad Exp $

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

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

CFLAGS += -DDM_TARGET_MODULE
KMOD=	dm_target_snapshot
SRCS=   dm_target_snapshot.c

.include <bsd.kmodule.mk>