xref: /freebsd/usr.sbin/bluetooth/sdpcontrol/Makefile (revision a687910fc4352117413b8e0275383e4c687d4c4c)
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