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