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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kadmin/kpasswd/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/kpasswd/Makefile
   1    1  #
   2    2  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
   3    3  # Use is subject to license terms.
   4    4  #
        5 +# Copyright (c) 2018, Joyent, Inc.
   5    6  
   6    7  PROG= kpasswd
   7    8  
   8    9  OBJS    = tty_kpasswd.o kpasswd.o
   9   10  SRCS    = $(OBJS:.o=.c)
  10   11  
  11   12  CLOBBERFILES += $(TESTPROG)
  12   13  
  13   14  include ../../../Makefile.cmd
  14   15  include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
↓ open down ↓ 13 lines elided ↑ open up ↑
  28   29          -DHAVE_LIBSOCKET=1 -DHAVE_LIBNSL=1 -DHAVE_UNISTD_H=1 \
  29   30          -DHAVE_SYS_TIMEB_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_FTIME=1 \
  30   31          -DHAVE_TIMEZONE -DUSE_KADM5_API_VERSION=2
  31   32  
  32   33  COPTFLAG += $(XESS) #-I$(KINCDIR) 
  33   34  
  34   35  CERRWARN += -_gcc=-Wno-parentheses
  35   36  CERRWARN += -_gcc=-Wno-unused-variable
  36   37  CERRWARN += -_gcc=-Wno-unused-function
  37   38  
       39 +# not linted
       40 +SMATCH=off
       41 +
  38   42  LDFLAGS += $(KRUNPATH) $(KERBRUNPATH)
  39   43  LDLIBS += -L $(KRB5LIBDIR)
  40   44  LDLIBS += $(KMECHLIB) $(KCLNTLIB)
  41   45  
  42   46  .KEEP_STATE:
  43   47  
  44   48  all: $(PROG)
  45   49  
  46   50  $(PROG):        $(OBJS) 
  47   51          $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX