Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
3eb95d6629bb326ae90e5eec693b7e628951751brbb#
431d6106eaf796cc8dfa8cb0db2b180dd93ed6dftrawick# CDDL HEADER START
5d238058bc748dfa13ff21890ae4a58481e3be89jerenkrantz#
5d238058bc748dfa13ff21890ae4a58481e3be89jerenkrantz# The contents of this file are subject to the terms of the
5d238058bc748dfa13ff21890ae4a58481e3be89jerenkrantz# Common Development and Distribution License, Version 1.0 only
9282327b0ffe8981d39835130dfb334af192b508jerenkrantz# (the "License"). You may not use this file except in compliance
9282327b0ffe8981d39835130dfb334af192b508jerenkrantz# with the License.
9282327b0ffe8981d39835130dfb334af192b508jerenkrantz#
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz# or http://www.opensolaris.org/os/licensing.
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz# See the License for the specific language governing permissions
8fcaadcb287f361bb304d53a69d508500840fafcjerenkrantz# and limitations under the License.
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz#
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz# If applicable, add the following below this CDDL HEADER, with the
8af88bd6958b80c224e964892b8237720b13ab1ajerenkrantz# fields enclosed by brackets "[]" replaced with your own identifying
25b812bcab8b61981e288996b991e0ab4d224b92jerenkrantz# information: Portions Copyright [yyyy] [name of copyright owner]
25b812bcab8b61981e288996b991e0ab4d224b92jerenkrantz#
87f0329e30de94828e08d53a99ea23cda86a9fccjerenkrantz# CDDL HEADER END
87f0329e30de94828e08d53a99ea23cda86a9fccjerenkrantz#
87f0329e30de94828e08d53a99ea23cda86a9fccjerenkrantz#
0396e75f271f51be57be778655e32ba8d64d240bwrowe# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
0396e75f271f51be57be778655e32ba8d64d240bwrowe# Use is subject to license terms.
0396e75f271f51be57be778655e32ba8d64d240bwrowe#
0396e75f271f51be57be778655e32ba8d64d240bwrowe# ident "%Z%%M% %I% %E% SMI"
0396e75f271f51be57be778655e32ba8d64d240bwrowe#
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawick
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawickMETASSIST_TOPLEVEL = ..
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawick
dc10f7a2f87d4cd7cdd16dc248b165122b4ac62btrawickinclude $(METASSIST_TOPLEVEL)/../../Makefile.cmd
431d6106eaf796cc8dfa8cb0db2b180dd93ed6dftrawickinclude $(METASSIST_TOPLEVEL)/Makefile.env
431d6106eaf796cc8dfa8cb0db2b180dd93ed6dftrawick
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantz# Files to be copied to /etc/defaults
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantzDEFAULTFILES = \
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantz metassist.xml
390489eb69fe15943ddf67adcc832ca8de125cd9jerenkrantz
a1e8b54f269a8f2388590174174509546e886e60stoddard# Files to be copied to /usr/share/lib/xml/dtd
a1e8b54f269a8f2388590174174509546e886e60stoddardDTDFILES = \
a1e8b54f269a8f2388590174174509546e886e60stoddard volume-config.dtd \
3eb95d6629bb326ae90e5eec693b7e628951751brbb volume-defaults.dtd \
109d280c3fcf810e573fc1af5e141ad525c45811bjh volume-request.dtd
109d280c3fcf810e573fc1af5e141ad525c45811bjh
109d280c3fcf810e573fc1af5e141ad525c45811bjh# Files to be copied to /usr/share/lib/xml/style
61d2cd001754548e90364aa3a7e76863616544b0minfrinSTYLEFILES = \
61d2cd001754548e90364aa3a7e76863616544b0minfrin volume-command.xsl
61d2cd001754548e90364aa3a7e76863616544b0minfrin
61d2cd001754548e90364aa3a7e76863616544b0minfrininclude $(METASSIST_TOPLEVEL)/Makefile.targ
61d2cd001754548e90364aa3a7e76863616544b0minfrin