]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bluetooth/rfcomm_pppd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / bluetooth / rfcomm_pppd / Makefile
1 # $Id: Makefile,v 1.7 2003/09/07 18:32:11 max Exp $
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../../usr.bin/bluetooth/rfcomm_sppd
5
6 PROG=           rfcomm_pppd
7 MAN=            rfcomm_pppd.8
8 SRCS=           rfcomm_pppd.c rfcomm_sdp.c
9 WARNS?=         2
10
11 DPADD=          ${LIBBLUETOOTH} ${LIBSDP}
12 LDADD=          -lbluetooth -lsdp
13
14 .include <bsd.prog.mk>