Print this page
4078 groupadd execs getent unnecessarily
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libcmdutils/Makefile.com
          +++ new/usr/src/lib/libcmdutils/Makefile.com
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  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  #
  22   22  # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright (c) 2013 RackTop Systems.
  23   24  #
  24   25  
  25   26  LIBRARY=        libcmdutils.a
  26   27  VERS=           .1
  27      -CMD_OBJS=       avltree.o sysattrs.o writefile.o process_xattrs.o
       28 +CMD_OBJS=       avltree.o sysattrs.o writefile.o process_xattrs.o uid.o gid.o
  28   29  COM_OBJS=       list.o
  29   30  OBJECTS=        $(CMD_OBJS) $(COM_OBJS)
  30   31  
  31   32  include ../../Makefile.lib
  32   33  include ../../Makefile.rootfs
  33   34  
  34   35  LIBS =          $(DYNLIB) $(LINTLIB)
  35   36  
  36   37  LDLIBS +=       -lc -lavl -lnvpair
  37   38  
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX