Makefile revision 107131
1# $Id: Makefile,v 1.1.1.1 2002/09/04 21:47:41 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/bluetooth/Makefile 107131 2002-11-21 07:21:45Z imp $
3
4.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/common
5
6CFLAGS+=	-I${.CURDIR}/../../../../netgraph/bluetooth/include
7
8KMOD=		ng_bluetooth
9SRCS=		ng_bluetooth.c
10MAN4=		ng_bluetooth.4
11
12.include <bsd.kmod.mk>
13
14