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

.include <bsd.kmodule.mk>