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

11 lines
189 B
Makefile

# $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $
PACKAGE= bluetooth
PROG= l2control
MAN= l2control.8
SRCS= l2cap.c l2control.c
WARNS?= 2
LIBADD= bluetooth
.include <bsd.prog.mk>