]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/sdpcontrol/Makefile
Integrate capsicum-test into the FreeBSD test suite
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / sdpcontrol / Makefile
1 # $Id: Makefile,v 1.1 2003/09/08 02:27:27 max Exp $
2 # $FreeBSD$
3
4 PROG=           sdpcontrol
5 MAN=            sdpcontrol.8
6 SRCS=           sdpcontrol.c search.c
7 WARNS?=         2
8
9 LIBADD=         bluetooth sdp
10
11 .include <bsd.prog.mk>