Module Name: src
Committed By: rillig
Date: Thu Sep 14 19:29:52 UTC 2023
Modified Files:
src/crypto/external/bsd/heimdal/bin/verify_krb5_conf: Makefile
Log Message:
verify_krb5_conf: enable lint
There is no apparent reason to disable lint for this program.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile
diff -u src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile:1.5 src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile:1.6
--- src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile:1.5 Thu Jun 22 22:39:23 2023
+++ src/crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile Thu Sep 14 19:29:52 2023
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/06/22 22:39:23 christos Exp $
+# $NetBSD: Makefile,v 1.6 2023/09/14 19:29:52 rillig Exp $
WARNS?= 2 # XXX -Wextra
-NOLINT= # defined
-
.include <bsd.own.mk>
.include <${.CURDIR}/../../Makefile.inc>