Makefile revision a1e9eea083a8f257157edb8a1efb5bbd300eb4bf
2035N/A# CDDL HEADER START
2035N/A#
2035N/A# The contents of this file are subject to the terms of the
2035N/A# Common Development and Distribution License (the "License").
2035N/A# You may not use this file except in compliance with the License.
2035N/A#
2035N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2035N/A# or http://www.opensolaris.org/os/licensing.
2035N/A# See the License for the specific language governing permissions
2035N/A# and limitations under the License.
2035N/A#
2035N/A# When distributing Covered Code, include this CDDL HEADER in each
2035N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2035N/A# If applicable, add the following below this CDDL HEADER, with the
2035N/A# fields enclosed by brackets "[]" replaced with your own identifying
2035N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2035N/A#
2035N/A# CDDL HEADER END
2035N/A#
2035N/A#
2818N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2035N/A# Use is subject to license terms.
2035N/A#
2035N/A# cmd/ns/sdbc/etc/Makefile
2035N/A
2035N/Ainclude ../../../Makefile.cmd
2035N/Ainclude ../../Makefile.com
2035N/A
2035N/AINITPROGS = scm
2035N/ABINPROGS = dscfg_reconfigure.cluster
2035N/ASHFILES = $(INITPROGS) $(BINPROGS)
2035N/AROOTINIT_D = $(ROOTETC)/init.d
2035N/A
2035N/AOWNER = root
2035N/AGROUP = sys
2035N/A
2035N/A
2035N/AROOTBINPROGS= $(BINPROGS:%=$(ROOTBIN)/%)
2035N/AROOTINITPROGS= $(INITPROGS:%=$(ROOTINIT_D)/%)
2035N/A
2818N/A# scm is mode 744, dscfg_reconfigure.cluster is mode 555
2818N/A$(ROOTINITPROGS) := FILEMODE= 744
2818N/A$(ROOTBINPROGS) := FILEMODE= 555
2818N/A
2035N/A.KEEP_STATE:
2035N/A
2035N/Aall: $(SHFILES) $(INITPROGS) $(BINPROGS)
2035N/A
2035N/Ainstall: $(ROOTBINPROGS) $(ROOTINITPROGS) $(ROOTLIBSVCMETHOD) $(CLUSTERSBINDIR)
2035N/A -$(RM) $(ROOTLIBSVCMETHOD)/svc-scm
2035N/A -$(RM) $(CLUSTERSBINDIR)/dscfg_reconfigure
2035N/A $(LN) $(ROOTINIT_D)/scm $(ROOTLIBSVCMETHOD)/svc-scm
2035N/A $(LN) $(ROOTBIN)/$(BINPROGS) $(CLUSTERSBINDIR)/dscfg_reconfigure
2035N/A
2035N/A$(ROOTINIT_D)/%: %
$(INS.file)
clean:
$(RM) $(SHFILES)
clobber: clean
$(RM) $(ROOTBINPROGS) $(ROOTINITPROGS)
lint:
FRC: