xref: /freebsd/usr.sbin/bluetooth/l2ping/Makefile (revision 1d386b48a555f61cb7325543adbbb5c3f3407a66)
1# $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
2# $FreeBSD$
3
4PACKAGE=	bluetooth
5PROG=		l2ping
6MAN=		l2ping.8
7WARNS?=		2
8
9LIBADD=		bluetooth
10
11.include <bsd.prog.mk>
12