1# $Id: Makefile,v 1.1 2002/11/24 20:39:57 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/bluetooth/Makefile 155824 2006-02-18 23:49:28Z yar $
3
4.PATH: ${.CURDIR}/../common
5
6KMOD=		ng_bluetooth
7SRCS=		ng_bluetooth.c
8
9.include <bsd.kmod.mk>
10