1# $Id: Makefile,v 1.3 2002/09/04 21:30:40 max Exp $ 2# $FreeBSD$ 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