summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/system-kernel.mf
blob: a00bb109ccfc6e0197d32129311b378d3639030a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2013 Saso Kiselkov. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
#

#
# The default for payload-bearing actions in this package is to appear in the
# global zone only.  See the include file for greater detail, as well as
# information about overriding the defaults.
#
<include global_zone_only_component>
<include system-kernel.man1m.inc>
<include system-kernel.man2.inc>
<include system-kernel.man4.inc>
<include system-kernel.man5.inc>
<include system-kernel.man7.inc>
<include system-kernel.man7d.inc>
<include system-kernel.man7fs.inc>
<include system-kernel.man7m.inc>
<include system-kernel.man7p.inc>
<include system-kernel.man9.inc>
<include system-kernel.man9e.inc>
<include system-kernel.man9f.inc>
<include system-kernel.man9p.inc>
<include system-kernel.man9s.inc>
set name=pkg.fmri value=pkg:/system/kernel@$(PKGVERS)
set name=pkg.description \
    value="core kernel software for a specific instruction-set architecture"
set name=pkg.summary value="Core Solaris Kernel"
set name=info.classification value=org.opensolaris.category.2008:System/Core
set name=variant.arch value=$(ARCH)
dir path=boot group=sys
$(i386_ONLY)dir path=boot/acpi group=sys
$(i386_ONLY)dir path=boot/acpi/tables group=sys
dir path=boot/solaris group=sys
dir path=boot/solaris/bin group=sys
dir path=etc group=sys
dir path=etc/crypto group=sys
dir path=etc/sock2path.d group=sys
dir path=kernel group=sys
$(i386_ONLY)dir path=kernel/$(ARCH64) group=sys
dir path=kernel/crypto group=sys
dir path=kernel/crypto/$(ARCH64) group=sys
dir path=kernel/dacf group=sys
dir path=kernel/dacf/$(ARCH64) group=sys
dir path=kernel/drv group=sys
dir path=kernel/drv/$(ARCH64) group=sys
dir path=kernel/exec group=sys
dir path=kernel/exec/$(ARCH64) group=sys
dir path=kernel/fs group=sys
dir path=kernel/fs/$(ARCH64) group=sys
dir path=kernel/ipp group=sys
dir path=kernel/ipp/$(ARCH64) group=sys
dir path=kernel/kiconv group=sys
dir path=kernel/kiconv/$(ARCH64) group=sys
dir path=kernel/mac group=sys
dir path=kernel/mac/$(ARCH64) group=sys
dir path=kernel/misc group=sys
dir path=kernel/misc/$(ARCH64) group=sys
dir path=kernel/misc/scsi_vhci group=sys
dir path=kernel/misc/scsi_vhci/$(ARCH64) group=sys
dir path=kernel/sched group=sys
dir path=kernel/sched/$(ARCH64) group=sys
dir path=kernel/socketmod group=sys
dir path=kernel/socketmod/$(ARCH64) group=sys
dir path=kernel/strmod group=sys
dir path=kernel/strmod/$(ARCH64) group=sys
dir path=kernel/sys group=sys
dir path=kernel/sys/$(ARCH64) group=sys
dir path=lib
dir path=lib/svc
dir path=lib/svc/manifest group=sys
dir path=lib/svc/manifest/system group=sys
dir path=lib/svc/method
dir path=usr/kernel group=sys
dir path=usr/kernel/drv group=sys
dir path=usr/kernel/drv/$(ARCH64) group=sys
dir path=usr/share/man
dir path=usr/share/man/man1m
dir path=usr/share/man/man2
dir path=usr/share/man/man3
dir path=usr/share/man/man4
dir path=usr/share/man/man5
dir path=usr/share/man/man7d
dir path=usr/share/man/man7fs
dir path=usr/share/man/man7m
dir path=usr/share/man/man7p
dir path=usr/share/man/man9
dir path=usr/share/man/man9e
dir path=usr/share/man/man9f
dir path=usr/share/man/man9p
dir path=usr/share/man/man9s
$(i386_ONLY)driver name=acpi_drv perms="* 0666 root sys"
driver name=aggr perms="* 0666 root sys"
driver name=arp perms="arp 0666 root sys"
driver name=bl perms="* 0666 root sys"
driver name=bridge clone_perms="bridge 0666 root sys" \
    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
$(sparc_ONLY)driver name=bscbus alias=SUNW,bscbus
$(i386_ONLY)driver name=bscbus alias=SVI0101
$(sparc_ONLY)driver name=bscv alias=SUNW,bscv perms="* 0644 root sys"
$(i386_ONLY)driver name=bscv
driver name=clone
driver name=cn perms="* 0620 root tty"
driver name=conskbd perms="kbd 0666 root sys"
driver name=consms perms="mouse 0666 root sys"
driver name=cpuid perms="self 0644 root sys"
$(i386_ONLY)driver name=cpunex alias=cpus
driver name=crypto perms="crypto 0666 root sys"
driver name=cryptoadm perms="cryptoadm 0644 root sys"
$(sparc_ONLY)driver name=dad alias=ide-disk perms="* 0640 root sys"
driver name=devinfo perms="devinfo 0640 root sys" \
    perms="devinfo,ro 0444 root sys"
driver name=dld perms="* 0666 root sys"
driver name=dlpistub perms="* 0666 root sys"
$(sparc_ONLY)driver name=i8042 alias=8042
$(i386_ONLY)driver name=i8042
driver name=icmp perms="icmp 0666 root sys" \
    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
driver name=icmp6 perms="icmp6 0666 root sys" \
    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
$(i386_ONLY)driver name=intel_nb5000 \
    alias=pci8086,25c0 \
    alias=pci8086,25d0 \
    alias=pci8086,25d4 \
    alias=pci8086,25d8 \
    alias=pci8086,3600 \
    alias=pci8086,4000 \
    alias=pci8086,4001 \
    alias=pci8086,4003 \
    alias=pci8086,65c0
$(i386_ONLY)driver name=intel_nhm \
    alias=pci8086,3423 \
    alias=pci8086,372a
$(i386_ONLY)driver name=intel_nhmex alias=pci8086,3438
driver name=ip perms="ip 0666 root sys" \
    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
driver name=ip6 perms="ip6 0666 root sys" \
    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
driver name=ipnet perms="lo0 0666 root sys" \
    policy="read_priv_set=net_observability write_priv_set=net_observability"
driver name=ippctl
driver name=ipsecah perms="ipsecah 0666 root sys" \
    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
driver name=ipsecesp perms="ipsecesp 0666 root sys" \
    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
driver name=iptun
driver name=iwscn
driver name=kb8042 alias=pnpPNP,303
driver name=keysock perms="keysock 0666 root sys" \
    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
driver name=kmdb
driver name=kssl perms="* 0666 root sys"
driver name=llc1 clone_perms="llc1 0666 root sys"
driver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys"
driver name=log perms="conslog 0666 root sys" perms="log 0640 root sys"
$(i386_ONLY)driver name=mc-amd \
    alias=pci1022,1100 \
    alias=pci1022,1101 \
    alias=pci1022,1102
driver name=mm perms="allkmem 0600 root sys" perms="kmem 0640 root sys" \
    perms="mem 0640 root sys" perms="null 0666 root sys" \
    perms="zero 0666 root sys" \
    policy="allkmem read_priv_set=all write_priv_set=all" \
    policy="kmem read_priv_set=none write_priv_set=all" \
    policy="mem read_priv_set=none write_priv_set=all"
driver name=mouse8042 alias=pnpPNP,f03
$(i386_ONLY)driver name=mpt class=scsi \
    alias=pci1000,30 \
    alias=pci1000,50 \
    alias=pci1000,54 \
    alias=pci1000,56 \
    alias=pci1000,58 \
    alias=pci1000,62 \
    alias=pciex1000,56 \
    alias=pciex1000,58 \
    alias=pciex1000,62
driver name=nulldriver \
    alias=scsa,nodev \
    alias=scsa,probe
driver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all
driver name=options
$(sparc_ONLY)driver name=pci_pci class=pci \
    alias=pci1011,1 \
    alias=pci1011,21 \
    alias=pci1011,24 \
    alias=pci1011,25 \
    alias=pci1011,26 \
    alias=pci1014,22 \
    alias=pciclass,060400
$(i386_ONLY)driver name=pci_pci class=pci \
    alias=pci1011,1 \
    alias=pci1011,21 \
    alias=pci1014,22 \
    alias=pciclass,060400 \
    alias=pciclass,060401
$(sparc_ONLY)driver name=pcieb \
    alias=pciex108e,9010 \
    alias=pciex108e,9020 \
    alias=pciex10b5,8114 \
    alias=pciex10b5,8516 \
    alias=pciex10b5,8517 \
    alias=pciex10b5,8518 \
    alias=pciex10b5,8532 \
    alias=pciex10b5,8533 \
    alias=pciex10b5,8548 \
    alias=pciexclass,060400
$(i386_ONLY)driver name=pcieb \
    alias=pciexclass,060400 \
    alias=pciexclass,060401
$(sparc_ONLY)driver name=pcieb_bcm alias=pciex1166,103
driver name=physmem perms="* 0600 root sys"
driver name=poll perms="* 0666 root sys"
$(sparc_ONLY)driver name=power alias=ali1535d+-power
$(i386_ONLY)driver name=power
driver name=pseudo alias=zconsnex
driver name=ptc perms="* 0666 root sys"
driver name=ptsl perms="* 0666 root sys"
$(sparc_ONLY)driver name=ramdisk alias=SUNW,ramdisk perms="* 0600 root sys" \
    perms="ctl 0644 root sys"
$(i386_ONLY)driver name=ramdisk perms="* 0600 root sys" \
    perms="ctl 0644 root sys"
driver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices
driver name=rts perms="rts 0666 root sys"
driver name=sad perms="admin 0666 root sys" perms="user 0666 root sys"
driver name=scsi_vhci class=scsi-self-identifying perms="* 0666 root sys" \
    policy="devctl write_priv_set=sys_devices"
$(sparc_ONLY)driver name=sd perms="* 0640 root sys" \
    alias=ide-cdrom \
    alias=scsiclass,00 \
    alias=scsiclass,05
$(i386_ONLY)driver name=sd perms="* 0640 root sys" \
    alias=scsiclass,00 \
    alias=scsiclass,05
driver name=sgen perms="* 0600 root sys" \
    alias=scsa,08.bfcp \
    alias=scsa,08.bvhci
driver name=signalfd perms="* 0666 root sys"
driver name=simnet clone_perms="simnet 0666 root sys" perms="* 0666 root sys"
$(i386_ONLY)driver name=smbios perms="smbios 0444 root sys"
driver name=softmac
driver name=spdsock perms="spdsock 0666 root sys" \
    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
driver name=st alias=scsiclass,01 perms="* 0666 root sys"
driver name=sy perms="tty 0666 root tty"
driver name=sysevent perms="* 0600 root sys"
driver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys"
driver name=tcp perms="tcp 0666 root sys"
driver name=tcp6 perms="tcp6 0666 root sys"
driver name=tl perms="* 0666 root sys" clone_perms="ticlts 0666 root sys" \
    clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys"
$(sparc_ONLY)driver name=ttymux alias=multiplexer
$(i386_ONLY)driver name=tzmon
$(sparc_ONLY)driver name=uata \
    alias=pci1095,646 \
    alias=pci1095,649 \
    alias=pci1095,680 \
    alias=pci10b9,5229 \
    alias=pci10b9,5288 class=dada class=scsi
$(i386_ONLY)driver name=ucode perms="* 0644 root sys"
driver name=udp perms="udp 0666 root sys"
driver name=udp6 perms="udp6 0666 root sys"
$(i386_ONLY)driver name=vgatext \
    alias=pciclass,000100 \
    alias=pciclass,030000 \
    alias=pciclass,030001 \
    alias=pnpPNP,900
driver name=vnic clone_perms="vnic 0666 root sys" perms="* 0666 root sys"
driver name=wc perms="* 0600 root sys"
$(i386_ONLY)file path=boot/solaris/bin/create_diskmap group=sys mode=0555
file path=boot/solaris/bin/create_ramdisk group=sys mode=0555
file path=boot/solaris/bin/extract_boot_filelist group=sys mode=0555
$(i386_ONLY)file path=boot/solaris/bin/mbr group=sys mode=0555
$(i386_ONLY)file path=boot/solaris/bin/symdef group=sys mode=0555
$(i386_ONLY)file path=boot/solaris/bin/update_grub group=sys mode=0555
file path=boot/solaris/filelist.ramdisk group=sys
file path=boot/solaris/filelist.safe group=sys
file path=etc/crypto/kcf.conf group=sys \
    original_name=SUNWckr:etc/crypto/kcf.conf preserve=true
$(i386_ONLY)file path=etc/mach group=sys original_name=SUNWos86r:etc/mach \
    preserve=true
file path=etc/name_to_sysnum group=sys \
    original_name=SUNWckr:etc/name_to_sysnum preserve=renameold
file path=etc/sock2path.d/system%2Fkernel group=sys
file path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true
$(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/des group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/edonr group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/skein group=sys mode=0755
file path=kernel/crypto/$(ARCH64)/swrand group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/aes group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/arcfour group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/blowfish group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/des group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/ecc group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/edonr group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/md4 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/md5 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/rsa group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/sha1 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/sha2 group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/skein group=sys mode=0755
$(i386_ONLY)file path=kernel/crypto/swrand group=sys mode=0755
$(sparc_ONLY)file path=kernel/dacf/$(ARCH64)/consconfig_dacf group=sys \
    mode=0755
file path=kernel/dacf/$(ARCH64)/net_dacf group=sys mode=0755
$(i386_ONLY)file path=kernel/dacf/net_dacf group=sys mode=0755
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_drv group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_toshiba group=sys
file path=kernel/drv/$(ARCH64)/aggr group=sys
file path=kernel/drv/$(ARCH64)/arp group=sys
file path=kernel/drv/$(ARCH64)/bl group=sys
file path=kernel/drv/$(ARCH64)/bridge group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/bscbus group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/bscv group=sys
file path=kernel/drv/$(ARCH64)/clone group=sys
file path=kernel/drv/$(ARCH64)/cn group=sys
file path=kernel/drv/$(ARCH64)/conskbd group=sys
file path=kernel/drv/$(ARCH64)/consms group=sys
file path=kernel/drv/$(ARCH64)/cpuid group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/cpunex group=sys
file path=kernel/drv/$(ARCH64)/crypto group=sys
file path=kernel/drv/$(ARCH64)/cryptoadm group=sys
$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/dad group=sys
file path=kernel/drv/$(ARCH64)/devinfo group=sys
file path=kernel/drv/$(ARCH64)/dld group=sys
file path=kernel/drv/$(ARCH64)/dlpistub group=sys
file path=kernel/drv/$(ARCH64)/i8042 group=sys
file path=kernel/drv/$(ARCH64)/icmp group=sys
file path=kernel/drv/$(ARCH64)/icmp6 group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nb5000 group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhm group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhmex group=sys
file path=kernel/drv/$(ARCH64)/ip group=sys
file path=kernel/drv/$(ARCH64)/ip6 group=sys
file path=kernel/drv/$(ARCH64)/ipnet group=sys
file path=kernel/drv/$(ARCH64)/ippctl group=sys
file path=kernel/drv/$(ARCH64)/ipsecah group=sys
file path=kernel/drv/$(ARCH64)/ipsecesp group=sys
file path=kernel/drv/$(ARCH64)/iptun group=sys
file path=kernel/drv/$(ARCH64)/iwscn group=sys
file path=kernel/drv/$(ARCH64)/kb8042 group=sys
file path=kernel/drv/$(ARCH64)/keysock group=sys
file path=kernel/drv/$(ARCH64)/kmdb group=sys
file path=kernel/drv/$(ARCH64)/kssl group=sys
file path=kernel/drv/$(ARCH64)/llc1 group=sys
file path=kernel/drv/$(ARCH64)/lofi group=sys
file path=kernel/drv/$(ARCH64)/log group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mc-amd group=sys
file path=kernel/drv/$(ARCH64)/mm group=sys
file path=kernel/drv/$(ARCH64)/mouse8042 group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mpt group=sys
file path=kernel/drv/$(ARCH64)/nulldriver group=sys
file path=kernel/drv/$(ARCH64)/openeepr group=sys
file path=kernel/drv/$(ARCH64)/options group=sys
file path=kernel/drv/$(ARCH64)/pci_pci group=sys
file path=kernel/drv/$(ARCH64)/pcieb group=sys
$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/pcieb_bcm group=sys
file path=kernel/drv/$(ARCH64)/physmem group=sys
file path=kernel/drv/$(ARCH64)/poll group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/power group=sys
file path=kernel/drv/$(ARCH64)/pseudo group=sys
file path=kernel/drv/$(ARCH64)/ptc group=sys
file path=kernel/drv/$(ARCH64)/ptsl group=sys
file path=kernel/drv/$(ARCH64)/ramdisk group=sys
file path=kernel/drv/$(ARCH64)/random group=sys
file path=kernel/drv/$(ARCH64)/rts group=sys
file path=kernel/drv/$(ARCH64)/sad group=sys
file path=kernel/drv/$(ARCH64)/scsi_vhci group=sys
file path=kernel/drv/$(ARCH64)/sd group=sys
file path=kernel/drv/$(ARCH64)/sgen group=sys
file path=kernel/drv/$(ARCH64)/simnet group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/smbios group=sys
file path=kernel/drv/$(ARCH64)/softmac group=sys
file path=kernel/drv/$(ARCH64)/spdsock group=sys
file path=kernel/drv/$(ARCH64)/st group=sys
file path=kernel/drv/$(ARCH64)/sy group=sys
file path=kernel/drv/$(ARCH64)/sysevent group=sys
file path=kernel/drv/$(ARCH64)/sysmsg group=sys
file path=kernel/drv/$(ARCH64)/tcp group=sys
file path=kernel/drv/$(ARCH64)/tcp6 group=sys
file path=kernel/drv/$(ARCH64)/tl group=sys
$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/ttymux group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/tzmon group=sys
$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/uata group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys
file path=kernel/drv/$(ARCH64)/udp group=sys
file path=kernel/drv/$(ARCH64)/udp6 group=sys
$(i386_ONLY)file path=kernel/drv/$(ARCH64)/vgatext group=sys
file path=kernel/drv/$(ARCH64)/vnic group=sys
file path=kernel/drv/$(ARCH64)/wc group=sys
$(i386_ONLY)file path=kernel/drv/acpi_drv group=sys
$(i386_ONLY)file path=kernel/drv/acpi_drv.conf group=sys
$(i386_ONLY)file path=kernel/drv/acpi_toshiba group=sys
$(i386_ONLY)file path=kernel/drv/aggr group=sys
file path=kernel/drv/aggr.conf group=sys
$(i386_ONLY)file path=kernel/drv/arp group=sys
file path=kernel/drv/arp.conf group=sys
$(i386_ONLY)file path=kernel/drv/bl group=sys
file path=kernel/drv/bl.conf group=sys
$(i386_ONLY)file path=kernel/drv/bridge group=sys
file path=kernel/drv/bridge.conf group=sys
$(i386_ONLY)file path=kernel/drv/bscbus group=sys
$(i386_ONLY)file path=kernel/drv/bscbus.conf group=sys
$(i386_ONLY)file path=kernel/drv/bscv group=sys
$(i386_ONLY)file path=kernel/drv/bscv.conf group=sys
$(i386_ONLY)file path=kernel/drv/clone group=sys
file path=kernel/drv/clone.conf group=sys
$(i386_ONLY)file path=kernel/drv/cn group=sys
file path=kernel/drv/cn.conf group=sys
$(i386_ONLY)file path=kernel/drv/conskbd group=sys
file path=kernel/drv/conskbd.conf group=sys
$(i386_ONLY)file path=kernel/drv/consms group=sys
file path=kernel/drv/consms.conf group=sys
$(i386_ONLY)file path=kernel/drv/cpuid group=sys
file path=kernel/drv/cpuid.conf group=sys
$(i386_ONLY)file path=kernel/drv/cpunex group=sys
$(i386_ONLY)file path=kernel/drv/crypto group=sys
file path=kernel/drv/crypto.conf group=sys
$(i386_ONLY)file path=kernel/drv/cryptoadm group=sys
file path=kernel/drv/cryptoadm.conf group=sys
$(sparc_ONLY)file path=kernel/drv/dad.conf group=sys
$(i386_ONLY)file path=kernel/drv/devinfo group=sys
file path=kernel/drv/devinfo.conf group=sys
$(i386_ONLY)file path=kernel/drv/dld group=sys
file path=kernel/drv/dld.conf group=sys
$(i386_ONLY)file path=kernel/drv/dlpistub group=sys
file path=kernel/drv/dlpistub.conf group=sys
$(i386_ONLY)file path=kernel/drv/i8042 group=sys
$(i386_ONLY)file path=kernel/drv/icmp group=sys
file path=kernel/drv/icmp.conf group=sys
$(i386_ONLY)file path=kernel/drv/icmp6 group=sys
file path=kernel/drv/icmp6.conf group=sys
$(i386_ONLY)file path=kernel/drv/intel_nb5000 group=sys
$(i386_ONLY)file path=kernel/drv/intel_nb5000.conf group=sys
$(i386_ONLY)file path=kernel/drv/intel_nhm group=sys
$(i386_ONLY)file path=kernel/drv/intel_nhm.conf group=sys
$(i386_ONLY)file path=kernel/drv/intel_nhmex group=sys
$(i386_ONLY)file path=kernel/drv/intel_nhmex.conf group=sys
$(i386_ONLY)file path=kernel/drv/ip group=sys
file path=kernel/drv/ip.conf group=sys
$(i386_ONLY)file path=kernel/drv/ip6 group=sys
file path=kernel/drv/ip6.conf group=sys
$(i386_ONLY)file path=kernel/drv/ipnet group=sys
file path=kernel/drv/ipnet.conf group=sys
$(i386_ONLY)file path=kernel/drv/ippctl group=sys
file path=kernel/drv/ippctl.conf group=sys
$(i386_ONLY)file path=kernel/drv/ipsecah group=sys
file path=kernel/drv/ipsecah.conf group=sys
$(i386_ONLY)file path=kernel/drv/ipsecesp group=sys
file path=kernel/drv/ipsecesp.conf group=sys
$(i386_ONLY)file path=kernel/drv/iptun group=sys
file path=kernel/drv/iptun.conf group=sys
$(i386_ONLY)file path=kernel/drv/iwscn group=sys
file path=kernel/drv/iwscn.conf group=sys
$(i386_ONLY)file path=kernel/drv/kb8042 group=sys
$(i386_ONLY)file path=kernel/drv/keysock group=sys
file path=kernel/drv/keysock.conf group=sys
$(i386_ONLY)file path=kernel/drv/kmdb group=sys
file path=kernel/drv/kmdb.conf group=sys
$(i386_ONLY)file path=kernel/drv/kssl group=sys
file path=kernel/drv/kssl.conf group=sys
$(i386_ONLY)file path=kernel/drv/llc1 group=sys
file path=kernel/drv/llc1.conf group=sys
$(i386_ONLY)file path=kernel/drv/lofi group=sys
file path=kernel/drv/lofi.conf group=sys
$(i386_ONLY)file path=kernel/drv/log group=sys
file path=kernel/drv/log.conf group=sys \
    original_name=SUNWckr:kernel/drv/log.conf preserve=true
$(i386_ONLY)file path=kernel/drv/mc-amd group=sys
$(i386_ONLY)file path=kernel/drv/mc-amd.conf group=sys
$(i386_ONLY)file path=kernel/drv/mm group=sys
file path=kernel/drv/mm.conf group=sys
$(i386_ONLY)file path=kernel/drv/mouse8042 group=sys
$(i386_ONLY)file path=kernel/drv/mpt group=sys
$(i386_ONLY)file path=kernel/drv/mpt.conf group=sys \
    original_name=SUNWckr:kernel/drv/mpt.conf preserve=true
$(i386_ONLY)file path=kernel/drv/nulldriver group=sys
$(i386_ONLY)file path=kernel/drv/openeepr group=sys
file path=kernel/drv/openeepr.conf group=sys
$(i386_ONLY)file path=kernel/drv/options group=sys
file path=kernel/drv/options.conf group=sys
$(i386_ONLY)file path=kernel/drv/pci_pci group=sys
$(i386_ONLY)file path=kernel/drv/pcieb group=sys
file path=kernel/drv/pcieb.conf group=sys
$(i386_ONLY)file path=kernel/drv/physmem group=sys
file path=kernel/drv/physmem.conf group=sys
$(i386_ONLY)file path=kernel/drv/poll group=sys
file path=kernel/drv/poll.conf group=sys
$(i386_ONLY)file path=kernel/drv/power group=sys
$(i386_ONLY)file path=kernel/drv/power.conf group=sys
$(i386_ONLY)file path=kernel/drv/pseudo group=sys
file path=kernel/drv/pseudo.conf group=sys
$(i386_ONLY)file path=kernel/drv/ptc group=sys
file path=kernel/drv/ptc.conf group=sys
$(i386_ONLY)file path=kernel/drv/ptsl group=sys
file path=kernel/drv/ptsl.conf group=sys
$(i386_ONLY)file path=kernel/drv/ramdisk group=sys
file path=kernel/drv/ramdisk.conf group=sys
$(i386_ONLY)file path=kernel/drv/random group=sys
file path=kernel/drv/random.conf group=sys
$(i386_ONLY)file path=kernel/drv/rts group=sys
file path=kernel/drv/rts.conf group=sys
$(i386_ONLY)file path=kernel/drv/sad group=sys
file path=kernel/drv/sad.conf group=sys
$(i386_ONLY)file path=kernel/drv/scsi_vhci group=sys
file path=kernel/drv/scsi_vhci.conf group=sys \
    original_name=SUNWckr:kernel/drv/scsi_vhci.conf preserve=true
$(i386_ONLY)file path=kernel/drv/sd group=sys
$(sparc_ONLY)file path=kernel/drv/sd.conf group=sys \
    original_name=SUNWckr:kernel/drv/sd.conf preserve=true
$(i386_ONLY)file path=kernel/drv/sd.conf group=sys \
    original_name=SUNWos86r:kernel/drv/sd.conf preserve=true
$(i386_ONLY)file path=kernel/drv/sgen group=sys
file path=kernel/drv/sgen.conf group=sys \
    original_name=SUNWckr:kernel/drv/sgen.conf preserve=true
$(i386_ONLY)file path=kernel/drv/simnet group=sys
file path=kernel/drv/simnet.conf group=sys
$(i386_ONLY)file path=kernel/drv/smbios group=sys
$(i386_ONLY)file path=kernel/drv/smbios.conf group=sys
$(i386_ONLY)file path=kernel/drv/softmac group=sys
file path=kernel/drv/softmac.conf group=sys
$(i386_ONLY)file path=kernel/drv/spdsock group=sys
file path=kernel/drv/spdsock.conf group=sys
$(i386_ONLY)file path=kernel/drv/st group=sys
file path=kernel/drv/st.conf group=sys \
    original_name=SUNWckr:kernel/drv/st.conf preserve=true
$(i386_ONLY)file path=kernel/drv/sy group=sys
file path=kernel/drv/sy.conf group=sys
$(i386_ONLY)file path=kernel/drv/sysevent group=sys
file path=kernel/drv/sysevent.conf group=sys
$(i386_ONLY)file path=kernel/drv/sysmsg group=sys
file path=kernel/drv/sysmsg.conf group=sys
$(i386_ONLY)file path=kernel/drv/tcp group=sys
file path=kernel/drv/tcp.conf group=sys
$(i386_ONLY)file path=kernel/drv/tcp6 group=sys
file path=kernel/drv/tcp6.conf group=sys
$(i386_ONLY)file path=kernel/drv/tl group=sys
file path=kernel/drv/tl.conf group=sys
$(i386_ONLY)file path=kernel/drv/tzmon group=sys
$(i386_ONLY)file path=kernel/drv/tzmon.conf group=sys
$(sparc_ONLY)file path=kernel/drv/uata.conf group=sys \
    original_name=SUNWckr:kernel/drv/uata.conf preserve=true
$(i386_ONLY)file path=kernel/drv/ucode group=sys
$(i386_ONLY)file path=kernel/drv/ucode.conf group=sys
$(i386_ONLY)file path=kernel/drv/udp group=sys
file path=kernel/drv/udp.conf group=sys
$(i386_ONLY)file path=kernel/drv/udp6 group=sys
file path=kernel/drv/udp6.conf group=sys
$(i386_ONLY)file path=kernel/drv/vgatext group=sys
$(i386_ONLY)file path=kernel/drv/vnic group=sys
file path=kernel/drv/vnic.conf group=sys
$(i386_ONLY)file path=kernel/drv/wc group=sys
file path=kernel/drv/wc.conf group=sys
$(sparc_ONLY)file path=kernel/exec/$(ARCH64)/aoutexec group=sys mode=0755
file path=kernel/exec/$(ARCH64)/elfexec group=sys mode=0755
file path=kernel/exec/$(ARCH64)/intpexec group=sys mode=0755
$(i386_ONLY)file path=kernel/exec/elfexec group=sys mode=0755
$(i386_ONLY)file path=kernel/exec/intpexec group=sys mode=0755
file path=kernel/fs/$(ARCH64)/autofs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/bootfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/ctfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/dcfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/dev group=sys mode=0755
file path=kernel/fs/$(ARCH64)/devfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/fifofs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/hsfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/lofs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/mntfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/namefs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/objfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/procfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/sharefs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/sockfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/specfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/tmpfs group=sys mode=0755
file path=kernel/fs/$(ARCH64)/ufs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/autofs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/bootfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/ctfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/dcfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/dev group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/devfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/fifofs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/hsfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/lofs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/mntfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/namefs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/objfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/procfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/sharefs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/sockfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/specfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/tmpfs group=sys mode=0755
$(i386_ONLY)file path=kernel/fs/ufs group=sys mode=0755
$(i386_ONLY)file path=kernel/genunix group=sys mode=0755
file path=kernel/ipp/$(ARCH64)/ipgpc group=sys mode=0755
$(i386_ONLY)file path=kernel/ipp/ipgpc group=sys mode=0755
file path=kernel/kiconv/$(ARCH64)/kiconv_emea group=sys mode=0755
file path=kernel/kiconv/$(ARCH64)/kiconv_ja group=sys mode=0755
file path=kernel/kiconv/$(ARCH64)/kiconv_ko group=sys mode=0755
file path=kernel/kiconv/$(ARCH64)/kiconv_sc group=sys mode=0755
file path=kernel/kiconv/$(ARCH64)/kiconv_tc group=sys mode=0755
$(i386_ONLY)file path=kernel/kiconv/kiconv_emea group=sys mode=0755
$(i386_ONLY)file path=kernel/kiconv/kiconv_ja group=sys mode=0755
$(i386_ONLY)file path=kernel/kiconv/kiconv_ko group=sys mode=0755
$(i386_ONLY)file path=kernel/kiconv/kiconv_sc group=sys mode=0755
$(i386_ONLY)file path=kernel/kiconv/kiconv_tc group=sys mode=0755
file path=kernel/mac/$(ARCH64)/mac_6to4 group=sys mode=0755
file path=kernel/mac/$(ARCH64)/mac_ether group=sys mode=0755
file path=kernel/mac/$(ARCH64)/mac_ib group=sys mode=0755
file path=kernel/mac/$(ARCH64)/mac_ipv4 group=sys mode=0755
file path=kernel/mac/$(ARCH64)/mac_ipv6 group=sys mode=0755
file path=kernel/mac/$(ARCH64)/mac_wifi group=sys mode=0755
$(i386_ONLY)file path=kernel/mac/mac_6to4 group=sys mode=0755
$(i386_ONLY)file path=kernel/mac/mac_ether group=sys mode=0755
$(i386_ONLY)file path=kernel/mac/mac_ib group=sys mode=0755
$(i386_ONLY)file path=kernel/mac/mac_ipv4 group=sys mode=0755
$(i386_ONLY)file path=kernel/mac/mac_ipv6 group=sys mode=0755
$(i386_ONLY)file path=kernel/mac/mac_wifi group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/agpmaster group=sys mode=0755
file path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755
file path=kernel/misc/$(ARCH64)/busra group=sys mode=0755
file path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755
file path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755
file path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755
file path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755
$(sparc_ONLY)file path=kernel/misc/$(ARCH64)/dada group=sys mode=0755
file path=kernel/misc/$(ARCH64)/dls group=sys mode=0755
file path=kernel/misc/$(ARCH64)/fssnap_if group=sys mode=0755
file path=kernel/misc/$(ARCH64)/gld group=sys mode=0755
file path=kernel/misc/$(ARCH64)/hook group=sys mode=0755
file path=kernel/misc/$(ARCH64)/hpcsvc group=sys mode=0755
file path=kernel/misc/$(ARCH64)/idmap group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/iommulib group=sys mode=0755
file path=kernel/misc/$(ARCH64)/ipc group=sys mode=0755
file path=kernel/misc/$(ARCH64)/kbtrans group=sys mode=0755
file path=kernel/misc/$(ARCH64)/kcf group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/kmdbmod group=sys mode=0755
file path=kernel/misc/$(ARCH64)/ksocket group=sys mode=0755
file path=kernel/misc/$(ARCH64)/mac group=sys mode=0755
file path=kernel/misc/$(ARCH64)/mii group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/net80211 group=sys mode=0755
file path=kernel/misc/$(ARCH64)/neti group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pci_autoconfig group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcie group=sys mode=0755
file path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755
file path=kernel/misc/$(ARCH64)/pcmcia group=sys mode=0755
file path=kernel/misc/$(ARCH64)/rpcsec group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/$(ARCH64)/sata group=sys mode=0755
file path=kernel/misc/$(ARCH64)/scsi group=sys mode=0755
file path=kernel/misc/$(ARCH64)/strplumb group=sys mode=0755
$(sparc_ONLY)file path=kernel/misc/$(ARCH64)/swapgeneric group=sys mode=0755
file path=kernel/misc/$(ARCH64)/tem group=sys mode=0755
file path=kernel/misc/$(ARCH64)/tlimod group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/acpica group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/agpmaster group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/bignum group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/bootdev group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/busra group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/cardbus group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/cmlb group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/consconfig group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/ctf group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/dls group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/fssnap_if group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/gld group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/hook group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/hpcsvc group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/idmap group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/iommulib group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/ipc group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/kbtrans group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/kcf group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/kmdbmod group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/ksocket group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/mac group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/mii group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/net80211 group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/neti group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/pci_autoconfig group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/pcicfg group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/pcie group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/pcihp group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/pcmcia group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/rpcsec group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/sata group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/scsi group=sys mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_emc group=sys \
    mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_lsi group=sys \
    mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_sun group=sys \
    mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym group=sys mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_emc group=sys \
    mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_hds group=sys \
    mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tape group=sys mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs group=sys mode=0755
file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs_tape group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_asym_emc group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_asym_lsi group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_asym_sun group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_emc group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_sym_hds group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tape group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/scsi_vhci/scsi_vhci_f_tpgs_tape group=sys \
    mode=0755
$(i386_ONLY)file path=kernel/misc/strplumb group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/tem group=sys mode=0755
$(i386_ONLY)file path=kernel/misc/tlimod group=sys mode=0755
file path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755
file path=kernel/sched/$(ARCH64)/TS group=sys mode=0755
file path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755
$(i386_ONLY)file path=kernel/sched/SDC group=sys mode=0755
$(i386_ONLY)file path=kernel/sched/TS group=sys mode=0755
$(i386_ONLY)file path=kernel/sched/TS_DPTBL group=sys mode=0755
file path=kernel/socketmod/$(ARCH64)/ksslf group=sys mode=0755
file path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755
file path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755
$(i386_ONLY)file path=kernel/socketmod/ksslf group=sys mode=0755
$(i386_ONLY)file path=kernel/socketmod/socksctp group=sys mode=0755
$(i386_ONLY)file path=kernel/socketmod/trill group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755
$(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/ms group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755
file path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755
$(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/vuid3ps2 group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/bufmod group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/connld group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/dedump group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/drcompat group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/ldterm group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/pckt group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/pfmod group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/pipemod group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/ptem group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/redirmod group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/rpcmod group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/timod group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/tirdwr group=sys mode=0755
$(i386_ONLY)file path=kernel/strmod/ttcompat group=sys mode=0755
file path=kernel/sys/$(ARCH64)/c2audit group=sys mode=0755
file path=kernel/sys/$(ARCH64)/doorfs group=sys mode=0755
file path=kernel/sys/$(ARCH64)/inst_sync group=sys mode=0755
file path=kernel/sys/$(ARCH64)/kaio group=sys mode=0755
file path=kernel/sys/$(ARCH64)/msgsys group=sys mode=0755
file path=kernel/sys/$(ARCH64)/pipe group=sys mode=0755
file path=kernel/sys/$(ARCH64)/portfs group=sys mode=0755
file path=kernel/sys/$(ARCH64)/pset group=sys mode=0755
file path=kernel/sys/$(ARCH64)/semsys group=sys mode=0755
file path=kernel/sys/$(ARCH64)/shmsys group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/c2audit group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/doorfs group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/inst_sync group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/kaio group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/msgsys group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/pipe group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/portfs group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/pset group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/semsys group=sys mode=0755
$(i386_ONLY)file path=kernel/sys/shmsys group=sys mode=0755
file path=lib/svc/manifest/system/dumpadm.xml group=sys mode=0444
file path=lib/svc/manifest/system/intrd.xml group=sys mode=0444
file path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444
file path=lib/svc/method/svc-dumpadm mode=0555
file path=lib/svc/method/svc-intrd mode=0555
file path=lib/svc/method/svc-scheduler mode=0555
file path=usr/kernel/drv/$(ARCH64)/signalfd group=sys
$(i386_ONLY)file path=usr/kernel/drv/signalfd group=sys
file path=usr/kernel/drv/signalfd.conf group=sys
$(sparc_ONLY)file path=usr/share/man/man1m/monitor.1m
$(sparc_ONLY)file path=usr/share/man/man1m/obpsym.1m
# On SPARC driver/bscv is Serverblade1 specific, and in system/kernel/platform
# We keep the manual page generic
$(sparc_ONLY)file path=usr/share/man/man7d/dad.7d
$(i386_ONLY)file path=usr/share/man/man7d/smbios.7d
# Sadly vuid mouse support is in different packages on different platforms
# While kstat(7D) is in SUNWcs, the structures are general
hardlink path=kernel/misc/$(ARCH64)/edonr \
    target=../../../kernel/crypto/$(ARCH64)/edonr
hardlink path=kernel/misc/$(ARCH64)/md5 \
    target=../../../kernel/crypto/$(ARCH64)/md5
hardlink path=kernel/misc/$(ARCH64)/sha1 \
    target=../../../kernel/crypto/$(ARCH64)/sha1
hardlink path=kernel/misc/$(ARCH64)/sha2 \
    target=../../../kernel/crypto/$(ARCH64)/sha2
hardlink path=kernel/misc/$(ARCH64)/skein \
    target=../../../kernel/crypto/$(ARCH64)/skein
$(i386_ONLY)hardlink path=kernel/misc/edonr target=../../kernel/crypto/edonr
$(i386_ONLY)hardlink path=kernel/misc/md5 target=../../kernel/crypto/md5
$(i386_ONLY)hardlink path=kernel/misc/sha1 target=../../kernel/crypto/sha1
$(i386_ONLY)hardlink path=kernel/misc/sha2 target=../../kernel/crypto/sha2
$(i386_ONLY)hardlink path=kernel/misc/skein target=../../kernel/crypto/skein
hardlink path=kernel/socketmod/$(ARCH64)/icmp \
    target=../../../kernel/drv/$(ARCH64)/icmp
hardlink path=kernel/socketmod/$(ARCH64)/rts \
    target=../../../kernel/drv/$(ARCH64)/rts
hardlink path=kernel/socketmod/$(ARCH64)/tcp \
    target=../../../kernel/drv/$(ARCH64)/tcp
hardlink path=kernel/socketmod/$(ARCH64)/udp \
    target=../../../kernel/drv/$(ARCH64)/udp
$(i386_ONLY)hardlink path=kernel/socketmod/icmp target=../../kernel/drv/icmp
$(i386_ONLY)hardlink path=kernel/socketmod/rts target=../../kernel/drv/rts
$(i386_ONLY)hardlink path=kernel/socketmod/tcp target=../../kernel/drv/tcp
$(i386_ONLY)hardlink path=kernel/socketmod/udp target=../../kernel/drv/udp
hardlink path=kernel/strmod/$(ARCH64)/arp \
    target=../../../kernel/drv/$(ARCH64)/arp
hardlink path=kernel/strmod/$(ARCH64)/icmp \
    target=../../../kernel/drv/$(ARCH64)/icmp
hardlink path=kernel/strmod/$(ARCH64)/ip \
    target=../../../kernel/drv/$(ARCH64)/ip
hardlink path=kernel/strmod/$(ARCH64)/ipsecah \
    target=../../../kernel/drv/$(ARCH64)/ipsecah
hardlink path=kernel/strmod/$(ARCH64)/ipsecesp \
    target=../../../kernel/drv/$(ARCH64)/ipsecesp
hardlink path=kernel/strmod/$(ARCH64)/keysock \
    target=../../../kernel/drv/$(ARCH64)/keysock
hardlink path=kernel/strmod/$(ARCH64)/tcp \
    target=../../../kernel/drv/$(ARCH64)/tcp
hardlink path=kernel/strmod/$(ARCH64)/udp \
    target=../../../kernel/drv/$(ARCH64)/udp
$(i386_ONLY)hardlink path=kernel/strmod/arp target=../../kernel/drv/arp
$(i386_ONLY)hardlink path=kernel/strmod/icmp target=../../kernel/drv/icmp
$(i386_ONLY)hardlink path=kernel/strmod/ip target=../../kernel/drv/ip
$(i386_ONLY)hardlink path=kernel/strmod/ipsecah \
    target=../../kernel/drv/ipsecah
$(i386_ONLY)hardlink path=kernel/strmod/ipsecesp \
    target=../../kernel/drv/ipsecesp
$(i386_ONLY)hardlink path=kernel/strmod/keysock \
    target=../../kernel/drv/keysock
$(i386_ONLY)hardlink path=kernel/strmod/tcp target=../../kernel/drv/tcp
$(i386_ONLY)hardlink path=kernel/strmod/udp target=../../kernel/drv/udp
hardlink path=kernel/sys/$(ARCH64)/autofs \
    target=../../../kernel/fs/$(ARCH64)/autofs
hardlink path=kernel/sys/$(ARCH64)/rpcmod \
    target=../../../kernel/strmod/$(ARCH64)/rpcmod
$(i386_ONLY)hardlink path=kernel/sys/autofs target=../../kernel/fs/autofs
$(i386_ONLY)hardlink path=kernel/sys/rpcmod target=../../kernel/strmod/rpcmod
legacy pkg=SUNWckr \
    desc="core kernel software for a specific instruction-set architecture" \
    name="Core Solaris Kernel (Root)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \
    license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE
license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE
license usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams \
    license=usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams
$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \
    license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman
$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \
    license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl
license usr/src/common/crypto/ecc/THIRDPARTYLICENSE \
    license=usr/src/common/crypto/ecc/THIRDPARTYLICENSE
$(i386_ONLY)license usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE \
    license=usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE
license usr/src/common/mpi/THIRDPARTYLICENSE \
    license=usr/src/common/mpi/THIRDPARTYLICENSE
license usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts \
    license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts
license usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE \
    license=usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE
license usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr \
    license=usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr
license usr/src/uts/common/sys/THIRDPARTYLICENSE.icu \
    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.icu
license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \
    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode
$(i386_ONLY)license usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE \
    license=usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE
$(i386_ONLY)link path=boot/solaris/bin/root_archive \
    target=../../../usr/sbin/root_archive
link path=dev/dld target=../devices/pseudo/dld@0:ctl
link path=kernel/misc/$(ARCH64)/des \
    target=../../../kernel/crypto/$(ARCH64)/des
$(i386_ONLY)link path=kernel/misc/des target=../../kernel/crypto/des