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
This commit is contained in:
parent
864ec623a7
commit
4a60ed0210
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue