Module Name: src
Committed By: christos
Date: Mon Nov 1 12:26:18 UTC 2021
Modified Files:
src/lib/libpam/libpam: Makefile
Log Message:
work around lint bug
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libpam/libpam/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpam/libpam/Makefile
diff -u src/lib/libpam/libpam/Makefile:1.28 src/lib/libpam/libpam/Makefile:1.29
--- src/lib/libpam/libpam/Makefile:1.28 Wed Aug 11 05:12:07 2021
+++ src/lib/libpam/libpam/Makefile Mon Nov 1 08:26:18 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/08/11 09:12:07 christos Exp $
+# $NetBSD: Makefile,v 1.29 2021/11/01 12:26:18 christos Exp $
#-
# Copyright (c) 1998 Juniper Networks, Inc.
# All rights reserved.
@@ -54,6 +54,9 @@ NOPROFILE=
WARNS= 6
LINTFLAGS+= -w
+# XXX: lint bug: The enum contains an additional constant
+# for the number of values
+LINTFLAGS+= -X 348
CPPFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR} -DHAVE_CONFIG_H -I${.CURDIR}
#CPPFLAGS+= -DOPENPAM_DEBUG