xref: /freebsd/usr.sbin/bluetooth/l2ping/Makefile (revision 86aa9539fef591a363b06a0ebd3aa7a07f4c1579)
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