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