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