opnsense-src/sys/modules/netgraph/bluetooth/socket/Makefile
Julian Elischer f2bb1cae36 Part one of undating the bluetooth code to the newest version
Submitted by:   Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:44:42 +00:00

19 lines
466 B
Makefile

# $Id: Makefile,v 1.2 2003/01/12 23:37:31 max Exp $
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket
CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include
#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
KMOD= ng_btsocket
SRCS= ng_btsocket.c \
ng_btsocket_hci_raw.c \
ng_btsocket_l2cap_raw.c \
ng_btsocket_l2cap.c \
ng_btsocket_rfcomm.c
MAN4= ng_btsocket.4
.include <bsd.kmod.mk>