1# $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/bt3c/Makefile 155824 2006-02-18 23:49:28Z yar $
3
4KMOD=		ng_bt3c
5SRCS=		ng_bt3c_pccard.c bus_if.h card_if.h device_if.h pccarddevs.h
6
7.include <bsd.kmod.mk>
8