xref: /freebsd/usr.sbin/bluetooth/sdpcontrol/Makefile (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1# $Id: Makefile,v 1.1 2003/09/08 02:27:27 max Exp $
2
3PACKAGE=	bluetooth
4PROG=		sdpcontrol
5MAN=		sdpcontrol.8
6SRCS=		sdpcontrol.c search.c
7WARNS?=		2
8
9LIBADD=		bluetooth sdp
10
11.include <bsd.prog.mk>
12