Makefile revision 107120
1# $Id: Makefile,v 1.3 2002/09/04 21:30:40 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/l2control/Makefile 107120 2002-11-20 23:01:59Z julian $
3
4DESTDIR=	/usr/sbin/
5MANDIR=		../share/man/man
6PROG=		l2control
7MAN8=		l2control.8
8WARNS?=		2
9CFLAGS+=	-g -I../../../sys/netgraph/bluetooth/include
10SRCS=		l2cap.c l2control.c
11
12.include <bsd.prog.mk>
13