Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin usr.sbin: enable lint for all programs
details: https://anonhg.NetBSD.org/src/rev/c68dc057c13c
branches: trunk
changeset: 1023558:c68dc057c13c
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Sep 14 20:36:02 2021 +0000
description:
usr.sbin: enable lint for all programs
diffstat:
usr.sbin/Makefile.inc | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r bb3571c7ddf0 -r c68dc057c13c usr.sbin/Makefile.inc
--- a/usr.sbin/Makefile.inc Tue Sep 14 20:34:36 2021 +0000
+++ b/usr.sbin/Makefile.inc Tue Sep 14 20:36:02 2021 +0000
@@ -1,6 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.7 2016/01/23 21:22:50 christos Exp $
+# $NetBSD: Makefile.inc,v 1.8 2021/09/14 20:36:02 rillig Exp $
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/6/93
BINDIR?= /usr/sbin
WARNS?= 4
CPPFLAGS+= -D_KERNTYPES
+
+.include <bsd.own.mk>
+.if ${MKLINT} != "no" && ${LINT_SUPPORTED:Uyes} == "yes"
+realall: lint
+.endif
Home |
Main Index |
Thread Index |
Old Index