c6db8143ed
Reduce overlinking
12 lines
190 B
Makefile
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>
|