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

12 lines
190 B
Makefile

# $Id: Makefile,v 1.1 2003/09/08 02:27:27 max Exp $
# $FreeBSD$
PROG= sdpcontrol
MAN= sdpcontrol.8
SRCS= sdpcontrol.c search.c
WARNS?= 2
LIBADD= bluetooth sdp
.include <bsd.prog.mk>