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

11 lines
148 B
Makefile

# $Id: Makefile,v 1.5 2003/08/14 20:06:00 max Exp $
# $FreeBSD$
PROG= bt3cfw
MAN= bt3cfw.8
WARNS?= 2
LIBADD+= netgraph
.include <bsd.prog.mk>