diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-10-12 22:04:24 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2003-10-12 22:04:24 +0000 |
| commit | 0986ab12e44caea472245845f9a89ced4f137d73 (patch) | |
| tree | 0ae0c2be63f9f9161693789721b96beb9cabcc77 /sys/modules/netgraph/bluetooth/socket | |
| parent | 907d8667501d77122c9b7016fc907f842f263bb7 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/bluetooth/socket')
| -rw-r--r-- | sys/modules/netgraph/bluetooth/socket/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile index 4cb414b4efb9..ba82b5ca6b45 100644 --- a/sys/modules/netgraph/bluetooth/socket/Makefile +++ b/sys/modules/netgraph/bluetooth/socket/Makefile @@ -3,10 +3,7 @@ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket -CFLAGS+= -g -I${.CURDIR}/../../../../netgraph/bluetooth/include - -#CFLAGS+= -DINVARIANTS=1 -DINVARIANT_SUPPORT=1 -#CFLAGS+= -DWITNESS=1 -DWITNESS_SKIPSPIN=1 +CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include KMOD= ng_btsocket SRCS= ng_btsocket.c \ |
