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