Print this page
11226 Remove NetraCT support
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/cfgadm_plugins/Makefile.com
+++ new/usr/src/lib/cfgadm_plugins/Makefile.com
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
24 24 # Copyright 2019 Peter Tribble.
25 25 #
26 26 # lib/cfgadm_plugins/Makefile.com
27 27
28 28 # This is used by open and closed components, so it uses an absolute
29 29 # path.
30 30 include $(SRC)/Makefile.psm
↓ open down ↓ |
30 lines elided |
↑ open up ↑ |
31 31
32 32 MODULE = cfgadm
33 33
34 34 #
35 35 # links in /usr/platform
36 36 #
37 37 LINKED_PLATFORMS = SUNW,Ultra-2
38 38 LINKED_PLATFORMS += SUNW,Ultra-4
39 39 LINKED_PLATFORMS += SUNW,Ultra-250
40 40 LINKED_PLATFORMS += SUNW,Ultra-Enterprise
41 -LINKED_PLATFORMS += SUNW,UltraSPARC-IIi-Netract
42 -LINKED_PLATFORMS += SUNW,UltraSPARC-IIe-NetraCT-40
43 -LINKED_PLATFORMS += SUNW,UltraSPARC-IIe-NetraCT-60
44 41 LINKED_PLATFORMS += SUNW,Sun-Blade-100
45 42 LINKED_PLATFORMS += SUNW,Sun-Blade-1000
46 43 LINKED_PLATFORMS += SUNW,Sun-Blade-1500
47 44 LINKED_PLATFORMS += SUNW,Sun-Blade-2500
48 45 LINKED_PLATFORMS += SUNW,A70
49 46 LINKED_PLATFORMS += SUNW,Sun-Fire-V445
50 47 LINKED_PLATFORMS += SUNW,Sun-Fire-V215
51 48 LINKED_PLATFORMS += SUNW,Sun-Fire
52 49 LINKED_PLATFORMS += SUNW,Sun-Fire-V240
53 50 LINKED_PLATFORMS += SUNW,Sun-Fire-V250
54 51 LINKED_PLATFORMS += SUNW,Sun-Fire-V440
55 52 LINKED_PLATFORMS += SUNW,Sun-Fire-280R
56 53 LINKED_PLATFORMS += SUNW,Sun-Fire-880
57 54 LINKED_PLATFORMS += SUNW,Sun-Fire-480R
58 55 LINKED_PLATFORMS += SUNW,Sun-Fire-V890
59 56 LINKED_PLATFORMS += SUNW,Sun-Fire-V490
60 57 LINKED_PLATFORMS += SUNW,Serverblade1
61 58 LINKED_PLATFORMS += SUNW,Netra-T12
62 59 LINKED_PLATFORMS += SUNW,Netra-T4
63 -LINKED_PLATFORMS += SUNW,Netra-CP2300
64 60 LINKED_PLATFORMS += SUNW,Netra-CP3010
65 61
66 62 LINKED_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%)
67 63 LINKED_LIB_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib)
68 64 LINKED_CFG_DIRS = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib/cfgadm)
69 65
70 66 INS.slink6= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@
71 67
72 68 CLOBBERFILES += $(LIBRARY:.a=.po) generic.po
73 69
74 70 $(LINKED_DIRS): $(USR_PLAT_DIR)
75 71 -$(INS.dir)
76 72
77 73 $(LINKED_LIB_DIRS): $(USR_PLAT_DIR)
78 74 -$(INS.dir)
79 75
80 76 $(LINKED_CFG_DIRS): $(USR_PLAT_DIR)
81 77 -$(INS.slink6)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX