6811333 Remove prom_printf() message in emlxs driver
[opensolaris.git] / usr / src / lib / cfgadm_plugins / Makefile.com
blobaf6647d828d6999cf40045c94145d998793a5e4d
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23 # Use is subject to license terms.
25 #ident  "%Z%%M% %I%     %E% SMI"
27 # lib/cfgadm_plugins/Makefile.com
29 # This is used by open and closed components, so it uses an absolute
30 # path.
31 include $(SRC)/Makefile.psm
33 MODULE =        cfgadm
36 # links in /usr/platform
38 LINKED_PLATFORMS        = SUNW,Ultra-2
39 LINKED_PLATFORMS        += SUNW,Ultra-4
40 LINKED_PLATFORMS        += SUNW,Ultra-250
41 LINKED_PLATFORMS        += SUNW,Ultra-Enterprise
42 LINKED_PLATFORMS        += SUNW,Ultra-Enterprise-10000
43 LINKED_PLATFORMS        += SUNW,UltraSPARC-IIi-Netract
44 LINKED_PLATFORMS        += SUNW,UltraSPARC-IIe-NetraCT-40
45 LINKED_PLATFORMS        += SUNW,UltraSPARC-IIe-NetraCT-60
46 LINKED_PLATFORMS        += SUNW,Sun-Blade-100
47 LINKED_PLATFORMS        += SUNW,Sun-Blade-1000
48 LINKED_PLATFORMS        += SUNW,Sun-Blade-1500
49 LINKED_PLATFORMS        += SUNW,Sun-Blade-2500
50 LINKED_PLATFORMS        += SUNW,A70
51 LINKED_PLATFORMS        += SUNW,Sun-Fire-V445
52 LINKED_PLATFORMS        += SUNW,Sun-Fire-V215
53 LINKED_PLATFORMS        += SUNW,Sun-Fire
54 LINKED_PLATFORMS        += SUNW,Sun-Fire-V240
55 LINKED_PLATFORMS        += SUNW,Sun-Fire-V250
56 LINKED_PLATFORMS        += SUNW,Sun-Fire-V440
57 LINKED_PLATFORMS        += SUNW,Sun-Fire-280R
58 LINKED_PLATFORMS        += SUNW,Sun-Fire-15000
59 LINKED_PLATFORMS        += SUNW,Sun-Fire-880
60 LINKED_PLATFORMS        += SUNW,Sun-Fire-480R
61 LINKED_PLATFORMS        += SUNW,Sun-Fire-V890
62 LINKED_PLATFORMS        += SUNW,Sun-Fire-V490
63 LINKED_PLATFORMS        += SUNW,Serverblade1
64 LINKED_PLATFORMS        += SUNW,Netra-T12
65 LINKED_PLATFORMS        += SUNW,Netra-T4
66 LINKED_PLATFORMS        += SUNW,Netra-CP2300
67 LINKED_PLATFORMS        += SUNW,Netra-CP3010
68 LINKED_PLATFORMS        += TAD,SPARCLE
70 LINKED_DIRS             = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%)
71 LINKED_LIB_DIRS         = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib)
72 LINKED_CFG_DIRS         = $(LINKED_PLATFORMS:%=$(USR_PLAT_DIR)/%/lib/cfgadm)
74 INS.slink6=     $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@ $(CHOWNLINK) $(CHGRPLINK)
76 $(LINKED_DIRS):         $(USR_PLAT_DIR)
77         -$(INS.dir.root.sys)
79 $(LINKED_LIB_DIRS):     $(USR_PLAT_DIR)
80         -$(INS.dir.root.sys)
82 $(LINKED_CFG_DIRS):     $(USR_PLAT_DIR)
83         -$(INS.slink6)