Print this page
Split Close
Expand all
Collapse all
          --- /workspace/neilga/ohacds-ids/webrev/usr/src/cmd/ha-services/gds-agents/ids/Makefile-
          +++ Makefile
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/CDDL.txt.
  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 2008 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  #
  24      -#ident   "@(#)Makefile 1.2     08/02/04 SMI"
       24 +#ident   "@(#)Makefile 1.3     08/05/27 SMI"
  25   25  #
  26   26  # usr/src/cmd/ha-services/gds-agents/ids/Makefile
  27   27  #
  28   28  
  29   29  # list common shell scripts for $(PKGNAME)/bin
  30   30  KSH_BIN_SRCS =  control_ids.ksh \
  31   31                  functions.ksh 
  32   32  
  33   33  # list config file for $(PKGNAME)/etc
  34   34  CONF = config
  35   35  
  36   36  # list common util shell scripts for $(PKGNAME)/util
  37      -KSH_UTIL_SRCS = ids_register.ksh \
  38      -                ids_smf_register.ksh \
  39      -                ids_smf_remove.ksh
       37 +KSH_UTIL_SRCS = ids_register.ksh
  40   38  
  41   39  # list common util config files for $(PKGNAME)/util
  42   40  UTIL_CONF =     ids_config
  43   41  
  44   42  PROG = $(KSH_BIN_SRCS:%.ksh=%) 
  45   43  
  46   44  UTILPROG = $(KSH_UTIL_SRCS:%.ksh=%) $(UTIL_CONF)
  47   45  
  48   46  include $(SRC)/cmd/Makefile.cmd
  49   47  
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX