]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/sdpcontrol/Makefile
bhnd(9): Fix a few mandoc related issues
[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 PACKAGE=        bluetooth
5 PROG=           sdpcontrol
6 MAN=            sdpcontrol.8
7 SRCS=           sdpcontrol.c search.c
8 WARNS?=         2
9
10 LIBADD=         bluetooth sdp
11
12 .include <bsd.prog.mk>