]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/l2ping/Makefile
Merge bmake-20200606
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / l2ping / Makefile
1 # $Id: Makefile,v 1.6 2003/08/14 20:06:24 max Exp $
2 # $FreeBSD$
3
4 PACKAGE=        bluetooth
5 PROG=           l2ping
6 MAN=            l2ping.8
7 WARNS?=         2
8
9 LIBADD=         bluetooth
10
11 .include <bsd.prog.mk>