1 #
   2 # CDDL HEADER START
   3 #
   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.
   7 #
   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.
  12 #
  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]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  25 # Copyright 2014 Gary Mills
  26 # Copyright 2019 Peter Tribble.
  27 #
  28 
  29 #
  30 # The default for payload-bearing actions in this package is to appear in the
  31 # global zone only.  See the include file for greater detail, as well as
  32 # information about overriding the defaults.
  33 #
  34 <include global_zone_only_component>
  35 set name=pkg.fmri value=pkg:/system/kernel/platform@$(PKGVERS)
  36 set name=pkg.description \
  37     value="core kernel software for a specific hardware platform group"
  38 set name=pkg.summary value="Core Solaris Kernel Architecture"
  39 set name=info.classification value=org.opensolaris.category.2008:System/Core
  40 set name=variant.arch value=$(ARCH)
  41 dir path=platform group=sys
  42 $(sparc_ONLY)dir path=platform/SUNW,A70 group=sys
  43 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel group=sys
  44 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/crypto group=sys
  45 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/crypto/$(ARCH64) group=sys
  46 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/drv group=sys
  47 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/misc group=sys
  48 $(sparc_ONLY)dir path=platform/SUNW,A70/kernel/misc/$(ARCH64) group=sys
  49 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300 group=sys
  50 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel group=sys
  51 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/misc group=sys
  52 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/misc/$(ARCH64) \
  53     group=sys
  54 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/tod group=sys
  55 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP2300/kernel/tod/$(ARCH64) \
  56     group=sys
  57 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010 group=sys
  58 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel group=sys
  59 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/crypto group=sys
  60 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/crypto/$(ARCH64) \
  61     group=sys
  62 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/misc group=sys
  63 $(sparc_ONLY)dir path=platform/SUNW,Netra-CP3010/kernel/misc/$(ARCH64) \
  64     group=sys
  65 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12 group=sys
  66 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel group=sys
  67 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/crypto group=sys
  68 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/crypto/$(ARCH64) \
  69     group=sys
  70 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/drv group=sys
  71 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64) group=sys
  72 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/misc group=sys
  73 $(sparc_ONLY)dir path=platform/SUNW,Netra-T12/kernel/misc/$(ARCH64) group=sys
  74 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4 group=sys
  75 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel group=sys
  76 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/crypto group=sys
  77 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/crypto/$(ARCH64) group=sys
  78 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/drv group=sys
  79 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/drv/$(ARCH64) group=sys
  80 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/misc group=sys
  81 $(sparc_ONLY)dir path=platform/SUNW,Netra-T4/kernel/misc/$(ARCH64) group=sys
  82 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise group=sys
  83 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel group=sys
  84 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/$(ARCH64) \
  85     group=sys
  86 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/cpu group=sys
  87 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/cpu/$(ARCH64) \
  88     group=sys
  89 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/crypto group=sys
  90 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/crypto/$(ARCH64) \
  91     group=sys
  92 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/drv group=sys
  93 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64) \
  94     group=sys
  95 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/misc group=sys
  96 $(sparc_ONLY)dir path=platform/SUNW,SPARC-Enterprise/kernel/misc/$(ARCH64) \
  97     group=sys
  98 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1 group=sys
  99 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel group=sys
 100 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/drv group=sys
 101 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/drv/$(ARCH64) \
 102     group=sys
 103 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/misc group=sys
 104 $(sparc_ONLY)dir path=platform/SUNW,Serverblade1/kernel/misc/$(ARCH64) \
 105     group=sys
 106 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100 group=sys
 107 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel group=sys
 108 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/drv group=sys
 109 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/drv/$(ARCH64) \
 110     group=sys
 111 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/misc group=sys
 112 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-100/kernel/misc/$(ARCH64) \
 113     group=sys
 114 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000 group=sys
 115 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel group=sys
 116 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/crypto group=sys
 117 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/crypto/$(ARCH64) \
 118     group=sys
 119 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/drv group=sys
 120 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/drv/$(ARCH64) \
 121     group=sys
 122 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/misc group=sys
 123 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1000/kernel/misc/$(ARCH64) \
 124     group=sys
 125 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500 group=sys
 126 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel group=sys
 127 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/crypto group=sys
 128 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/crypto/$(ARCH64) \
 129     group=sys
 130 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/drv group=sys
 131 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/misc group=sys
 132 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-1500/kernel/misc/$(ARCH64) \
 133     group=sys
 134 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500 group=sys
 135 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel group=sys
 136 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/crypto group=sys
 137 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/crypto/$(ARCH64) \
 138     group=sys
 139 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/drv group=sys
 140 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/misc group=sys
 141 $(sparc_ONLY)dir path=platform/SUNW,Sun-Blade-2500/kernel/misc/$(ARCH64) \
 142     group=sys
 143 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire group=sys
 144 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R group=sys
 145 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel group=sys
 146 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/crypto group=sys
 147 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/crypto/$(ARCH64) \
 148     group=sys
 149 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/drv group=sys
 150 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/drv/$(ARCH64) \
 151     group=sys
 152 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/misc group=sys
 153 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-280R/kernel/misc/$(ARCH64) \
 154     group=sys
 155 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R group=sys
 156 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel group=sys
 157 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/crypto group=sys
 158 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/crypto/$(ARCH64) \
 159     group=sys
 160 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/misc group=sys
 161 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-480R/kernel/misc/$(ARCH64) \
 162     group=sys
 163 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880 group=sys
 164 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel group=sys
 165 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/crypto group=sys
 166 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/crypto/$(ARCH64) \
 167     group=sys
 168 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/drv group=sys
 169 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/drv/$(ARCH64) \
 170     group=sys
 171 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/misc group=sys
 172 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-880/kernel/misc/$(ARCH64) \
 173     group=sys
 174 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200 group=sys
 175 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel group=sys
 176 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel/drv group=sys
 177 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-T200/kernel/drv/$(ARCH64) \
 178     group=sys
 179 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215 group=sys
 180 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel group=sys
 181 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/crypto group=sys
 182 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/crypto/$(ARCH64) \
 183     group=sys
 184 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/drv group=sys
 185 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/misc group=sys
 186 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V215/kernel/misc/$(ARCH64) \
 187     group=sys
 188 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240 group=sys
 189 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel group=sys
 190 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/crypto group=sys
 191 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/crypto/$(ARCH64) \
 192     group=sys
 193 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/drv group=sys
 194 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64) \
 195     group=sys
 196 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/misc group=sys
 197 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V240/kernel/misc/$(ARCH64) \
 198     group=sys
 199 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250 group=sys
 200 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel group=sys
 201 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/crypto group=sys
 202 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/crypto/$(ARCH64) \
 203     group=sys
 204 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/misc group=sys
 205 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V250/kernel/misc/$(ARCH64) \
 206     group=sys
 207 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440 group=sys
 208 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel group=sys
 209 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/crypto group=sys
 210 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/crypto/$(ARCH64) \
 211     group=sys
 212 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/drv group=sys
 213 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/drv/$(ARCH64) \
 214     group=sys
 215 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/misc group=sys
 216 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V440/kernel/misc/$(ARCH64) \
 217     group=sys
 218 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445 group=sys
 219 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel group=sys
 220 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/crypto group=sys
 221 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/crypto/$(ARCH64) \
 222     group=sys
 223 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/misc group=sys
 224 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire-V445/kernel/misc/$(ARCH64) \
 225     group=sys
 226 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel group=sys
 227 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/$(ARCH64) group=sys
 228 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/cpu group=sys
 229 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64) group=sys
 230 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/crypto group=sys
 231 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/crypto/$(ARCH64) group=sys
 232 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/drv group=sys
 233 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64) group=sys
 234 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/misc group=sys
 235 $(sparc_ONLY)dir path=platform/SUNW,Sun-Fire/kernel/misc/$(ARCH64) group=sys
 236 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250 group=sys
 237 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel group=sys
 238 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/drv group=sys
 239 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/drv/$(ARCH64) group=sys
 240 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/misc group=sys
 241 $(sparc_ONLY)dir path=platform/SUNW,Ultra-250/kernel/misc/$(ARCH64) group=sys
 242 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4 group=sys
 243 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel group=sys
 244 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/drv group=sys
 245 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/drv/$(ARCH64) group=sys
 246 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/misc group=sys
 247 $(sparc_ONLY)dir path=platform/SUNW,Ultra-4/kernel/misc/$(ARCH64) group=sys
 248 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10 group=sys
 249 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10/kernel group=sys
 250 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10/kernel/misc group=sys
 251 $(sparc_ONLY)dir path=platform/SUNW,Ultra-5_10/kernel/misc/$(ARCH64) group=sys
 252 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80 group=sys
 253 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80/kernel group=sys
 254 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80/kernel/misc group=sys
 255 $(sparc_ONLY)dir path=platform/SUNW,Ultra-80/kernel/misc/$(ARCH64) group=sys
 256 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise group=sys
 257 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel group=sys
 258 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/drv group=sys
 259 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64) \
 260     group=sys
 261 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/misc group=sys
 262 $(sparc_ONLY)dir path=platform/SUNW,Ultra-Enterprise/kernel/misc/$(ARCH64) \
 263     group=sys
 264 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2 group=sys
 265 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2/kernel group=sys
 266 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2/kernel/misc group=sys
 267 $(sparc_ONLY)dir path=platform/SUNW,UltraAX-i2/kernel/misc/$(ARCH64) group=sys
 268 $(i386_ONLY)dir path=platform/i86pc group=sys
 269 $(i386_ONLY)dir path=platform/i86pc/$(ARCH64) group=sys
 270 $(i386_ONLY)dir path=platform/i86pc/kernel group=sys
 271 $(i386_ONLY)dir path=platform/i86pc/kernel/$(ARCH64) group=sys
 272 $(i386_ONLY)dir path=platform/i86pc/kernel/cpu group=sys
 273 $(i386_ONLY)dir path=platform/i86pc/kernel/cpu/$(ARCH64) group=sys
 274 $(i386_ONLY)dir path=platform/i86pc/kernel/dacf group=sys
 275 $(i386_ONLY)dir path=platform/i86pc/kernel/dacf/$(ARCH64) group=sys
 276 $(i386_ONLY)dir path=platform/i86pc/kernel/drv group=sys
 277 $(i386_ONLY)dir path=platform/i86pc/kernel/drv/$(ARCH64) group=sys
 278 $(i386_ONLY)dir path=platform/i86pc/kernel/mach group=sys
 279 $(i386_ONLY)dir path=platform/i86pc/kernel/mach/$(ARCH64) group=sys
 280 $(i386_ONLY)dir path=platform/i86pc/kernel/misc group=sys
 281 $(i386_ONLY)dir path=platform/i86pc/kernel/misc/$(ARCH64) group=sys
 282 $(i386_ONLY)dir path=platform/i86pc/ucode group=sys
 283 $(i386_ONLY)dir path=platform/i86xpv group=sys
 284 $(i386_ONLY)dir path=platform/i86xpv/kernel group=sys
 285 $(i386_ONLY)dir path=platform/i86xpv/kernel/$(ARCH64) group=sys
 286 $(i386_ONLY)dir path=platform/i86xpv/kernel/cpu group=sys
 287 $(i386_ONLY)dir path=platform/i86xpv/kernel/cpu/$(ARCH64) group=sys
 288 $(i386_ONLY)dir path=platform/i86xpv/kernel/dacf group=sys
 289 $(i386_ONLY)dir path=platform/i86xpv/kernel/dacf/$(ARCH64) group=sys
 290 $(i386_ONLY)dir path=platform/i86xpv/kernel/drv group=sys
 291 $(i386_ONLY)dir path=platform/i86xpv/kernel/drv/$(ARCH64) group=sys
 292 $(i386_ONLY)dir path=platform/i86xpv/kernel/mach group=sys
 293 $(i386_ONLY)dir path=platform/i86xpv/kernel/mach/$(ARCH64) group=sys
 294 $(i386_ONLY)dir path=platform/i86xpv/kernel/misc group=sys
 295 $(i386_ONLY)dir path=platform/i86xpv/kernel/misc/$(ARCH64) group=sys
 296 $(i386_ONLY)dir path=platform/i86xpv/kernel/tod group=sys
 297 $(i386_ONLY)dir path=platform/i86xpv/kernel/tod/$(ARCH64) group=sys
 298 $(sparc_ONLY)dir path=platform/sun4u group=sys
 299 $(sparc_ONLY)dir path=platform/sun4u-us3 group=sys
 300 $(sparc_ONLY)dir path=platform/sun4u-us3/kernel group=sys
 301 $(sparc_ONLY)dir path=platform/sun4u-us3/kernel/crypto group=sys
 302 $(sparc_ONLY)dir path=platform/sun4u-us3/kernel/crypto/$(ARCH64) group=sys
 303 $(sparc_ONLY)dir path=platform/sun4u/kernel group=sys
 304 $(sparc_ONLY)dir path=platform/sun4u/kernel/$(ARCH64) group=sys
 305 $(sparc_ONLY)dir path=platform/sun4u/kernel/cpu group=sys
 306 $(sparc_ONLY)dir path=platform/sun4u/kernel/cpu/$(ARCH64) group=sys
 307 $(sparc_ONLY)dir path=platform/sun4u/kernel/crypto group=sys
 308 $(sparc_ONLY)dir path=platform/sun4u/kernel/crypto/$(ARCH64) group=sys
 309 $(sparc_ONLY)dir path=platform/sun4u/kernel/drv group=sys
 310 $(sparc_ONLY)dir path=platform/sun4u/kernel/drv/$(ARCH64) group=sys
 311 $(sparc_ONLY)dir path=platform/sun4u/kernel/misc group=sys
 312 $(sparc_ONLY)dir path=platform/sun4u/kernel/misc/$(ARCH64) group=sys
 313 $(sparc_ONLY)dir path=platform/sun4u/kernel/tod group=sys
 314 $(sparc_ONLY)dir path=platform/sun4u/kernel/tod/$(ARCH64) group=sys
 315 $(sparc_ONLY)dir path=platform/sun4v group=sys
 316 $(sparc_ONLY)dir path=platform/sun4v/kernel group=sys
 317 $(sparc_ONLY)dir path=platform/sun4v/kernel/$(ARCH64) group=sys
 318 $(sparc_ONLY)dir path=platform/sun4v/kernel/cpu group=sys
 319 $(sparc_ONLY)dir path=platform/sun4v/kernel/cpu/$(ARCH64) group=sys
 320 $(sparc_ONLY)dir path=platform/sun4v/kernel/crypto group=sys
 321 $(sparc_ONLY)dir path=platform/sun4v/kernel/crypto/$(ARCH64) group=sys
 322 $(sparc_ONLY)dir path=platform/sun4v/kernel/drv group=sys
 323 $(sparc_ONLY)dir path=platform/sun4v/kernel/drv/$(ARCH64) group=sys
 324 $(sparc_ONLY)dir path=platform/sun4v/kernel/misc group=sys
 325 $(sparc_ONLY)dir path=platform/sun4v/kernel/misc/$(ARCH64) group=sys
 326 $(sparc_ONLY)dir path=platform/sun4v/kernel/sys group=sys
 327 $(sparc_ONLY)dir path=platform/sun4v/kernel/sys/$(ARCH64) group=sys
 328 $(sparc_ONLY)dir path=usr/share/man
 329 dir path=usr/share/man/man4
 330 $(sparc_ONLY)dir path=usr/share/man/man7d
 331 $(sparc_ONLY)dir path=usr/share/man/man7m
 332 $(sparc_ONLY)driver name=ac
 333 $(i386_ONLY)driver name=acpinex alias=acpivirtnex
 334 $(i386_ONLY)driver name=acpippm
 335 $(sparc_ONLY)driver name=adm1026 alias=i2c-adm1026
 336 $(sparc_ONLY)driver name=adm1031 alias=i2c-adm1031
 337 $(i386_ONLY)driver name=amd_iommu perms="* 0644 root sys" \
 338     alias=pci1002,5a23 \
 339     alias=pci1022,11ff
 340 $(i386_ONLY)driver name=balloon perms="* 0444 root sys"
 341 $(sparc_ONLY)driver name=bbc_beep alias=SUNW,bbc-beep
 342 $(sparc_ONLY)driver name=central
 343 $(i386_ONLY)driver name=cpudrv alias=cpu
 344 $(sparc_ONLY)driver name=ctsmc alias=nct-ds80ch11-smc
 345 $(sparc_ONLY)driver name=db21554 \
 346     alias=pci108e,6300 \
 347     alias=pci108e,6301 \
 348     alias=pci108e,6302 \
 349     alias=pci108e,6303 \
 350     alias=pci108e,6310 \
 351     alias=pci108e,6311 \
 352     alias=pci108e,6312 \
 353     alias=pci108e,6313 \
 354     alias=pci108e,6320 \
 355     alias=pci108e,6323 \
 356     alias=pci108e,6330 \
 357     alias=pci108e,6331 \
 358     alias=pci108e,6332 \
 359     alias=pci108e,6333 \
 360     alias=pci108e,6340 \
 361     alias=pci108e,6343 \
 362     alias=pci108e,6350 \
 363     alias=pci108e,6353 \
 364     alias=pci108e,6722 \
 365     alias=pciclass,060940 \
 366     alias=pciclass,060980
 367 $(i386_ONLY)driver name=domcaps perms="* 0444 root sys"
 368 $(sparc_ONLY)driver name=dr
 369 $(sparc_ONLY)driver name=ebus class=ebus \
 370     alias=SUNW,ebus \
 371     alias=SUNW,sun4v-ebus \
 372     alias=isa \
 373     alias=jbus-ebus
 374 $(sparc_ONLY)driver name=envctrl alias=SUNW,envctrl
 375 $(sparc_ONLY)driver name=envctrltwo alias=SUNW,envctrltwo \
 376     perms="* 0644 root sys" \
 377     policy="read_priv_set=sys_config write_priv_set=sys_config"
 378 $(sparc_ONLY)driver name=environ alias=environment
 379 $(sparc_ONLY)driver name=epic alias=SUNW,ebus-pic18lf65j10-env
 380 $(i386_ONLY)driver name=evtchn perms="* 0666 root sys"
 381 $(sparc_ONLY)driver name=fd perms="* 0666 root sys" \
 382     alias=SUNW,fdtwo \
 383     alias=fdthree \
 384     alias=pnpALI,1533,0
 385 $(sparc_ONLY)driver name=fhc
 386 $(sparc_ONLY)driver name=glvc
 387 $(sparc_ONLY)driver name=gpio_87317 alias=ns87317-gpio perms="* 0600 root sys"
 388 $(sparc_ONLY)driver name=grbeep alias=SUNW,smbus-beep
 389 $(sparc_ONLY)driver name=grfans alias=SUNW,smbus-fan-control
 390 $(sparc_ONLY)driver name=grppm alias=SUNW,smbus-ppm
 391 $(sparc_ONLY)driver name=hpc3130 perms="* 0644 root sys" \
 392     alias=FJSV,hpc3130 \
 393     alias=i2c-hpc3130
 394 $(sparc_ONLY)driver name=i2bsc alias=SUNW,i2bsc
 395 $(sparc_ONLY)driver name=ics951601 alias=i2c-ics951601
 396 $(i386_ONLY)driver name=isa alias=pciclass,060100 class=sysbus
 397 $(sparc_ONLY)driver name=isadma
 398 $(sparc_ONLY)driver name=jbusppm alias=jbus-ppm
 399 $(sparc_ONLY)driver name=lm75 alias=i2c-lm75 perms="* 0644 root sys"
 400 $(sparc_ONLY)driver name=lombus alias=SUNW,lombus perms="* 0644 root sys"
 401 $(sparc_ONLY)driver name=ltc1427 alias=i2c-ltc1427 perms="* 0644 root sys"
 402 $(sparc_ONLY)driver name=lw8 perms="* 0644 root sys"
 403 $(sparc_ONLY)driver name=m1535ppm alias=ali1535d+-ppm
 404 $(sparc_ONLY)driver name=max1617 alias=i2c-max1617
 405 $(sparc_ONLY)driver name=mc-opl alias=FJSV,oplmc
 406 $(sparc_ONLY)driver name=mc-us3 alias=memory-controller
 407 $(sparc_ONLY)driver name=mc-us3i alias=SUNW,UltraSPARC-IIIi,mc
 408 $(sparc_ONLY)driver name=mdesc perms="* 0666 root sys"
 409 $(sparc_ONLY)driver name=mem_cache
 410 $(sparc_ONLY)driver name=mi2cv alias=fire-i2c
 411 $(sparc_ONLY)driver name=n2rng \
 412     alias=SUNW,kt-rng \
 413     alias=SUNW,n2-rng \
 414     alias=SUNW,vf-rng
 415 $(i386_ONLY)driver name=npe alias=pciex_root_complex
 416 $(sparc_ONLY)driver name=ntwdt perms="* 0644 root sys"
 417 $(sparc_ONLY)driver name=oplmsu alias=FJSV,oplmsu
 418 $(sparc_ONLY)driver name=oplpanel alias=FJSV,panel
 419 $(sparc_ONLY)driver name=pca9556 \
 420     alias=i2c-pca9555 \
 421     alias=i2c-pca9556
 422 $(sparc_ONLY)driver name=pcf8574 perms="* 0644 root sys" \
 423     alias=i2c-pcf8574 \
 424     alias=nct-PHG,pcf8574
 425 $(sparc_ONLY)driver name=pcf8584 \
 426     alias=SUNW,bbc-i2c \
 427     alias=SUNW,i2c-pic16f747 \
 428     alias=nct-PHG,pcf8584
 429 $(sparc_ONLY)driver name=pcf8591 perms="* 0644 root sys" \
 430     alias=i2c-pcf8591 \
 431     alias=nct-PHG,pcf8591
 432 $(i386_ONLY)driver name=pci class=pci
 433 $(sparc_ONLY)driver name=pcicmu \
 434     alias=pci10cf,138f \
 435     alias=pci10cf,1390
 436 $(sparc_ONLY)driver name=pcipsy class=pci \
 437     alias=SUNW,pci \
 438     alias=pci \
 439     alias=pci108e,8000 \
 440     alias=pci108e,a000 \
 441     alias=pci108e,a001 \
 442     alias=pciclass,060000
 443 $(sparc_ONLY)driver name=pcisch class=pci \
 444     alias=pci108e,8001 \
 445     alias=pci108e,8002 \
 446     alias=pci108e,a801
 447 $(sparc_ONLY)driver name=pic16f747 alias=SUNW,ebus-pic16f747-env
 448 $(sparc_ONLY)driver name=pic16f819 alias=SUNW,i2c-auxfan1
 449 $(i386_ONLY)driver name=pit_beep alias=SUNW,pit_beep
 450 $(sparc_ONLY)driver name=pmc alias=SUNW,pmc
 451 $(sparc_ONLY)driver name=pmubus alias=pmu
 452 $(sparc_ONLY)driver name=pmugpio
 453 driver name=ppm
 454 $(i386_ONLY)driver name=privcmd perms="* 0666 root sys"
 455 $(sparc_ONLY)driver name=px \
 456     alias=SUNW,sun4v-pci \
 457     alias=pciex108e,80f0 \
 458     alias=pciex108e,80f8
 459 $(sparc_ONLY)driver name=qcn alias=SUNW,sun4v-console
 460 $(sparc_ONLY)driver name=rmc_comm
 461 $(sparc_ONLY)driver name=rmcadm
 462 $(sparc_ONLY)driver name=rmclomv
 463 $(sparc_ONLY)driver name=rootnex \
 464     alias=cpu-unit \
 465     alias=io-unit \
 466     alias=mem-unit
 467 $(i386_ONLY)driver name=rootnex
 468 $(sparc_ONLY)driver name=sbbc alias=pci108e,c416
 469 $(sparc_ONLY)driver name=sbus class=sbus
 470 $(sparc_ONLY)driver name=sbusmem
 471 $(sparc_ONLY)driver name=scfd alias=FJSV,scfc
 472 $(sparc_ONLY)driver name=schppm alias=gp2-ppm
 473 $(sparc_ONLY)driver name=seeprom \
 474     alias=i2c-at24c64 \
 475     alias=i2c-at34c02
 476 $(sparc_ONLY)driver name=sgcn
 477 $(sparc_ONLY)driver name=sgenv
 478 $(sparc_ONLY)driver name=sgfru
 479 $(sparc_ONLY)driver name=sghsc
 480 $(sparc_ONLY)driver name=sgsbbc
 481 $(sparc_ONLY)driver name=simba alias=pci108e,5000 class=pci
 482 $(sparc_ONLY)driver name=simmstat alias=simm-status
 483 $(sparc_ONLY)driver name=smbus alias=i2c-smbus
 484 $(sparc_ONLY)driver name=smbus_ara alias=i2c-smbus-ara
 485 $(sparc_ONLY)driver name=sram
 486 $(sparc_ONLY)driver name=ssc050 alias=i2c-ssc050 perms="* 0644 root sys"
 487 $(sparc_ONLY)driver name=ssc100 alias=i2c-ssc100 perms="* 0644 root sys"
 488 $(sparc_ONLY)driver name=ssm perms="* 0640 root sys"
 489 $(sparc_ONLY)driver name=su perms="[a-z] 0666 root sys" \
 490     perms="[a-z],cu 0600 uucp uucp" perms="ssp 0600 root sys" \
 491     perms="sspctl 0600 root sys"
 492 $(sparc_ONLY)driver name=sysctrl alias=clock-board
 493 $(sparc_ONLY)driver name=tda8444 alias=i2c-tda8444
 494 $(sparc_ONLY)driver name=tod perms="* 0600 root sys"
 495 $(sparc_ONLY)driver name=todds1287 alias=ds1287
 496 $(sparc_ONLY)driver name=todds1307
 497 $(sparc_ONLY)driver name=todds1337 alias=i2c-ds1337
 498 $(sparc_ONLY)driver name=trapstat perms="* 0600 root sys"
 499 $(sparc_ONLY)driver name=tsalarm
 500 $(sparc_ONLY)driver name=upa64s \
 501     alias=SUNW,upa64s \
 502     alias=jbus-upa64s
 503 $(sparc_ONLY)driver name=vnex \
 504     alias=SUNW,sun4v-virtual-devices \
 505     alias=SUNW,virtual-devices
 506 $(sparc_ONLY)driver name=xcalppm alias=ebus-ppm
 507 $(sparc_ONLY)driver name=xcalwd
 508 $(i386_ONLY)driver name=xdb
 509 $(i386_ONLY)driver name=xdf
 510 $(i386_ONLY)driver name=xenbus perms="* 0666 root sys"
 511 $(i386_ONLY)driver name=xencons
 512 $(i386_ONLY)driver name=xnbe alias=xnb,ioemu
 513 $(i386_ONLY)driver name=xnbo \
 514     alias=xnb \
 515     alias=xnb,SUNW_mac
 516 $(i386_ONLY)driver name=xnbu alias=xnb,netfront
 517 $(i386_ONLY)driver name=xnf
 518 $(i386_ONLY)driver name=xpvd
 519 $(i386_ONLY)driver name=xpvtap perms="* 0666 root sys"
 520 $(sparc_ONLY)driver name=zs perms="[a-z] 0666 root sys" \
 521     perms="[a-z],cu 0600 uucp uucp"
 522 $(sparc_ONLY)driver name=zsh perms="* 0666 root sys"
 523 $(sparc_ONLY)file path=platform/SUNW,A70/kernel/drv/ppm.conf group=sys
 524 $(sparc_ONLY)file path=platform/SUNW,A70/kernel/misc/$(ARCH64)/platmod \
 525     group=sys mode=0755
 526 $(sparc_ONLY)file \
 527     path=platform/SUNW,Netra-CP2300/kernel/misc/$(ARCH64)/platmod group=sys \
 528     mode=0755
 529 $(sparc_ONLY)file \
 530     path=platform/SUNW,Netra-CP2300/kernel/tod/$(ARCH64)/todds1307 group=sys \
 531     mode=0755
 532 $(sparc_ONLY)file \
 533     path=platform/SUNW,Netra-CP3010/kernel/misc/$(ARCH64)/platmod group=sys \
 534     mode=0755
 535 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/lw8 \
 536     group=sys
 537 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/ntwdt \
 538     group=sys
 539 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgenv \
 540     group=sys
 541 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgfru \
 542     group=sys
 543 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/lw8.conf group=sys
 544 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/ntwdt.conf group=sys
 545 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/sgenv.conf group=sys
 546 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/drv/sgfru.conf group=sys
 547 $(sparc_ONLY)file path=platform/SUNW,Netra-T12/kernel/misc/$(ARCH64)/platmod \
 548     group=sys mode=0755
 549 $(sparc_ONLY)file path=platform/SUNW,Netra-T4/kernel/drv/$(ARCH64)/lombus \
 550     group=sys
 551 $(sparc_ONLY)file path=platform/SUNW,Netra-T4/kernel/drv/lombus.conf group=sys
 552 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/$(ARCH64)/unix \
 553     group=sys mode=0755
 554 $(sparc_ONLY)file \
 555     path=platform/SUNW,SPARC-Enterprise/kernel/cpu/$(ARCH64)/FJSV,SPARC64-VI \
 556     group=sys mode=0755
 557 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/dr \
 558     group=sys
 559 $(sparc_ONLY)file \
 560     path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/mc-opl group=sys
 561 $(sparc_ONLY)file \
 562     path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/oplmsu group=sys
 563 $(sparc_ONLY)file \
 564     path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/oplpanel \
 565     group=sys
 566 $(sparc_ONLY)file \
 567     path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/pcicmu group=sys
 568 $(sparc_ONLY)file \
 569     path=platform/SUNW,SPARC-Enterprise/kernel/drv/$(ARCH64)/scfd group=sys
 570 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/dr.conf \
 571     group=sys
 572 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/mc-opl.conf \
 573     group=sys
 574 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/oplpanel.conf \
 575     group=sys
 576 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/options.conf \
 577     group=sys
 578 $(sparc_ONLY)file path=platform/SUNW,SPARC-Enterprise/kernel/drv/scfd.conf \
 579     group=sys
 580 $(sparc_ONLY)file \
 581     path=platform/SUNW,SPARC-Enterprise/kernel/misc/$(ARCH64)/drmach \
 582     group=sys mode=0755
 583 $(sparc_ONLY)file \
 584     path=platform/SUNW,SPARC-Enterprise/kernel/misc/$(ARCH64)/platmod \
 585     group=sys mode=0755
 586 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/$(ARCH64)/bscbus \
 587     group=sys
 588 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/$(ARCH64)/bscv \
 589     group=sys
 590 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/bscbus.conf \
 591     group=sys
 592 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/bscv.conf \
 593     group=sys
 594 $(sparc_ONLY)file path=platform/SUNW,Serverblade1/kernel/drv/options.conf \
 595     group=sys
 596 $(sparc_ONLY)file \
 597     path=platform/SUNW,Serverblade1/kernel/misc/$(ARCH64)/platmod group=sys \
 598     mode=0755
 599 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-100/kernel/drv/$(ARCH64)/grfans \
 600     group=sys
 601 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-100/kernel/drv/$(ARCH64)/grppm \
 602     group=sys
 603 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-100/kernel/drv/grppm.conf \
 604     group=sys
 605 $(sparc_ONLY)file \
 606     path=platform/SUNW,Sun-Blade-100/kernel/misc/$(ARCH64)/platmod group=sys \
 607     mode=0755
 608 $(sparc_ONLY)file \
 609     path=platform/SUNW,Sun-Blade-1000/kernel/drv/$(ARCH64)/xcalppm group=sys
 610 $(sparc_ONLY)file \
 611     path=platform/SUNW,Sun-Blade-1000/kernel/drv/$(ARCH64)/xcalwd group=sys
 612 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-1000/kernel/drv/xcalppm.conf \
 613     group=sys
 614 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-1000/kernel/drv/xcalwd.conf \
 615     group=sys
 616 $(sparc_ONLY)file \
 617     path=platform/SUNW,Sun-Blade-1000/kernel/misc/$(ARCH64)/platmod group=sys \
 618     mode=0755
 619 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-1500/kernel/drv/ppm.conf \
 620     group=sys
 621 $(sparc_ONLY)file \
 622     path=platform/SUNW,Sun-Blade-1500/kernel/misc/$(ARCH64)/platmod group=sys \
 623     mode=0755
 624 $(sparc_ONLY)file path=platform/SUNW,Sun-Blade-2500/kernel/drv/ppm.conf \
 625     group=sys
 626 $(sparc_ONLY)file \
 627     path=platform/SUNW,Sun-Blade-2500/kernel/misc/$(ARCH64)/platmod group=sys \
 628     mode=0755
 629 $(sparc_ONLY)file \
 630     path=platform/SUNW,Sun-Fire-280R/kernel/drv/$(ARCH64)/pcf8574 group=sys
 631 $(sparc_ONLY)file \
 632     path=platform/SUNW,Sun-Fire-280R/kernel/misc/$(ARCH64)/platmod group=sys \
 633     mode=0755
 634 $(sparc_ONLY)file \
 635     path=platform/SUNW,Sun-Fire-480R/kernel/misc/$(ARCH64)/platmod group=sys \
 636     mode=0755
 637 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-880/kernel/drv/$(ARCH64)/hpc3130 \
 638     group=sys
 639 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-880/kernel/drv/hpc3130.conf \
 640     group=sys
 641 $(sparc_ONLY)file \
 642     path=platform/SUNW,Sun-Fire-880/kernel/misc/$(ARCH64)/platmod group=sys \
 643     mode=0755
 644 $(sparc_ONLY)file \
 645     path=platform/SUNW,Sun-Fire-T200/kernel/drv/$(ARCH64)/tsalarm group=sys
 646 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-T200/kernel/drv/tsalarm.conf \
 647     group=sys
 648 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V215/kernel/drv/su.conf \
 649     group=sys
 650 $(sparc_ONLY)file \
 651     path=platform/SUNW,Sun-Fire-V215/kernel/misc/$(ARCH64)/platmod group=sys \
 652     mode=0755
 653 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/ntwdt \
 654     group=sys
 655 $(sparc_ONLY)file \
 656     path=platform/SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/tsalarm group=sys
 657 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V240/kernel/drv/ntwdt.conf \
 658     group=sys
 659 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire-V240/kernel/drv/tsalarm.conf \
 660     group=sys
 661 $(sparc_ONLY)file \
 662     path=platform/SUNW,Sun-Fire-V240/kernel/misc/$(ARCH64)/platmod group=sys \
 663     mode=0755
 664 $(sparc_ONLY)file \
 665     path=platform/SUNW,Sun-Fire-V250/kernel/misc/$(ARCH64)/platmod group=sys \
 666     mode=0755
 667 $(sparc_ONLY)file \
 668     path=platform/SUNW,Sun-Fire-V440/kernel/misc/$(ARCH64)/platmod group=sys \
 669     mode=0755
 670 $(sparc_ONLY)file \
 671     path=platform/SUNW,Sun-Fire-V445/kernel/misc/$(ARCH64)/platmod group=sys \
 672     mode=0755
 673 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/$(ARCH64)/unix group=sys \
 674     mode=0755
 675 $(sparc_ONLY)file \
 676     path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III \
 677     group=sys mode=0755
 678 $(sparc_ONLY)file \
 679     path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III+ \
 680     group=sys mode=0755
 681 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgcn \
 682     group=sys
 683 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sghsc \
 684     group=sys
 685 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgsbbc \
 686     group=sys
 687 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/$(ARCH64)/ssm \
 688     group=sys
 689 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/drv/sghsc.conf group=sys
 690 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/misc/$(ARCH64)/platmod \
 691     group=sys mode=0755
 692 $(sparc_ONLY)file path=platform/SUNW,Sun-Fire/kernel/misc/$(ARCH64)/sbdp \
 693     group=sys mode=0755
 694 $(sparc_ONLY)file path=platform/SUNW,Ultra-250/kernel/drv/$(ARCH64)/envctrltwo \
 695     group=sys
 696 $(sparc_ONLY)file path=platform/SUNW,Ultra-250/kernel/misc/$(ARCH64)/platmod \
 697     group=sys mode=0755
 698 $(sparc_ONLY)file path=platform/SUNW,Ultra-4/kernel/drv/$(ARCH64)/envctrl \
 699     group=sys
 700 $(sparc_ONLY)file path=platform/SUNW,Ultra-4/kernel/misc/$(ARCH64)/platmod \
 701     group=sys mode=0755
 702 $(sparc_ONLY)file path=platform/SUNW,Ultra-5_10/kernel/misc/$(ARCH64)/platmod \
 703     group=sys mode=0755
 704 $(sparc_ONLY)file path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/ac \
 705     group=sys
 706 $(sparc_ONLY)file \
 707     path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/central \
 708     group=sys
 709 $(sparc_ONLY)file \
 710     path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/environ \
 711     group=sys
 712 $(sparc_ONLY)file path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/fhc \
 713     group=sys
 714 $(sparc_ONLY)file \
 715     path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/simmstat \
 716     group=sys
 717 $(sparc_ONLY)file \
 718     path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/sram group=sys
 719 $(sparc_ONLY)file \
 720     path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/sysctrl \
 721     group=sys
 722 $(sparc_ONLY)file path=platform/SUNW,Ultra-Enterprise/kernel/drv/fhc.conf \
 723     group=sys
 724 $(sparc_ONLY)file \
 725     path=platform/SUNW,Ultra-Enterprise/kernel/misc/$(ARCH64)/platmod \
 726     group=sys mode=0755
 727 $(sparc_ONLY)file path=platform/SUNW,UltraAX-i2/kernel/misc/$(ARCH64)/platmod \
 728     group=sys mode=0755
 729 $(i386_ONLY)file path=platform/i86pc/kernel/$(ARCH64)/unix group=sys mode=0755
 730 $(i386_ONLY)file path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu.generic \
 731     group=sys mode=0755
 732 $(i386_ONLY)file path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.AuthenticAMD \
 733     group=sys mode=0755
 734 $(i386_ONLY)file \
 735     path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.AuthenticAMD.15 group=sys \
 736     mode=0755
 737 $(i386_ONLY)file path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel \
 738     group=sys mode=0755
 739 $(i386_ONLY)file \
 740     path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel.6.46 \
 741     group=sys mode=0755
 742 $(i386_ONLY)file path=platform/i86pc/kernel/dacf/$(ARCH64)/consconfig_dacf \
 743     group=sys mode=0755
 744 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/acpinex group=sys
 745 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/acpippm group=sys
 746 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/amd_iommu group=sys
 747 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/cpudrv group=sys
 748 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/isa group=sys
 749 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/npe group=sys
 750 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/pci group=sys
 751 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/pit_beep group=sys
 752 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/ppm group=sys
 753 $(i386_ONLY)file path=platform/i86pc/kernel/drv/$(ARCH64)/rootnex group=sys
 754 $(i386_ONLY)file path=platform/i86pc/kernel/drv/acpippm.conf group=sys
 755 $(i386_ONLY)file path=platform/i86pc/kernel/drv/amd_iommu.conf group=sys
 756 $(i386_ONLY)file path=platform/i86pc/kernel/drv/pit_beep.conf group=sys
 757 $(i386_ONLY)file path=platform/i86pc/kernel/drv/ppm.conf group=sys
 758 $(i386_ONLY)file path=platform/i86pc/kernel/drv/rootnex.conf group=sys
 759 $(i386_ONLY)file path=platform/i86pc/kernel/mach/$(ARCH64)/apix group=sys \
 760     mode=0755
 761 $(i386_ONLY)file path=platform/i86pc/kernel/mach/$(ARCH64)/pcplusmp group=sys \
 762     mode=0755
 763 $(i386_ONLY)file path=platform/i86pc/kernel/mach/$(ARCH64)/uppc group=sys \
 764     mode=0755
 765 $(i386_ONLY)file path=platform/i86pc/kernel/misc/$(ARCH64)/acpidev group=sys \
 766     mode=0755
 767 $(i386_ONLY)file path=platform/i86pc/kernel/misc/$(ARCH64)/gfx_private \
 768     group=sys mode=0755
 769 $(i386_ONLY)file path=platform/i86pc/ucode/amd-ucode.bin group=sys mode=0444 \
 770     original_name=SUNWcakr:platform/i86pc/ucode/amd-ucode.bin preserve=true \
 771     reboot-needed=true
 772 $(i386_ONLY)file path=platform/i86pc/ucode/intel-ucode.txt group=sys mode=0444 \
 773     original_name=SUNWcakr:platform/i86pc/ucode/intel-ucode.txt preserve=true \
 774     reboot-needed=true
 775 $(i386_ONLY)file path=platform/i86xpv/kernel/$(ARCH64)/unix group=sys \
 776     mode=0755
 777 $(i386_ONLY)file path=platform/i86xpv/kernel/cpu/$(ARCH64)/cpu.generic \
 778     group=sys mode=0755
 779 $(i386_ONLY)file path=platform/i86xpv/kernel/cpu/$(ARCH64)/cpu_ms.AuthenticAMD \
 780     group=sys mode=0755
 781 $(i386_ONLY)file \
 782     path=platform/i86xpv/kernel/cpu/$(ARCH64)/cpu_ms.AuthenticAMD.15 \
 783     group=sys mode=0755
 784 $(i386_ONLY)file path=platform/i86xpv/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel \
 785     group=sys mode=0755
 786 $(i386_ONLY)file path=platform/i86xpv/kernel/dacf/$(ARCH64)/consconfig_dacf \
 787     group=sys mode=0755
 788 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/balloon group=sys
 789 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/domcaps group=sys
 790 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/evtchn group=sys
 791 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/isa group=sys
 792 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/npe group=sys
 793 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/pci group=sys
 794 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/pit_beep group=sys
 795 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/privcmd group=sys
 796 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/rootnex group=sys
 797 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xdb group=sys
 798 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xdf group=sys
 799 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xenbus group=sys
 800 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xencons group=sys
 801 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xnbe group=sys
 802 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xnbo group=sys
 803 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xnbu group=sys
 804 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xnf group=sys
 805 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xpvd group=sys
 806 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/$(ARCH64)/xpvtap group=sys
 807 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/pit_beep.conf group=sys
 808 $(i386_ONLY)file path=platform/i86xpv/kernel/drv/xencons.conf group=sys
 809 $(i386_ONLY)file path=platform/i86xpv/kernel/mach/$(ARCH64)/xpv_psm group=sys \
 810     mode=0755
 811 $(i386_ONLY)file path=platform/i86xpv/kernel/mach/$(ARCH64)/xpv_uppc group=sys \
 812     mode=0755
 813 $(i386_ONLY)file path=platform/i86xpv/kernel/misc/$(ARCH64)/gfx_private \
 814     group=sys mode=0755
 815 $(i386_ONLY)file path=platform/i86xpv/kernel/misc/$(ARCH64)/xnb group=sys \
 816     mode=0755
 817 $(i386_ONLY)file path=platform/i86xpv/kernel/misc/$(ARCH64)/xpv_autoconfig \
 818     group=sys mode=0755
 819 $(i386_ONLY)file path=platform/i86xpv/kernel/tod/$(ARCH64)/xpvtod group=sys \
 820     mode=0755
 821 $(sparc_ONLY)file path=platform/sun4u-us3/kernel/crypto/$(ARCH64)/aes \
 822     group=sys mode=0755
 823 $(sparc_ONLY)file path=platform/sun4u/bootlst group=sys reboot-needed=true
 824 $(sparc_ONLY)file path=platform/sun4u/kernel/$(ARCH64)/genunix group=sys \
 825     mode=0755
 826 $(sparc_ONLY)file path=platform/sun4u/kernel/$(ARCH64)/unix group=sys \
 827     mode=0755
 828 $(sparc_ONLY)file path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-II \
 829     group=sys mode=0755
 830 $(sparc_ONLY)file path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III \
 831     group=sys mode=0755
 832 $(sparc_ONLY)file \
 833     path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-III+ group=sys \
 834     mode=0755
 835 $(sparc_ONLY)file \
 836     path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIIi group=sys \
 837     mode=0755
 838 $(sparc_ONLY)file \
 839     path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIIi+ group=sys \
 840     mode=0755
 841 $(sparc_ONLY)file path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIe \
 842     group=sys mode=0755
 843 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/arcfour \
 844     group=sys mode=0755
 845 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/des group=sys \
 846     mode=0755
 847 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/md5 group=sys \
 848     mode=0755
 849 $(sparc_ONLY)file path=platform/sun4u/kernel/crypto/$(ARCH64)/sha1 group=sys \
 850     mode=0755
 851 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/adm1026 group=sys
 852 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/adm1031 group=sys
 853 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/bbc_beep group=sys
 854 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ctsmc group=sys
 855 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/db21554 group=sys
 856 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ebus group=sys
 857 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/epic group=sys
 858 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/fd group=sys
 859 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/gpio_87317 \
 860     group=sys
 861 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/grbeep group=sys
 862 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/i2bsc group=sys
 863 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ics951601 group=sys
 864 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/isadma group=sys
 865 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/jbusppm group=sys
 866 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/lm75 group=sys
 867 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ltc1427 group=sys
 868 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/m1535ppm group=sys
 869 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/max1617 group=sys
 870 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mc-us3 group=sys
 871 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mc-us3i group=sys
 872 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mem_cache group=sys
 873 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/mi2cv group=sys
 874 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pca9556 group=sys
 875 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcf8574 group=sys
 876 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcf8584 group=sys
 877 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcf8591 group=sys
 878 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcipsy group=sys
 879 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pcisch group=sys
 880 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pic16f747 group=sys
 881 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pic16f819 group=sys
 882 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pmc group=sys
 883 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pmubus group=sys
 884 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/pmugpio group=sys
 885 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/power group=sys
 886 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ppm group=sys
 887 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/px group=sys
 888 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rmc_comm group=sys
 889 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rmcadm group=sys
 890 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rmclomv group=sys
 891 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/rootnex group=sys
 892 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/sbbc group=sys
 893 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/sbus group=sys
 894 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/sbusmem group=sys
 895 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/schppm group=sys
 896 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/seeprom group=sys
 897 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/simba group=sys
 898 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/smbus group=sys
 899 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/smbus_ara group=sys
 900 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ssc050 group=sys
 901 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/ssc100 group=sys
 902 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/su group=sys
 903 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/tda8444 group=sys
 904 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/trapstat group=sys
 905 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/upa64s group=sys
 906 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/zs group=sys
 907 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/$(ARCH64)/zsh group=sys
 908 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/i2bsc.conf group=sys
 909 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/mem_cache.conf group=sys
 910 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/rmc_comm.conf group=sys
 911 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/rmcadm.conf group=sys
 912 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/rmclomv.conf group=sys
 913 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/sbusmem.conf group=sys
 914 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/trapstat.conf group=sys
 915 $(sparc_ONLY)file path=platform/sun4u/kernel/drv/zsh.conf group=sys
 916 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/bignum group=sys \
 917     mode=0755
 918 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/bootdev group=sys \
 919     mode=0755
 920 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/forthdebug \
 921     group=sys mode=0755
 922 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/i2c_svc group=sys \
 923     mode=0755
 924 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/kmdbmod group=sys \
 925     mode=0755
 926 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/obpsym group=sys \
 927     mode=0755
 928 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/opl_cfg group=sys \
 929     mode=0755
 930 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/pcie group=sys \
 931     mode=0755
 932 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/platmod group=sys \
 933     mode=0755
 934 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/sbd group=sys \
 935     mode=0755
 936 $(sparc_ONLY)file path=platform/sun4u/kernel/misc/$(ARCH64)/vis group=sys \
 937     mode=0755
 938 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todblade group=sys \
 939     mode=0755
 940 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todbq4802 group=sys \
 941     mode=0755
 942 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todds1287 group=sys \
 943     mode=0755
 944 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todds1337 group=sys \
 945     mode=0755
 946 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todm5819 group=sys \
 947     mode=0755
 948 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todm5819p_rmc \
 949     group=sys mode=0755
 950 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todm5823 group=sys \
 951     mode=0755
 952 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todmostek group=sys \
 953     mode=0755
 954 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todopl group=sys \
 955     mode=0755
 956 $(sparc_ONLY)file path=platform/sun4u/kernel/tod/$(ARCH64)/todsg group=sys \
 957     mode=0755
 958 $(sparc_ONLY)file path=platform/sun4v/bootlst group=sys reboot-needed=true
 959 $(sparc_ONLY)file path=platform/sun4v/kernel/$(ARCH64)/genunix group=sys \
 960     mode=0755
 961 $(sparc_ONLY)file path=platform/sun4v/kernel/$(ARCH64)/unix group=sys \
 962     mode=0755
 963 $(sparc_ONLY)file path=platform/sun4v/kernel/cpu/$(ARCH64)/generic group=sys \
 964     mode=0755
 965 $(sparc_ONLY)file path=platform/sun4v/kernel/crypto/$(ARCH64)/arcfour \
 966     group=sys mode=0755
 967 $(sparc_ONLY)file path=platform/sun4v/kernel/crypto/$(ARCH64)/md5 group=sys \
 968     mode=0755
 969 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/bge group=sys
 970 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/bmc group=sys
 971 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/ebus group=sys
 972 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/glvc group=sys
 973 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/mdesc group=sys
 974 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/n2rng group=sys
 975 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/ntwdt group=sys
 976 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/px group=sys
 977 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/qcn group=sys
 978 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/rootnex group=sys
 979 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/su group=sys
 980 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/trapstat group=sys
 981 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/$(ARCH64)/vnex group=sys
 982 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/bge.conf group=sys
 983 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/bmc.conf group=sys
 984 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/mdesc.conf group=sys
 985 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/n2rng.conf group=sys
 986 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/ntwdt.conf group=sys
 987 $(sparc_ONLY)file path=platform/sun4v/kernel/drv/trapstat.conf group=sys
 988 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/bootdev group=sys \
 989     mode=0755
 990 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/forthdebug \
 991     group=sys mode=0755
 992 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/kmdbmod group=sys \
 993     mode=0755
 994 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/obpsym group=sys \
 995     mode=0755
 996 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/pcie group=sys \
 997     mode=0755
 998 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/platmod group=sys \
 999     mode=0755
1000 $(sparc_ONLY)file path=platform/sun4v/kernel/misc/$(ARCH64)/vis group=sys \
1001     mode=0755
1002 $(sparc_ONLY)file path=usr/share/man/man4/sbus.4
1003 $(i386_ONLY)file path=usr/share/man/man4/sysbus.4
1004 $(sparc_ONLY)file path=usr/share/man/man7d/bbc_beep.7d
1005 $(sparc_ONLY)file path=usr/share/man/man7d/ctsmc.7d
1006 $(sparc_ONLY)file path=usr/share/man/man7d/dr.7d
1007 $(sparc_ONLY)file path=usr/share/man/man7d/fd.7d
1008 $(sparc_ONLY)file path=usr/share/man/man7d/gpio_87317.7d
1009 $(sparc_ONLY)file path=usr/share/man/man7d/grbeep.7d
1010 $(sparc_ONLY)file path=usr/share/man/man7d/mc-opl.7d
1011 $(sparc_ONLY)file path=usr/share/man/man7d/n2rng.7d
1012 $(sparc_ONLY)file path=usr/share/man/man7d/ncp.7d
1013 $(i386_ONLY)file path=usr/share/man/man7d/npe.7d
1014 $(sparc_ONLY)file path=usr/share/man/man7d/ntwdt.7d
1015 $(sparc_ONLY)file path=usr/share/man/man7d/oplmsu.7d
1016 $(sparc_ONLY)file path=usr/share/man/man7d/oplpanel.7d
1017 $(sparc_ONLY)file path=usr/share/man/man7d/pcicmu.7d
1018 $(sparc_ONLY)file path=usr/share/man/man7d/pcipsy.7d
1019 $(sparc_ONLY)file path=usr/share/man/man7d/pcisch.7d
1020 $(sparc_ONLY)file path=usr/share/man/man7d/smbus.7d
1021 $(sparc_ONLY)file path=usr/share/man/man7d/su.7d
1022 $(sparc_ONLY)file path=usr/share/man/man7d/todopl.7d
1023 $(sparc_ONLY)file path=usr/share/man/man7d/tsalarm.7d
1024 $(sparc_ONLY)file path=usr/share/man/man7d/zs.7d
1025 $(sparc_ONLY)file path=usr/share/man/man7d/zsh.7d
1026 $(i386_ONLY)hardlink \
1027     path=platform/i86pc/kernel/cpu/$(ARCH64)/cpu_ms.GenuineIntel.6.47 \
1028     target=cpu_ms.GenuineIntel.6.46
1029 $(sparc_ONLY)hardlink path=platform/sun4u/kernel/misc/$(ARCH64)/md5 \
1030     target=../../../kernel/crypto/$(ARCH64)/md5
1031 $(sparc_ONLY)hardlink path=platform/sun4u/kernel/misc/$(ARCH64)/sha1 \
1032     target=../../../kernel/crypto/$(ARCH64)/sha1
1033 $(sparc_ONLY)hardlink path=platform/sun4v/kernel/misc/$(ARCH64)/md5 \
1034     target=../../../kernel/crypto/$(ARCH64)/md5
1035 $(i386_ONLY)legacy pkg=SUNWcakr.i arch=$(ARCH).i86pc \
1036     desc="core kernel software for a specific hardware platform group" \
1037     name="Core Solaris Kernel Architecture (Root)"
1038 $(sparc_ONLY)legacy pkg=SUNWcakr.u arch=$(ARCH).sun4u \
1039     desc="core kernel software for a specific hardware platform group" \
1040     name="Core Solaris Kernel Architecture (Root)"
1041 $(sparc_ONLY)legacy pkg=SUNWcakr.v arch=$(ARCH).sun4v \
1042     desc="core kernel software for a specific hardware platform group" \
1043     name="Core Solaris Kernel Architecture (Root)"
1044 $(sparc_ONLY)legacy pkg=SUNWcakrnt2000.v arch=$(ARCH).sun4v \
1045     desc="driver software for the Netra-T2000 hardware platform" \
1046     name="Platform Specific Drivers for Netra-T2000, (Root)"
1047 $(i386_ONLY)legacy pkg=SUNWcakrx.i arch=$(ARCH).i86pc \
1048     desc="core kernel software for the i86xpv virtual hardware platform" \
1049     name="Core Kernel Architecture i86xpv, (Root)"
1050 license cr_Sun license=cr_Sun
1051 license lic_CDDL license=lic_CDDL
1052 license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \
1053     license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE
1054 license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE
1055 $(sparc_ONLY)license usr/src/stand/lib/tcp/THIRDPARTYLICENSE \
1056     license=usr/src/stand/lib/tcp/THIRDPARTYLICENSE
1057 license usr/src/uts/common/krtld/THIRDPARTYLICENSE.bootrd_cpio \
1058     license=usr/src/uts/common/krtld/THIRDPARTYLICENSE.bootrd_cpio
1059 license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \
1060     license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode
1061 license usr/src/uts/common/zmod/THIRDPARTYLICENSE \
1062     license=usr/src/uts/common/zmod/THIRDPARTYLICENSE
1063 $(i386_ONLY)license usr/src/uts/intel/THIRDPARTYLICENSE \
1064     license=usr/src/uts/intel/THIRDPARTYLICENSE
1065 $(sparc_ONLY)link path=platform/SUNW,A70/kernel/crypto/$(ARCH64)/aes \
1066     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1067 $(sparc_ONLY)link path=platform/SUNW,Netra-CP3010/kernel/crypto/$(ARCH64)/aes \
1068     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1069 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/$(ARCH64) \
1070     target=../../SUNW,Sun-Fire/kernel/$(ARCH64)
1071 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/cpu \
1072     target=../../SUNW,Sun-Fire/kernel/cpu
1073 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/crypto/$(ARCH64)/aes \
1074     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1075 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgcn \
1076     target=../../../../SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgcn
1077 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/sgsbbc \
1078     target=../../../../SUNW,Sun-Fire/kernel/drv/$(ARCH64)/sgsbbc
1079 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/drv/$(ARCH64)/ssm \
1080     target=../../../../SUNW,Sun-Fire/kernel/drv/$(ARCH64)/ssm
1081 $(sparc_ONLY)link path=platform/SUNW,Netra-T12/kernel/misc/$(ARCH64)/sbdp \
1082     target=../../../../SUNW,Sun-Fire/kernel/misc/$(ARCH64)/sbdp
1083 $(sparc_ONLY)link path=platform/SUNW,Netra-T4/kernel/crypto/$(ARCH64)/aes \
1084     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1085 $(sparc_ONLY)link path=platform/SUNW,Netra-T4/kernel/misc/$(ARCH64)/platmod \
1086     target=../../../../SUNW,Sun-Fire-280R/kernel/misc/$(ARCH64)/platmod
1087 $(sparc_ONLY)link \
1088     path=platform/SUNW,SPARC-Enterprise/kernel/cpu/$(ARCH64)/FJSV,SPARC64-VII \
1089     target=FJSV,SPARC64-VI
1090 $(sparc_ONLY)link \
1091     path=platform/SUNW,SPARC-Enterprise/kernel/crypto/$(ARCH64)/aes \
1092     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1093 $(sparc_ONLY)link \
1094     path=platform/SUNW,Sun-Blade-1000/kernel/crypto/$(ARCH64)/aes \
1095     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1096 $(sparc_ONLY)link \
1097     path=platform/SUNW,Sun-Blade-1500/kernel/crypto/$(ARCH64)/aes \
1098     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1099 $(sparc_ONLY)link \
1100     path=platform/SUNW,Sun-Blade-2500/kernel/crypto/$(ARCH64)/aes \
1101     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1102 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-280R/kernel/crypto/$(ARCH64)/aes \
1103     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1104 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-480R/kernel/crypto/$(ARCH64)/aes \
1105     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1106 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-880/kernel/crypto/$(ARCH64)/aes \
1107     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1108 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V215/kernel/crypto/$(ARCH64)/aes \
1109     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1110 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V240/kernel/crypto/$(ARCH64)/aes \
1111     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1112 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V250/kernel/crypto/$(ARCH64)/aes \
1113     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1114 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/crypto/$(ARCH64)/aes \
1115     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1116 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/drv/$(ARCH64)/ntwdt \
1117     target=../../../../SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/ntwdt
1118 $(sparc_ONLY)link \
1119     path=platform/SUNW,Sun-Fire-V440/kernel/drv/$(ARCH64)/tsalarm \
1120     target=../../../../SUNW,Sun-Fire-V240/kernel/drv/$(ARCH64)/tsalarm
1121 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/drv/ntwdt.conf \
1122     target=../../../SUNW,Sun-Fire-V240/kernel/drv/ntwdt.conf
1123 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V440/kernel/drv/tsalarm.conf \
1124     target=../../../SUNW,Sun-Fire-V240/kernel/drv/tsalarm.conf
1125 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire-V445/kernel/crypto/$(ARCH64)/aes \
1126     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1127 $(sparc_ONLY)link \
1128     path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV \
1129     target=SUNW,UltraSPARC-III+
1130 $(sparc_ONLY)link \
1131     path=platform/SUNW,Sun-Fire/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV+ \
1132     target=SUNW,UltraSPARC-III+
1133 $(sparc_ONLY)link path=platform/SUNW,Sun-Fire/kernel/crypto/$(ARCH64)/aes \
1134     target=../../../../sun4u-us3/kernel/crypto/$(ARCH64)/aes
1135 $(sparc_ONLY)link path=platform/SUNW,Ultra-80/kernel/misc/$(ARCH64)/platmod \
1136     target=../../../../SUNW,Ultra-5_10/kernel/misc/$(ARCH64)/platmod
1137 $(sparc_ONLY)link path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IIi \
1138     target=SUNW,UltraSPARC-II
1139 $(sparc_ONLY)link path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV \
1140     target=SUNW,UltraSPARC-III+
1141 $(sparc_ONLY)link path=platform/sun4u/kernel/cpu/$(ARCH64)/SUNW,UltraSPARC-IV+ \
1142     target=SUNW,UltraSPARC-III+
1143 $(sparc_ONLY)link path=platform/sun4u/kernel/misc/$(ARCH64)/des \
1144     target=../../../kernel/crypto/$(ARCH64)/des
1145 $(sparc_ONLY)link path=platform/sun4u/kernel/unix target=$(ARCH64)/unix
1146 $(sparc_ONLY)link path=platform/sun4v/kernel/cpu/$(ARCH64)/sun4v \
1147     target=generic
1148 $(sparc_ONLY)link path=platform/sun4v/kernel/unix target=$(ARCH64)/unix
1149 $(i386_ONLY)link path=usr/share/man/man4/isa.4 target=sysbus.4
1150 $(sparc_ONLY)link path=usr/share/man/man7d/drmach.7d target=dr.7d
1151 link path=usr/share/man/man7d/fdc.7d target=fd.7d
1152 $(sparc_ONLY)link path=usr/share/man/man7d/ngdr.7d target=dr.7d
1153 $(sparc_ONLY)link path=usr/share/man/man7d/ngdrmach.7d target=dr.7d