diff options
author | John Levon <john.levon@joyent.com> | 2018-12-17 21:44:38 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-01-14 18:34:56 +0000 |
commit | 05ede3db5e3b7d540afbccdc872c735770e82ef3 (patch) | |
tree | 48e8ef98653eb259c6a4ed19a6fafa66f2a209f5 /usr/src/lib/pam_modules/krb5 | |
parent | cadd68ea0014761eda6a293664086dfa80686d85 (diff) | |
download | illumos-gate-05ede3db5e3b7d540afbccdc872c735770e82ef3.tar.gz |
10079 smatch Makefile changes for usr/src/lib
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/lib/pam_modules/krb5')
-rw-r--r-- | usr/src/lib/pam_modules/krb5/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/pam_modules/krb5/Makefile.com b/usr/src/lib/pam_modules/krb5/Makefile.com index 222f064fad..44e00890ad 100644 --- a/usr/src/lib/pam_modules/krb5/Makefile.com +++ b/usr/src/lib/pam_modules/krb5/Makefile.com @@ -22,8 +22,7 @@ # 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 @@ -51,6 +50,9 @@ CPPFLAGS += -I../../../gss_mechs/mech_krb5/include \ 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) |