mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
17 lines
457 B
Makefile
17 lines
457 B
Makefile
# $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
|
|
|
|
CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
|
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c
|
|
|
|
#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1
|
|
#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1
|
|
|
|
KMOD= ng_bt3c
|
|
SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h
|
|
MAN4= ng_bt3c.4
|
|
|
|
.include <bsd.kmod.mk>
|
|
|