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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/pwconv/Makefile
          +++ new/usr/src/cmd/pwconv/Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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 2009 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -# cmd/pwconv/Makefile
  25      -#
       24 +# Copyright (c) 2018, Joyent, Inc.
  26   25  
  27   26  PROG=           pwconv
  28   27  
  29   28  include ../Makefile.cmd
  30   29  TEXT_DOMAIN= SUNW_OST_ADMIN
  31   30  
  32   31  FILEMODE=       0555
  33   32  RELSBIN=        ../sbin
  34   33  
       34 +SMOFF += indenting
       35 +
  35   36  .KEEP_STATE:
  36   37  
  37      -all: $(PROG) 
       38 +all: $(PROG)
  38   39  
  39   40  install: all $(ROOTUSRSBINPROG) $(ROOTPROG)
  40   41  
  41   42  $(ROOTPROG):
  42   43          -$(RM) $@; $(SYMLINK) ../sbin/$(PROG) $@
  43   44  
  44   45  clean:
  45   46  
  46   47  lint:   lint_PROG
  47      - 
       48 +
  48   49  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX