Makefile revision 25cf1a301a396c38e8adf52c15f537b80d2483f7
824N/A#
824N/A# CDDL HEADER START
824N/A#
824N/A# The contents of this file are subject to the terms of the
824N/A# Common Development and Distribution License (the "License").
824N/A# You may not use this file except in compliance with the License.
824N/A#
824N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
824N/A# or http://www.opensolaris.org/os/licensing.
824N/A# See the License for the specific language governing permissions
824N/A# and limitations under the License.
824N/A#
824N/A# When distributing Covered Code, include this CDDL HEADER in each
824N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
824N/A# If applicable, add the following below this CDDL HEADER, with the
824N/A# fields enclosed by brackets "[]" replaced with your own identifying
824N/A# information: Portions Copyright [yyyy] [name of copyright owner]
824N/A#
824N/A# CDDL HEADER END
824N/A#
824N/A#
824N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
824N/A# Use is subject to license terms.
824N/A#
824N/A#ident "%Z%%M% %I% %E% SMI"
824N/A
824N/Ainclude ../../Makefile.cmd
824N/A
824N/AOWNER = root
824N/AGROUP = sys
824N/AFILEMODE = 0444
824N/A
824N/AROOTPROFILE = $(ROOT)/var/svc/profile
824N/A
824N/APROFILESRCS = \
824N/A generic_open.xml \
824N/A generic_limited_net.xml \
824N/A inetd_generic.xml \
824N/A inetd_upgrade.xml \
824N/A ns_dns.xml \
824N/A ns_files.xml \
824N/A ns_ldap.xml \
824N/A ns_nis.xml \
824N/A ns_nisplus.xml \
824N/A ns_none.xml \
824N/A platform_SUNW,SPARC-Enterprise.xml \
824N/A platform_SUNW,Sun-Fire-15000.xml \
824N/A platform_SUNW,Sun-Fire-880.xml \
824N/A platform_SUNW,Sun-Fire.xml \
824N/A platform_SUNW,Ultra-Enterprise-10000.xml \
824N/A platform_SUNW,UltraSPARC-IIi-Netract.xml \
824N/A platform_i86pc.xml \
824N/A platform_none.xml
824N/A
824N/APROFILES = $(PROFILESRCS:%=$(ROOTPROFILE)/%)
824N/A
824N/Ainstall: $(PROFILES)
824N/A $(RM) $(ROOTPROFILE)/generic.xml
824N/A $(LN) -s generic_open.xml $(ROOTPROFILE)/generic.xml
824N/A $(RM) $(ROOTPROFILE)/platform.xml
824N/A # SUNW,Sun-Fire-V890
824N/A $(RM) $(ROOTPROFILE)/platform_SUNW,Sun-Fire-V890.xml
824N/A $(LN) $(ROOTPROFILE)/platform_SUNW,Sun-Fire-880.xml \
824N/A $(ROOTPROFILE)/platform_SUNW,Sun-Fire-V890.xml
824N/A # SUNW,UltraSPARC-IIe-NetraCT-[46]0
824N/A $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
824N/A $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
824N/A $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
824N/A $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
824N/A $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
824N/A $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
824N/A
824N/A$(ROOTPROFILE)/%: %
824N/A $(INS.file)
824N/A
824N/Aall lint clobber clean _msg:
824N/A