Module Name: src
Committed By: christos
Date: Wed Dec 15 15:24:11 UTC 2021
Modified Files:
src/external/mit/xorg/server/drivers/xf86-input-keyboard: Makefile
Log Message:
Add -D__GNUC__ for lint
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 \
src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile
diff -u src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile:1.20 src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile:1.21
--- src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile:1.20 Mon Dec 6 12:51:59 2021
+++ src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile Wed Dec 15 10:24:11 2021
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2021/12/06 17:51:59 abs Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/15 15:24:11 christos Exp $
DRIVER= xf86-input-keyboard
DRIVER_NAME= kbd_drv
SRCS= kbd.c bsd_KbdMap.c bsd_kbd.c at_scancode.c
MAN= kbd.4
+LINTFLAGS+= -D__GNUC__
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "cats"
CPPFLAGS+= -DPCVT_SUPPORT