Print this page
10079 smatch Makefile changes for usr/src/lib

@@ -20,12 +20,11 @@
 #
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# usr/src/lib/pam_modules/krb5/Makefile.com
-#
+# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY=        pam_krb5.a
 VERS=           .1
 
 

@@ -49,10 +48,13 @@
                 -I.
 
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-unused-function
 
+# not linted
+SMATCH=off
+
 # module needs to be unloadable because the key destructor might be
 # called after dlclose()
 DYNFLAGS +=     $(ZNODELETE)
 
 CLOBBERFILES += $(LINTLIB) $(LINTOUT) $(POFILE)