freebsd-dev/usr.sbin/bluetooth/l2ping/Makefile
Baptiste Daroussin c6db8143ed Convert usr.sbin to LIBADD
Reduce overlinking
2014-11-25 16:57:27 +00:00

11 lines
149 B
Makefile

# $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>