]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/rfcomm_pppd/Makefile
usr.sbin/bhyve: commit miss from r349918
[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 PROG=           rfcomm_pppd
7 MAN=            rfcomm_pppd.8
8 SRCS=           rfcomm_pppd.c rfcomm_sdp.c
9 WARNS?=         2
10
11 LIBADD=         bluetooth sdp
12
13 .include <bsd.prog.mk>