Makefile revision 36e852a172cba914383d7341c988128b2c667fbd
7d5ac94fda90b837211dadf2585c0fe8c5dc3e5djerenkrantz# CDDL HEADER START
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz# The contents of this file are subject to the terms of the
62f7716b14b71603a8004434ca3536902bfb8899wrowe# Common Development and Distribution License (the "License").
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# You may not use this file except in compliance with the License.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# See the License for the specific language governing permissions
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# and limitations under the License.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# When distributing Covered Code, include this CDDL HEADER in each
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# If applicable, add the following below this CDDL HEADER, with the
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# fields enclosed by brackets "[]" replaced with your own identifying
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# CDDL HEADER END
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz# Use is subject to license terms.
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantzPROFILES_open = generic_open.xml inetd_generic.xml
027152d4123d6398caff068774c3b1e36caaa76asf # SUNW,Sun-Fire-V890
cdccf2ac94172d1a4a54bc2e17324e1ef682ccf3pquerna # SUNW,UltraSPARC-IIe-NetraCT-[46]0
a28e3e624e7a5673405fe03868ed073b1ab37f8ejim $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
a28e3e624e7a5673405fe03868ed073b1ab37f8ejim $(RM) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
cdccf2ac94172d1a4a54bc2e17324e1ef682ccf3pquerna $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
0159c6b21da30efd205dc52a9975811591beab3ejorton $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml
0159c6b21da30efd205dc52a9975811591beab3ejorton $(LN) $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIi-Netract.xml \
0159c6b21da30efd205dc52a9975811591beab3ejorton $(ROOTPROFILE)/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml
a74ee4396fe11ffc1ca05837a59e497c905eedc3sf# Enforce consistency between open and limited profiles per README
9e86ff266f053757dd96dab7cf4bc53aaaaa583ewrowe @$(ECHO) Check for enabled $(PROFILES_CHECKED) services \
9e86ff266f053757dd96dab7cf4bc53aaaaa583ewrowe @$(PERL) -w $(LISTSVCS) -e $(PROFILES_$(PROFILES_CHECKED)) > $@.enabled
9e86ff266f053757dd96dab7cf4bc53aaaaa583ewrowe @$(PERL) -w $(LISTSVCS) $(PROFILES_$(PROFILES_COVERING)) > $@.all
0db0abcbe4211435c08e0c0e8f5daa278bed3524wsanchez @$(COMM) -23 $@.enabled $@.all | $(TEE) $@.notcovered