1# $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $
2# $FreeBSD$
3
4PACKAGE=	bluetooth
5PROG=		l2control
6MAN=		l2control.8
7SRCS=		l2cap.c l2control.c
8WARNS?=		2
9
10LIBADD=		bluetooth
11
12.include <bsd.prog.mk>
13