7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley# CDDL HEADER START
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# The contents of this file are subject to the terms of the
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# Common Development and Distribution License (the "License").
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# You may not use this file except in compliance with the License.
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# See the License for the specific language governing permissions
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# and limitations under the License.
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# When distributing Covered Code, include this CDDL HEADER in each
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# If applicable, add the following below this CDDL HEADER, with the
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# fields enclosed by brackets "[]" replaced with your own identifying
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# information: Portions Copyright [yyyy] [name of copyright owner]
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# CDDL HEADER END
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# Use is subject to license terms.
48e6ddcb8a177f55bf617dead517f8be8805d577Bob HalleyPROFILES_open = generic_open.xml inetd_generic.xml
b03b67a6f1ea2966367e7beb2ef276ed6a1d3f92Bob Halley # SUNW,Sun-Fire-V890
7d44d8aacda98eb2b526af34757a6bbcc97cd388Bob Halley $(RM) $(ROOTPROFILE)/platform_SUNW,Sun-Fire-V890.xml
1ccbfca64ae86ace521053773001cb995352f96fBob Halley $(LN) $(ROOTPROFILE)/platform_SUNW,Sun-Fire-880.xml \
ca04d3fbf99828e1f28905bc7996266b714143f7Bob Halley # SUNW,UltraSPARC-IIe-NetraCT-[46]0
48e6ddcb8a177f55bf617dead517f8be8805d577Bob Halley $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
48e6ddcb8a177f55bf617dead517f8be8805d577Bob Halley $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
48e6ddcb8a177f55bf617dead517f8be8805d577Bob Halley $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
48e6ddcb8a177f55bf617dead517f8be8805d577Bob Halley $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
1ccbfca64ae86ace521053773001cb995352f96fBob Halley $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
1ccbfca64ae86ace521053773001cb995352f96fBob Halley $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
1ccbfca64ae86ace521053773001cb995352f96fBob Halley# Enforce consistency between open and limited profiles per README
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff @$(ECHO) Check for enabled $(PROFILES_CHECKED) services \
1ccbfca64ae86ace521053773001cb995352f96fBob Halley @$(PERL) -w $(LISTSVCS) -e $(PROFILES_$(PROFILES_CHECKED)) > $@.enabled
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff @$(PERL) -w $(LISTSVCS) $(PROFILES_$(PROFILES_COVERING)) > $@.all
ced5499494f8afba75c056eb2f3933de24a5f360Bob Halley @$(COMM) -23 $@.enabled $@.all | $(TEE) $@.notcovered