Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
98N/A#
98N/A# CDDL HEADER START
606N/A#
98N/A# The contents of this file are subject to the terms of the
606N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
98N/A# or http://www.opensolaris.org/os/licensing.
98N/A# See the License for the specific language governing permissions
98N/A# and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL HEADER in each
98N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
98N/A# If applicable, add the following below this CDDL HEADER, with the
98N/A# fields enclosed by brackets "[]" replaced with your own identifying
98N/A# information: Portions Copyright [yyyy] [name of copyright owner]
98N/A#
98N/A# CDDL HEADER END
98N/A#
98N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
98N/A# Use is subject to license terms.
98N/A#
98N/A# Makefile for volume management files that go in /etc and /var/svc
98N/A#
98N/A# ident "%Z%%M% %I% %E% SMI"
98N/A#
98N/A# cmd/volmgt/etc/Makefile
98N/A
98N/AMANIFEST = volfs.xml
98N/ASVCMETHOD = svc-volfs
98N/A
606N/Ainclude ../../Makefile.cmd
98N/A
98N/AETCFILES= vold.conf rmmount.conf
98N/A
493N/AROOTETCFILES= $(ETCFILES:%=$(ROOTETC)/%)
98N/A
98N/A#
606N/A# For some reason I have to set these modes explicitly otherwise
98N/A# they end up executable.
98N/A#
606N/A$(ROOTETC)/vold.conf := FILEMODE = 0444
606N/A$(ROOTETC)/rmmount.conf := FILEMODE = 0444
606N/A$(ROOTETC)/vold.conf := OWNER = root
606N/A$(ROOTETC)/rmmount.conf := OWNER = root
606N/A
606N/AROOTMANIFESTDIR = $(ROOTSVCSYSTEMFILESYSTEM)
606N/A
98N/A.KEEP_STATE:
98N/A
98N/Aall: $(ETCFILES)
493N/A
493N/Alint:
98N/A
98N/Acstyle:
606N/A
606N/Ainstall: all $(ROOTETCFILES) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
606N/A
606N/Acheck: $(CHKMANIFEST)
606N/A
98N/Aclean:
98N/A
606N/Aclobber: clean
493N/A
493N/Ainclude ../../Makefile.targ
493N/A