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

12 lines
182 B
Makefile

# $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $
# $FreeBSD$
PROG= l2control
MAN= l2control.8
SRCS= l2cap.c l2control.c
WARNS?= 2
LIBADD= bluetooth
.include <bsd.prog.mk>