Makefile revision b76c14595f2dd8b4765b40057467eb8796111fde
225N/A#
225N/A# CDDL HEADER START
225N/A#
225N/A# The contents of this file are subject to the terms of the
225N/A# Common Development and Distribution License (the "License").
225N/A# You may not use this file except in compliance with the License.
225N/A#
225N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
225N/A# or http://www.opensolaris.org/os/licensing.
225N/A# See the License for the specific language governing permissions
225N/A# and limitations under the License.
225N/A#
225N/A# When distributing Covered Code, include this CDDL HEADER in each
225N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
225N/A# If applicable, add the following below this CDDL HEADER, with the
225N/A# fields enclosed by brackets "[]" replaced with your own identifying
225N/A# information: Portions Copyright [yyyy] [name of copyright owner]
225N/A#
225N/A# CDDL HEADER END
225N/A#
225N/A#
225N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5473N/A# Use is subject to license terms.
225N/A#
5680N/A# cmd/dodatadm/Makefile
225N/A
225N/ASCRIPT = dodatadm.udaplt
225N/A
225N/Ainclude $(SRC)/cmd/Makefile.cmd
618N/A
225N/ASTARTDATADM= $(ROOTETC)/rc2.d/S81dodatadm.udaplt
844N/A
844N/AINITD= $(ROOTETC)/init.d
225N/ARC2D= $(ROOTETC)/rc2.d
225N/ADIRS= $(INITD) $(RC2D)
6344N/A
2899N/AFILEMODE= 0744
5680N/AOWNER= root
225N/AGROUP= sys
225N/A
225N/AETCINITPROG= $(SCRIPT:%=$(INITD)/%)
225N/A
5473N/A.KEEP_STATE:
225N/A
225N/Aall: $(SCRIPT)
225N/A
225N/Ainstall: all $(DIRS) $(ETCINITPROG) ln_PROG
1392N/A
225N/A$(INITD)/% : % $(INITD)
5680N/A $(INS.file)
5680N/A
5680N/A$(DIRS):
5680N/A $(INS.dir)
5680N/A
5680N/Aln_PROG : $(ETCINITPROG)
5680N/A -$(RM) $(STARTDATADM)
892N/A $(LN) $(INITD)/$(SCRIPT) $(STARTDATADM)
7168N/A
7168N/Aclean:
3843N/A
225N/Alint:
3843N/A
3843N/Ainclude $(SRC)/cmd/Makefile.targ
7168N/A