Module Name: src
Committed By: mrg
Date: Mon Oct 17 18:51:35 UTC 2022
Modified Files:
src/external/mit/xorg/lib/xkeyboard-config/rules: Makefile
Log Message:
remove evdev.extras.xml and evdev.xml from the list (build) generated files.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/mit/xorg/lib/xkeyboard-config/rules/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/lib/xkeyboard-config/rules/Makefile
diff -u src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile:1.6 src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile:1.7
--- src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile:1.6 Mon Oct 17 07:40:23 2022
+++ src/external/mit/xorg/lib/xkeyboard-config/rules/Makefile Mon Oct 17 18:51:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/10/17 07:40:23 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2022/10/17 18:51:35 mrg Exp $
#
# When upgrading, re-assemble the files base, base.lst, evdev and
# evdev.lst by running ./configure && make in the dist directory,
@@ -12,7 +12,7 @@
.include <bsd.own.mk>
XKBNAME= rules
-GENFILES= base.extras.xml base.xml evdev.extras.xml evdev.xml
+GENFILES= base.extras.xml base.xml
FILES= README base base.lst evdev evdev.lst xfree98 xkb.dtd
FILES+= ${GENFILES}
CLEAN+= ${GENFILES}