mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= rfcomm_sppd
|
|
SRCS= rfcomm_sppd.c rfcomm_sdp.c
|
|
WARNS?= 2
|
|
|
|
LIBADD= bluetooth sdp util
|
|
|
|
.include <bsd.prog.mk>
|