]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/l2control/Makefile
kldxref: Avoid buffer overflows in parse_pnp_list
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / l2control / Makefile
1 # $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $
2 # $FreeBSD$
3
4 PACKAGE=        bluetooth
5 PROG=           l2control
6 MAN=            l2control.8
7 SRCS=           l2cap.c l2control.c
8 WARNS?=         2
9
10 LIBADD=         bluetooth
11
12 .include <bsd.prog.mk>