#
# $FreeBSD$
# $Id: Makefile,v 1.11.4.1 2005/05/27 16:29:22 thomas Exp $
#
# Makefile for building the kernel capi manager module
#

MAINTAINER	= twinterg@gmx.de

.PATH:	${.CURDIR}/../../kcapimgr

KMOD	= kcapimgr

SRCS	= kcapimgr.c capi_drv.h kcapimgr_global.h \
	  kcapi_appl.h kcapi_appl.c kcapi_ctlr.h kcapi_ctlr.c \
	  kcapi_trace.h kcapi_trace.c
SRCS   += opt_kcapimgr.h

CFLAGS += -I${.CURDIR}/../../.. -I${.CURDIR}/../../include

.include <bsd.kmod.mk>

