summaryrefslogtreecommitdiff
path: root/sys/modules/dm/dm_target_zero/Makefile
blob: 65d650658f16ffd12bc07f23f79066fe7b283034 (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_zero
SRCS=   dm_target_zero.c

.include <bsd.kmodule.mk>