]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/bluetooth/l2control/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / bluetooth / l2control / Makefile
1 # $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $
2 # $FreeBSD$
3
4 PROG=           l2control
5 MAN=            l2control.8
6 SRCS=           l2cap.c l2control.c
7 WARNS?=         2
8
9 DPADD=          ${LIBBLUETOOTH}
10 LDADD=          -lbluetooth
11
12 .include <bsd.prog.mk>