#
# $FreeBSD$
# $Id: Makefile,v 1.9.4.1 2005/05/27 16:29:21 thomas Exp $
#
# Makefile for building the link between i4b and c4b
#

MAINTAINER	= twinterg@gmx.de

.PATH:	${.CURDIR}/../../i4b/i4bcapimgr

KMOD	= i4bcapimgr

SRCS	= i4bcapimgr.c i4bcmgr_global.h i4bcmgr_l4if.c \
	  i4bcmgr_plcism.h i4bcmgr_plcism.c i4bcmgr_nccism.h i4bcmgr_nccism.c \
	  i4bcmgr_capiutil.h i4bcmgr_capiutil.c
SRCS   += opt_i4bcapimgr.h

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

.include <bsd.kmod.mk>

