Module Name:    src
Committed By:   rillig
Date:           Tue Sep 14 20:45:19 UTC 2021

Modified Files:
        src/usr.sbin/bta2dpd/bta2dpd: Makefile

Log Message:
bta2dpd: fix lint build


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/bta2dpd/bta2dpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/bta2dpd/bta2dpd/Makefile
diff -u src/usr.sbin/bta2dpd/bta2dpd/Makefile:1.3 src/usr.sbin/bta2dpd/bta2dpd/Makefile:1.4
--- src/usr.sbin/bta2dpd/bta2dpd/Makefile:1.3	Sat Jul 27 20:10:29 2019
+++ src/usr.sbin/bta2dpd/bta2dpd/Makefile	Tue Sep 14 20:45:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/07/27 20:10:29 nakayama Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/14 20:45:19 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@ PROG=		bta2dpd
 SRCS=		bta2dpd.c avdtp.c sbc_encode.c
 MAN=		bta2dpd.8
 
-CFLAGS+=	-I.
+CPPFLAGS+=	-I.
 DPADD+=		${LIBBLUETOOTH} ${LIBEVENT} ${LIBUTIL}
 LDADD+=		-lbluetooth -levent -lutil
 CLEANFILES+=	sbc_crc.h sbc_coeffs.h

Reply via email to