]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/bluetooth/rfcomm_pppd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>