Cdiff Makefile
*** /workspace/neilga/ohacds-ids/webrev/usr/src/cmd/ha-services/gds-agents/ids/Makefile- Tue May 27 03:22:42 2008
--- Makefile Tue May 27 03:16:22 2008
*** 19,29 ****
# CDDL HEADER END
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "@(#)Makefile 1.2 08/02/04 SMI"
#
# usr/src/cmd/ha-services/gds-agents/ids/Makefile
#
# list common shell scripts for $(PKGNAME)/bin
--- 19,29 ----
# CDDL HEADER END
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "@(#)Makefile 1.3 08/05/27 SMI"
#
# usr/src/cmd/ha-services/gds-agents/ids/Makefile
#
# list common shell scripts for $(PKGNAME)/bin
*** 32,44 ****
# list config file for $(PKGNAME)/etc
CONF = config
# list common util shell scripts for $(PKGNAME)/util
! KSH_UTIL_SRCS = ids_register.ksh \
! ids_smf_register.ksh \
! ids_smf_remove.ksh
# list common util config files for $(PKGNAME)/util
UTIL_CONF = ids_config
PROG = $(KSH_BIN_SRCS:%.ksh=%)
--- 32,42 ----
# list config file for $(PKGNAME)/etc
CONF = config
# list common util shell scripts for $(PKGNAME)/util
! KSH_UTIL_SRCS = ids_register.ksh
# list common util config files for $(PKGNAME)/util
UTIL_CONF = ids_config
PROG = $(KSH_BIN_SRCS:%.ksh=%)