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