Print this page
10080 smatch Makefile changes for usr/src/cmd

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kadmin/kclient/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/kclient/Makefile
↓ 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  # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  #
  23   23  # Makefile for Kerberos client-install utility.
  24   24  #
       25 +# Copyright (c) 2018, Joyent, Inc.
  25   26  
  26   27  PROG=           ksetpw \
  27   28                  kdyndns \
  28   29                  ksmb \
  29   30                  kconf
  30   31  
  31   32  SHFILES=        kclient
  32   33  SECFILES=       pam_krb5_first \
  33   34                  pam_krb5_only \
  34   35                  pam_krb5_optional
↓ open down ↓ 22 lines elided ↑ open up ↑
  57   58  
  58   59  CPPFLAGS += -I$(SRC)/uts/common/gssapi/include \
  59   60          -I$(SRC)/lib/krb5 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  60   61          -I$(SRC)/uts/common/gssapi/include  \
  61   62          -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  62   63  
  63   64  CERRWARN += -_gcc=-Wno-uninitialized
  64   65  CERRWARN += -_gcc=-Wno-parentheses
  65   66  CERRWARN += -_gcc=-Wno-unused-function
  66   67  
       68 +# not linted
       69 +SMATCH=off
       70 +
  67   71  ksetpw:=        LDFLAGS += $(KRUNPATH)
  68   72  kdyndns:=       LDFLAGS += -R/usr/lib/smbsrv
  69   73  ksmb:=          LDFLAGS += -R/usr/lib/smbsrv
  70   74  kconf:=         LDFLAGS += $(KRUNPATH)
  71   75  
  72   76  KS_LDLIBS =     $(LDLIBS) $(KMECHLIB)
  73   77  KD_LDLIBS =     $(LDLIBS) -L$(ROOT)/usr/lib/smbsrv -lsmbns
  74   78  KSMB_LDLIBS =   $(LDLIBS) -L$(ROOT)/usr/lib/smbsrv -lsmb
  75   79  KC_LDLIBS =     $(LDLIBS) $(KMECHLIB)
  76   80  
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX