#
# $FreeBSD$
# $Id: Makefile,v 1.10.4.1 2005/05/27 16:29:19 thomas Exp $
#
# Makefile for building the capi device module for userland access
#

MAINTAINER=	twinterg@gmx.de

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

KMOD=	capidev

SRCS=	capidev.c
SRCS+=	opt_capidev.h

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

.include <bsd.kmod.mk>

