# $Id: Makefile 1073 2021-06-27 05:01:23Z $ # $FreeBSD: releng/12.1/usr.sbin/bluetooth/rfcomm_pppd/Makefile 314659 2017-03-04 11:38:03Z ngie $ # $BSDSUniX $ .PATH: ${SRCTOP}/usr.bin/bluetooth/rfcomm_sppd PROG= rfcomm_pppd MAN= rfcomm_pppd.8 SRCS= rfcomm_pppd.c rfcomm_sdp.c WARNS?= 2 LIBADD= bluetooth sdp .include