Module Name: src Committed By: rillig Date: Tue Oct 26 17:33:18 UTC 2021
Modified Files: src/sbin/wsconsctl: Makefile Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/wsconsctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/wsconsctl/Makefile diff -u src/sbin/wsconsctl/Makefile:1.15 src/sbin/wsconsctl/Makefile:1.16 --- src/sbin/wsconsctl/Makefile:1.15 Mon Oct 11 13:27:47 2021 +++ src/sbin/wsconsctl/Makefile Tue Oct 26 17:33:18 2021 @@ -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 @@ YHEADER= 1 CPPFLAGS+= -I. -I${.CURDIR} DPSRCS+= keysym.h CLEANFILES+= keysym.h -LINTFLAGS+= -I${NETBSDSRCDIR}/sys .include <bsd.prog.mk>