]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bluetooth/sdpcontrol/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 DPADD=          ${LIBBLUETOOTH} ${LIBSDP}
10 LDADD=          -lbluetooth -lsdp
11
12 .include <bsd.prog.mk>