xref: /freebsd/usr.sbin/bluetooth/l2control/Makefile (revision d8ffc21c5ca6f7d4f2d9a65dc6308699af0b6a01)
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