Makefile revision 114879
1# $Id: Makefile,v 1.2 2003/03/15 03:07:47 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/l2control/Makefile 114879 2003-05-10 21:50:37Z julian $
3
4DESTDIR=	/usr/sbin/
5MANDIR=		../share/man/man
6PROG=		l2control
7MAN8=		l2control.8
8WARNS?=		2
9CFLAGS+=	-g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
10SRCS=		l2cap.c l2control.c
11
12.include <bsd.prog.mk>
13