]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/bluetooth/l2ping/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / bluetooth / l2ping / Makefile
1 # $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
2 # $FreeBSD$
3
4 PROG=           l2ping
5 MAN=            l2ping.8
6 WARNS?=         2
7
8 DPADD=          ${LIBBLUETOOTH}
9 LDADD=          -lbluetooth
10
11 .include <bsd.prog.mk>