]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/bluetooth/l2control/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>