Print this page
2989 Eliminate use of LOGNAME_MAX in ON
1166 useradd have warning with name more 8 chars
   1 #
   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #

  21 #
  22 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 
  25 include         $(SRC)/cmd/Makefile.cmd
  26 
  27 # Note: Why SUBDIRS-common isn't sorted alphabetically
  28 #
  29 # The items under SGS are not independent of each other.
  30 # They must be built in an order that ensures that
  31 # all dependencies of an item have been built before the
  32 # item itself.
  33 #
  34 SUBDIRS-common= libconv         \
  35                 .WAIT           \
  36                 libdl           \
  37                 libelf          \
  38                 liblddbg        \
  39                 .WAIT           \
  40                 libld           \
  41                 libldmake       \
  42                 libldstab       \
  43                 librtld         \
  44                 libcrle         \
  45                 .WAIT           \
  46                 0@0             \

  47                 ld              \
  48                 ldd             \
  49                 lddstub         \
  50                 rtld            \
  51                 link_audit      \
  52                 .WAIT           \
  53                 librtld_db      \
  54                 ldprof          \
  55                 pvs             \
  56                 crle            \
  57                 ar              \
  58                 dump            \
  59                 elfdump         \
  60                 elfedit         \
  61                 elfwrap         \
  62                 error           \
  63                 gprof           \
  64                 lari            \
  65                 lex             \
  66                 lorder          \


   1 #
   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright (c) 2013 Gary Mills
  22 #
  23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24 #
  25 
  26 include         $(SRC)/cmd/Makefile.cmd
  27 
  28 # Note: Why SUBDIRS-common isn't sorted alphabetically
  29 #
  30 # The items under SGS are not independent of each other.
  31 # They must be built in an order that ensures that
  32 # all dependencies of an item have been built before the
  33 # item itself.
  34 #
  35 SUBDIRS-common= libconv         \
  36                 .WAIT           \
  37                 libdl           \
  38                 libelf          \
  39                 liblddbg        \
  40                 .WAIT           \
  41                 libld           \
  42                 libldmake       \
  43                 libldstab       \
  44                 librtld         \
  45                 libcrle         \
  46                 .WAIT           \
  47                 0@0             \
  48                 getlogin8       \
  49                 ld              \
  50                 ldd             \
  51                 lddstub         \
  52                 rtld            \
  53                 link_audit      \
  54                 .WAIT           \
  55                 librtld_db      \
  56                 ldprof          \
  57                 pvs             \
  58                 crle            \
  59                 ar              \
  60                 dump            \
  61                 elfdump         \
  62                 elfedit         \
  63                 elfwrap         \
  64                 error           \
  65                 gprof           \
  66                 lari            \
  67                 lex             \
  68                 lorder          \