freebsd-ports/comms/hcidump/files/patch-parser-Makefile
Pav Lucistnik 553e7ddf4a Add hcidump, utility similar to tcpdump, but operating on Bluetooth stack.
This was ported to FreeBSD by emax and neglected by ports people for too long.
2004-12-10 20:10:22 +00:00

12 lines
259 B
Text

--- parser/Makefile.orig Fri Mar 12 23:16:59 2004
+++ parser/Makefile Fri Dec 10 21:07:28 2004
@@ -7,8 +7,7 @@
MAN=
SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c
WARNS?= 2
-DEBUG_FLAGS= -g
-CFLAGS= -O2
+CFLAGS?= -O2
NOPROFILE= 1