aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/l2ping/Makefile
blob: 572366ae4dd37f729467cf97b5336814aed113cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
# $FreeBSD$

PROG=		l2ping
MAN=		l2ping.8
WARNS?=		2

LIBADD=		bluetooth

.include <bsd.prog.mk>