]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/rfcomm_pppd/Makefile
Merge missed sources for lldb-specific TableGen tool.
[FreeBSD/FreeBSD.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:  ${SRCTOP}/usr.bin/bluetooth/rfcomm_sppd
5
6 PACKAGE=        bluetooth
7 PROG=           rfcomm_pppd
8 MAN=            rfcomm_pppd.8
9 SRCS=           rfcomm_pppd.c rfcomm_sdp.c
10 WARNS?=         2
11
12 LIBADD=         bluetooth sdp
13
14 .include <bsd.prog.mk>