opnsense-src/usr.bin/bluetooth/rfcomm_sppd/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

10 lines
189 B
Makefile

# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
PACKAGE= bluetooth
PROG= rfcomm_sppd
SRCS= rfcomm_sppd.c rfcomm_sdp.c
WARNS?= 2
LIBADD= bluetooth sdp util
.include <bsd.prog.mk>