Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/wsconsctl wsconsctl: revert adding LINTFLAGS
details: https://anonhg.NetBSD.org/src/rev/8fe9f8095d06
branches: trunk
changeset: 1024492:8fe9f8095d06
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Oct 26 17:33:18 2021 +0000
description:
wsconsctl: revert adding LINTFLAGS
https://mail-index.netbsd.org/source-changes-d/2021/10/26/msg013482.html
https://mail-index.netbsd.org/source-changes-d/2021/10/26/msg013483.html
diffstat:
sbin/wsconsctl/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 297d7e91120d -r 8fe9f8095d06 sbin/wsconsctl/Makefile
--- a/sbin/wsconsctl/Makefile Tue Oct 26 16:58:46 2021 +0000
+++ b/sbin/wsconsctl/Makefile Tue Oct 26 17:33:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/10/11 13:27:47 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2021/10/26 17:33:18 rillig Exp $
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -9,7 +9,6 @@
CPPFLAGS+= -I. -I${.CURDIR}
DPSRCS+= keysym.h
CLEANFILES+= keysym.h
-LINTFLAGS+= -I${NETBSDSRCDIR}/sys
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index