mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
12 lines
274 B
Makefile
12 lines
274 B
Makefile
# $Id: Makefile,v 1.2 2003/03/15 03:07:47 max Exp $
|
|
# $FreeBSD$
|
|
|
|
DESTDIR= /usr/sbin/
|
|
MANDIR= ../share/man/man
|
|
PROG= l2control
|
|
MAN8= l2control.8
|
|
WARNS?= 2
|
|
CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
|
|
SRCS= l2cap.c l2control.c
|
|
|
|
.include <bsd.prog.mk>
|