Makefile revision 121054
1# $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
2# $FreeBSD: head/usr.sbin/bluetooth/l2ping/Makefile 121054 2003-10-12 22:04:24Z emax $
3
4PROG=		l2ping
5MAN=		l2ping.8
6SRCS=		l2ping.c
7WARNS?=		2
8
9DPADD=		${LIBBLUETOOTH}
10LDADD=		-lbluetooth
11
12.include <bsd.prog.mk>
13