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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com
          +++ new/usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#
       25 +# Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  LIBRARY= pkinit.a
  28   28  VERS= .1
  29   29  
  30   30  PKINIT_OBJS= \
  31   31          pkinit_accessor.o \
  32   32          pkinit_clnt.o \
  33   33          pkinit_crypto_openssl.o \
  34   34          pkinit_identity.o \
  35   35          pkinit_lib.o \
↓ open down ↓ 25 lines elided ↑ open up ↑
  61   61                  -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  62   62                  -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
  63   63                  -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
  64   64                  -I$(SRC)/uts/common/gssapi/include/ \
  65   65                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
  66   66                  -I$(SRC)
  67   67  
  68   68  CERRWARN        += -_gcc=-Wno-uninitialized
  69   69  CERRWARN        += -_gcc=-Wno-unused-function
  70   70  
       71 +# not linted
       72 +SMATCH=off
       73 +
  71   74  CFLAGS +=       $(CCVERBOSE) -I..
  72   75  DYNFLAGS +=     $(KRUNPATH) $(KMECHLIB) -znodelete
  73   76  LDLIBS +=       -L $(ROOTLIBDIR) -lcrypto -lc
  74   77  
  75   78  ROOTLIBDIR= $(ROOT)/usr/lib/krb5/plugins/preauth
  76   79  
  77   80  $(ROOTLIBDIR):
  78   81          $(INS.dir)
  79   82  
  80   83  .KEEP_STATE:
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX