aboutsummaryrefslogtreecommitdiff
path: root/comms/hcidump/files/patch-parser-Makefile
blob: 503c8540fba8f4d8a4a122ac4681274282f59984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- parser/Makefile.orig
+++ parser/Makefile
@@ -7,10 +7,9 @@
 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
+MK_PROFILE=	no
 
 .include <bsd.lib.mk>