Home | History | Annotate | Download | only in common
      1      0     stevel #
      2      0     stevel # CDDL HEADER START
      3      0     stevel #
      4      0     stevel # The contents of this file are subject to the terms of the
      5   1258        mlf # Common Development and Distribution License (the "License").
      6   1258        mlf # You may not use this file except in compliance with the License.
      7      0     stevel #
      8      0     stevel # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9      0     stevel # or http://www.opensolaris.org/os/licensing.
     10      0     stevel # See the License for the specific language governing permissions
     11      0     stevel # and limitations under the License.
     12      0     stevel #
     13      0     stevel # When distributing Covered Code, include this CDDL HEADER in each
     14      0     stevel # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15      0     stevel # If applicable, add the following below this CDDL HEADER, with the
     16      0     stevel # fields enclosed by brackets "[]" replaced with your own identifying
     17      0     stevel # information: Portions Copyright [yyyy] [name of copyright owner]
     18      0     stevel #
     19      0     stevel # CDDL HEADER END
     20      0     stevel #
     21   1258        mlf 
     22      0     stevel #
     23   8485      Peter # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     24      0     stevel # Use is subject to license terms.
     25      0     stevel #
     26      0     stevel # uts/common/Makefile.rules
     27      0     stevel #
     28      0     stevel #	This Makefile defines all the file build rules for the directory
     29      0     stevel # uts/common and its children. These are the source files which may
     30      0     stevel # be considered common to all SunOS systems.
     31      0     stevel #
     32      0     stevel #	The following two-level ordering must be maintained in this file.
     33      0     stevel #	  Lines are sorted first in order of decreasing specificity based on
     34      0     stevel #	  the first directory component.  That is, sun4u rules come before
     35      0     stevel #	  sparc rules come before common rules.
     36      0     stevel #
     37      0     stevel #	  Lines whose initial directory components are equal are sorted
     38      0     stevel #	  alphabetically by the remaining components.
     39      0     stevel 
     40      0     stevel #
     41      0     stevel #	Section 1a: C objects build rules
     42      0     stevel #
     43      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/aes/%.c
     44      0     stevel 	$(COMPILE.c) -o $@ $<
     45      0     stevel 	$(CTFCONVERT_O)
     46      0     stevel 
     47      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/arcfour/%.c
     48      0     stevel 	$(COMPILE.c) -o $@ $<
     49      0     stevel 	$(CTFCONVERT_O)
     50      0     stevel 
     51      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/blowfish/%.c
     52      0     stevel 	$(COMPILE.c) -o $@ $<
     53      0     stevel 	$(CTFCONVERT_O)
     54      0     stevel 
     55   5697   mcpowers $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/ecc/%.c
     56  10500    Hai-May 	$(COMPILE.c) -o $@ $<
     57  10500    Hai-May 	$(CTFCONVERT_O)
     58  10500    Hai-May 
     59  10500    Hai-May $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/fips/%.c
     60   7188   mcpowers 	$(COMPILE.c) -o $@ $<
     61   7188   mcpowers 	$(CTFCONVERT_O)
     62   7188   mcpowers 
     63   7188   mcpowers $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/modes/%.c
     64   8029    Hai-May 	$(COMPILE.c) -o $@ $<
     65   8029    Hai-May 	$(CTFCONVERT_O)
     66   8029    Hai-May 
     67   8029    Hai-May $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/rng/%.c
     68   5697   mcpowers 	$(COMPILE.c) -o $@ $<
     69   5697   mcpowers 	$(CTFCONVERT_O)
     70   5697   mcpowers 
     71      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/rsa/%.c
     72      0     stevel 	$(COMPILE.c) -o $@ $<
     73      0     stevel 	$(CTFCONVERT_O)
     74      0     stevel 
     75      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/bignum/%.c
     76   6557    fr41279 	$(COMPILE.c) -o $@ $<
     77   6557    fr41279 	$(CTFCONVERT_O)
     78   6557    fr41279 
     79   6557    fr41279 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/bignum/%.c
     80    789     ahrens 	$(COMPILE.c) -o $@ $<
     81    789     ahrens 	$(CTFCONVERT_O)
     82    789     ahrens 
     83   5697   mcpowers $(OBJS_DIR)/%.o:		$(COMMONBASE)/mpi/%.c
     84   5697   mcpowers 	$(COMPILE.c) -o $@ $<
     85   5697   mcpowers 	$(CTFCONVERT_O)
     86   5697   mcpowers 
     87   5697   mcpowers $(OBJS_DIR)/%.o: 		$(COMMONBASE)/acl/%.c
     88      0     stevel 	$(COMPILE.c) -o $@ $<
     89      0     stevel 	$(CTFCONVERT_O)
     90      0     stevel 
     91      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/avl/%.c
     92   4581    sherrym 	$(COMPILE.c) -o $@ $<
     93   4581    sherrym 	$(CTFCONVERT_O)
     94   4581    sherrym 
     95   4581    sherrym $(OBJS_DIR)/%.o:		$(COMMONBASE)/ucode/%.c
     96   2712    nn35248 	$(COMPILE.c) -o $@ $<
     97   2712    nn35248 	$(CTFCONVERT_O)
     98   2712    nn35248 
     99   2712    nn35248 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/brand/sn1/%.c
    100  10840     Gerald 	$(COMPILE.c) -o $@ $<
    101  10840     Gerald 	$(CTFCONVERT_O)
    102  10840     Gerald 
    103  10840     Gerald $(OBJS_DIR)/%.o:		$(UTSBASE)/common/brand/solaris10/%.c
    104      0     stevel 	$(COMPILE.c) -o $@ $<
    105      0     stevel 	$(CTFCONVERT_O)
    106      0     stevel 
    107      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/c2/%.c
    108      0     stevel 	$(COMPILE.c) -o $@ $<
    109      0     stevel 	$(CTFCONVERT_O)
    110      0     stevel 
    111      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/conf/%.c
    112      0     stevel 	$(COMPILE.c) -o $@ $<
    113      0     stevel 	$(CTFCONVERT_O)
    114      0     stevel 
    115      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/contract/%.c
    116      0     stevel 	$(COMPILE.c) -o $@ $<
    117      0     stevel 	$(CTFCONVERT_O)
    118      0     stevel 
    119      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/cpr/%.c
    120      0     stevel 	$(COMPILE.c) -o $@ $<
    121      0     stevel 	$(CTFCONVERT_O)
    122      0     stevel 
    123      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ctf/%.c
    124      0     stevel 	$(COMPILE.c) -o $@ $<
    125      0     stevel 	$(CTFCONVERT_O)
    126      0     stevel 
    127      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/ctf/%.c
    128      0     stevel 	$(COMPILE.c) -o $@ $<
    129      0     stevel 	$(CTFCONVERT_O)
    130      0     stevel 
    131      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/des/%.c
    132    437        mws 	$(COMPILE.c) -o $@ $<
    133    437        mws 	$(CTFCONVERT_O)
    134    437        mws 
    135    437        mws $(OBJS_DIR)/%.o:		$(COMMONBASE)/smbios/%.c
    136      0     stevel 	$(COMPILE.c) -o $@ $<
    137      0     stevel 	$(CTFCONVERT_O)
    138      0     stevel 
    139      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/des/%.c
    140      0     stevel 	$(COMPILE.c) -o $@ $<
    141      0     stevel 	$(CTFCONVERT_O)
    142      0     stevel 
    143      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/crypto/api/%.c
    144      0     stevel 	$(COMPILE.c) -o $@ $<
    145      0     stevel 	$(CTFCONVERT_O)
    146      0     stevel 
    147      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/crypto/core/%.c
    148      0     stevel 	$(COMPILE.c) -o $@ $<
    149      0     stevel 	$(CTFCONVERT_O)
    150      0     stevel 
    151      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/crypto/io/%.c
    152      0     stevel 	$(COMPILE.c) -o $@ $<
    153      0     stevel 	$(CTFCONVERT_O)
    154      0     stevel 
    155      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/crypto/spi/%.c
    156     58      anish 	$(COMPILE.c) -o $@ $<
    157     58      anish 	$(CTFCONVERT_O)
    158     58      anish 
    159     58      anish $(OBJS_DIR)/%.o:		$(COMMONBASE)/pci/%.c
    160      0     stevel 	$(COMPILE.c) -o $@ $<
    161      0     stevel 	$(CTFCONVERT_O)
    162      0     stevel 
    163      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/devid/%.c
    164      0     stevel 	$(COMPILE.c) -o $@ $<
    165      0     stevel 	$(CTFCONVERT_O)
    166      0     stevel 
    167      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/disp/%.c
    168      0     stevel 	$(COMPILE.c) -o $@ $<
    169      0     stevel 	$(CTFCONVERT_O)
    170      0     stevel 
    171      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/dtrace/%.c
    172      0     stevel 	$(COMPILE.c) -o $@ $<
    173      0     stevel 	$(CTFCONVERT_O)
    174      0     stevel 
    175      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/exacct/%.c
    176      0     stevel 	$(COMPILE.c) -o $@ $<
    177      0     stevel 	$(CTFCONVERT_O)
    178      0     stevel 
    179      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/exec/aout/%.c
    180      0     stevel 	$(COMPILE.c) -o $@ $<
    181      0     stevel 	$(CTFCONVERT_O)
    182      0     stevel 
    183      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/exec/elf/%.c
    184      0     stevel 	$(COMPILE.c) -o $@ $<
    185      0     stevel 	$(CTFCONVERT_O)
    186      0     stevel 
    187      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/exec/intp/%.c
    188   8462      April 	$(COMPILE.c) -o $@ $<
    189   8462      April 	$(CTFCONVERT_O)
    190   8462      April 
    191   8462      April $(OBJS_DIR)/%.o:		$(UTSBASE)/common/exec/shbin/%.c
    192      0     stevel 	$(COMPILE.c) -o $@ $<
    193      0     stevel 	$(CTFCONVERT_O)
    194      0     stevel 
    195      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/exec/java/%.c
    196      0     stevel 	$(COMPILE.c) -o $@ $<
    197      0     stevel 	$(CTFCONVERT_O)
    198      0     stevel 
    199      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/%.c
    200      0     stevel 	$(COMPILE.c) -o $@ $<
    201      0     stevel 	$(CTFCONVERT_O)
    202      0     stevel 
    203      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/autofs/%.c
    204      0     stevel 	$(COMPILE.c) -o $@ $<
    205      0     stevel 	$(CTFCONVERT_O)
    206      0     stevel 
    207      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/cachefs/%.c
    208   5648      setje 	$(COMPILE.c) -o $@ $<
    209   5648      setje 	$(CTFCONVERT_O)
    210   5648      setje 
    211   5648      setje $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/dcfs/%.c
    212      0     stevel 	$(COMPILE.c) -o $@ $<
    213      0     stevel 	$(CTFCONVERT_O)
    214      0     stevel 
    215   2621      llai1 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/devfs/%.c
    216   2621      llai1 	$(COMPILE.c) -o $@ $<
    217   2621      llai1 	$(CTFCONVERT_O)
    218   2621      llai1 
    219      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/ctfs/%.c
    220      0     stevel 	$(COMPILE.c) -o $@ $<
    221      0     stevel 	$(CTFCONVERT_O)
    222      0     stevel 
    223      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/doorfs/%.c
    224      0     stevel 	$(COMPILE.c) -o $@ $<
    225      0     stevel 	$(CTFCONVERT_O)
    226      0     stevel 
    227   2621      llai1 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/dev/%.c
    228      0     stevel 	$(COMPILE.c) -o $@ $<
    229      0     stevel 	$(CTFCONVERT_O)
    230      0     stevel 
    231      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/fd/%.c
    232      0     stevel 	$(COMPILE.c) -o $@ $<
    233      0     stevel 	$(CTFCONVERT_O)
    234      0     stevel 
    235      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/fifofs/%.c
    236      0     stevel 	$(COMPILE.c) -o $@ $<
    237      0     stevel 	$(CTFCONVERT_O)
    238      0     stevel 
    239      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/hsfs/%.c
    240      0     stevel 	$(COMPILE.c) -o $@ $<
    241      0     stevel 	$(CTFCONVERT_O)
    242      0     stevel 
    243      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/lofs/%.c
    244      0     stevel 	$(COMPILE.c) -o $@ $<
    245      0     stevel 	$(CTFCONVERT_O)
    246      0     stevel 
    247      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/mntfs/%.c
    248      0     stevel 	$(COMPILE.c) -o $@ $<
    249      0     stevel 	$(CTFCONVERT_O)
    250      0     stevel 
    251      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/namefs/%.c
    252      0     stevel 	$(COMPILE.c) -o $@ $<
    253      0     stevel 	$(CTFCONVERT_O)
    254      0     stevel 
    255      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/nfs/%.c
    256      0     stevel 	$(COMPILE.c) -o $@ $<
    257      0     stevel 	$(CTFCONVERT_O)
    258      0     stevel 
    259   5331        amw $(OBJS_DIR)/%.o:		$(COMMONBASE)/smbsrv/%.c
    260   5331        amw 	$(COMPILE.c) -o $@ $<
    261   5331        amw 	$(CTFCONVERT_O)
    262   5331        amw 
    263   5331        amw $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/smbsrv/%.c
    264   5331        amw 	$(COMPILE.c) -o $@ $<
    265   5331        amw 	$(CTFCONVERT_O)
    266   5331        amw 
    267      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/objfs/%.c
    268      0     stevel 	$(COMPILE.c) -o $@ $<
    269      0     stevel 	$(CTFCONVERT_O)
    270      0     stevel 
    271      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/pcfs/%.c
    272      0     stevel 	$(COMPILE.c) -o $@ $<
    273      0     stevel 	$(CTFCONVERT_O)
    274      0     stevel 
    275      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/portfs/%.c
    276      0     stevel 	$(COMPILE.c) -o $@ $<
    277      0     stevel 	$(CTFCONVERT_O)
    278      0     stevel 
    279      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/proc/%.c
    280   3957   th199096 	$(COMPILE.c) -o $@ $<
    281   3957   th199096 	$(CTFCONVERT_O)
    282   3957   th199096 
    283   3957   th199096 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/sharefs/%.c
    284   6007    thurlow 	$(COMPILE.c) -o $@ $<
    285   6007    thurlow 	$(CTFCONVERT_O)
    286   6007    thurlow 
    287   6007    thurlow $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/smbclnt/netsmb/%.c
    288   6007    thurlow 	$(COMPILE.c) -o $@ $<
    289   6007    thurlow 	$(CTFCONVERT_O)
    290   6007    thurlow 
    291   6007    thurlow $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/smbclnt/smbfs/%.c
    292      0     stevel 	$(COMPILE.c) -o $@ $<
    293      0     stevel 	$(CTFCONVERT_O)
    294      0     stevel 
    295      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/sockfs/%.c
    296      0     stevel 	$(COMPILE.c) -o $@ $<
    297      0     stevel 	$(CTFCONVERT_O)
    298      0     stevel 
    299      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/specfs/%.c
    300      0     stevel 	$(COMPILE.c) -o $@ $<
    301      0     stevel 	$(CTFCONVERT_O)
    302      0     stevel 
    303      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/swapfs/%.c
    304      0     stevel 	$(COMPILE.c) -o $@ $<
    305      0     stevel 	$(CTFCONVERT_O)
    306      0     stevel 
    307      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/tmpfs/%.c
    308      0     stevel 	$(COMPILE.c) -o $@ $<
    309      0     stevel 	$(CTFCONVERT_O)
    310      0     stevel 
    311      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/udfs/%.c
    312      0     stevel 	$(COMPILE.c) -o $@ $<
    313      0     stevel 	$(CTFCONVERT_O)
    314      0     stevel 
    315      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/ufs/%.c
    316   5440   jm199354 	$(COMPILE.c) -o $@ $<
    317   5440   jm199354 	$(CTFCONVERT_O)
    318   5440   jm199354 
    319   5440   jm199354 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/vscan/%.c
    320    789     ahrens 	$(COMPILE.c) -o $@ $<
    321    789     ahrens 	$(CTFCONVERT_O)
    322    789     ahrens 
    323    789     ahrens $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/zfs/%.c
    324   9749        Tim 	$(COMPILE.c) -o $@ $<
    325   9749        Tim 	$(CTFCONVERT_O)
    326   9749        Tim 
    327   9749        Tim $(OBJS_DIR)/%.o:		$(UTSBASE)/common/fs/zut/%.c
    328   5331        amw 	$(COMPILE.c) -o $@ $<
    329   5331        amw 	$(CTFCONVERT_O)
    330   5331        amw 
    331   5331        amw $(OBJS_DIR)/%.o:		$(COMMONBASE)/xattr/%.c
    332    789     ahrens 	$(COMPILE.c) -o $@ $<
    333    789     ahrens 	$(CTFCONVERT_O)
    334    789     ahrens 
    335    789     ahrens $(OBJS_DIR)/%.o:		$(COMMONBASE)/zfs/%.c
    336      0     stevel 	$(COMPILE.c) -o $@ $<
    337  10696      David 	$(CTFCONVERT_O)
    338  10696      David 
    339  10696      David $(OBJS_DIR)/%.o:	$(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
    340  10696      David 	$(COMPILE.c) -o $@ $<
    341  10696      David 	$(CTFCONVERT_O)
    342  10696      David 
    343  10696      David $(OBJS_DIR)/%.o:	$(UTSBASE)/common/io/scsi/adapters/pmcs/%.bin
    344  10696      David 	$(COMPILE.b) -o $@ $<
    345  10793        dai 	$(CTFCONVERT_O)
    346  10793        dai 
    347  10793        dai $(OBJS_DIR)/%.o:		$(COMMONBASE)/fsreparse/%.c
    348  10793        dai 	$(COMPILE.c) -o $@ $<
    349      0     stevel 	$(CTFCONVERT_O)
    350      0     stevel 
    351      0     stevel KMECHKRB5_BASE=$(UTSBASE)/common/gssapi/mechs/krb5
    352      0     stevel 
    353      0     stevel KGSSDFLAGS=-I $(UTSBASE)/common/gssapi/include 
    354      0     stevel 
    355      0     stevel # Note, KRB5_DEFS can be assigned various preprocessor flags,
    356      0     stevel # typically -D defines on the make invocation.  The standard compiler
    357      0     stevel # flags will not be overwritten.
    358      0     stevel KGSSDFLAGS += $(KRB5_DEFS)
    359      0     stevel 
    360      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/gssapi/%.c
    361      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    362      0     stevel 	$(CTFCONVERT_O)
    363      0     stevel 
    364   4851        cth $(OBJS_DIR)/%.o:		$(UTSBASE)/common/gssapi/mechs/dummy/%.c
    365      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    366      0     stevel 	$(CTFCONVERT_O)
    367      0     stevel 
    368      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/%.c
    369      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    370      0     stevel 	$(CTFCONVERT_O)
    371      0     stevel 
    372      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/%.c
    373      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    374      0     stevel 	$(CTFCONVERT_O)
    375      0     stevel 
    376      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/des/%.c
    377      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    378      0     stevel 	$(CTFCONVERT_O)
    379      0     stevel 
    380      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/arcfour/%.c
    381      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    382      0     stevel 	$(CTFCONVERT_O)
    383      0     stevel 
    384      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/dk/%.c
    385      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    386      0     stevel 	$(CTFCONVERT_O)
    387      0     stevel 
    388      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/enc_provider/%.c
    389      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    390      0     stevel 	$(CTFCONVERT_O)
    391      0     stevel 
    392      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/hash_provider/%.c
    393      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    394      0     stevel 	$(CTFCONVERT_O)
    395      0     stevel 
    396      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
    397      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    398      0     stevel 	$(CTFCONVERT_O)
    399      0     stevel 
    400      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/raw/%.c
    401      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    402      0     stevel 	$(CTFCONVERT_O)
    403      0     stevel 
    404      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/crypto/old/%.c
    405      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    406      0     stevel 	$(CTFCONVERT_O)
    407      0     stevel 
    408      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/krb5/krb/%.c
    409      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    410      0     stevel 	$(CTFCONVERT_O)
    411      0     stevel 
    412      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/krb5/os/%.c
    413      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    414      0     stevel 	$(CTFCONVERT_O)
    415      0     stevel 
    416      0     stevel $(OBJS_DIR)/ser_sctx.o := CPPFLAGS += -DPROVIDE_KERNEL_IMPORT=1
    417      0     stevel 
    418      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/mech/%.c
    419      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    420      0     stevel 	$(CTFCONVERT_O)
    421      0     stevel 
    422      0     stevel $(OBJS_DIR)/%.o:		$(KMECHKRB5_BASE)/profile/%.c
    423      0     stevel 	$(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
    424   4520   nw141292 	$(CTFCONVERT_O)
    425   4520   nw141292 
    426   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ncall/%.c
    427   7836       John 	$(COMPILE.c) -o $@ $<
    428   7836       John 	$(CTFCONVERT_O)
    429   7836       John 
    430   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/dsw/%.c
    431   7836       John 	$(COMPILE.c) -o $@ $<
    432   7836       John 	$(CTFCONVERT_O)
    433   7836       John 
    434   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/nsctl/%.c
    435   7836       John 	$(COMPILE.c) -o $@ $<
    436   7836       John 	$(CTFCONVERT_O)
    437   7836       John 
    438   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/rdc/%.c
    439   7836       John 	$(COMPILE.c) -o $@ $<
    440   7836       John 	$(CTFCONVERT_O)
    441   7836       John 
    442   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/sdbc/%.c
    443   7836       John 	$(COMPILE.c) -o $@ $<
    444   7836       John 	$(CTFCONVERT_O)
    445   7836       John 
    446   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/solaris/%.c
    447   7836       John 	$(COMPILE.c) -o $@ $<
    448   7836       John 	$(CTFCONVERT_O)
    449   7836       John 
    450   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/sv/%.c
    451   7836       John 	$(COMPILE.c) -o $@ $<
    452   7836       John 	$(CTFCONVERT_O)
    453   7836       John 
    454   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/avs/ns/unistat/%.c
    455   7836       John 	$(COMPILE.c) -o $@ $<
    456   7836       John 	$(CTFCONVERT_O)
    457   7836       John 
    458   4520   nw141292 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/idmap/%.c
    459   4520   nw141292 	$(COMPILE.c) -o $@ $<
    460      0     stevel 	$(CTFCONVERT_O)
    461      0     stevel 
    462      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/%.c
    463      0     stevel 	$(COMPILE.c) -o $@ $<
    464      0     stevel 	$(CTFCONVERT_O)
    465      0     stevel 
    466      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/arp/%.c
    467      0     stevel 	$(COMPILE.c) -o $@ $<
    468      0     stevel 	$(CTFCONVERT_O)
    469      0     stevel 
    470      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/ip/%.c
    471   8023       Phil 	$(COMPILE.c) -o $@ $<
    472   8023       Phil 	$(CTFCONVERT_O)
    473   8023       Phil 
    474   8485      Peter $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/ipnet/%.c
    475  10616  Sebastien 	$(COMPILE.c) -o $@ $<
    476  10616  Sebastien 	$(CTFCONVERT_O)
    477  10616  Sebastien 
    478  10616  Sebastien $(OBJS_DIR)/%.o:                $(UTSBASE)/common/inet/iptun/%.c
    479    898       kais 	$(COMPILE.c) -o $@ $<
    480    898       kais 	$(CTFCONVERT_O)
    481    898       kais 
    482    898       kais $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/kssl/%.c
    483      0     stevel 	$(COMPILE.c) -o $@ $<
    484      0     stevel 	$(CTFCONVERT_O)
    485      0     stevel 
    486      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/sctp/%.c
    487      0     stevel 	$(COMPILE.c) -o $@ $<
    488      0     stevel 	$(CTFCONVERT_O)
    489      0     stevel 
    490      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/tcp/%.c
    491      0     stevel 	$(COMPILE.c) -o $@ $<
    492      0     stevel 	$(CTFCONVERT_O)
    493      0     stevel 
    494  10946   Sangeeta $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/ilb/%.c
    495  10946   Sangeeta 	$(COMPILE.c) -o $@ $<
    496  10946   Sangeeta 	$(CTFCONVERT_O)
    497      0     stevel 
    498   2393   yz155240 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/ipf/%.c
    499   2958   dr146992 	$(COMPILE.c) -o $@ $<
    500   2535   sangeeta 	$(CTFCONVERT_O)
    501   2535   sangeeta 
    502   2535   sangeeta $(OBJS_DIR)/%.o:		$(COMMONBASE)/net/patricia/%.c
    503   2535   sangeeta 	$(COMPILE.c) -o $@ $<
    504      0     stevel 	$(CTFCONVERT_O)
    505      0     stevel 
    506      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/udp/%.c
    507      0     stevel 	$(COMPILE.c) -o $@ $<
    508      0     stevel 	$(CTFCONVERT_O)
    509      0     stevel 
    510      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/nca/%.c
    511      0     stevel 	$(COMPILE.c) -o $@ $<
    512      0     stevel 	$(CTFCONVERT_O)
    513      0     stevel 
    514   8348       Eric $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/sockmods/%.c
    515   8348       Eric 	$(COMPILE.c) -o $@ $<
    516   8348       Eric 	$(CTFCONVERT_O)
    517   8348       Eric 
    518   8485      Peter $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/dlpistub/%.c
    519      0     stevel 	$(COMPILE.c) -o $@ $<
    520      0     stevel 	$(CTFCONVERT_O)
    521      0     stevel 
    522      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/%.c
    523      0     stevel 	$(COMPILE.c) -o $@ $<
    524      0     stevel 	$(CTFCONVERT_O)
    525      0     stevel 
    526      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/1394/%.c
    527      0     stevel 	$(COMPILE.c) -o $@ $<
    528      0     stevel 	$(CTFCONVERT_O)
    529      0     stevel 
    530      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/1394/adapters/%.c
    531      0     stevel 	$(COMPILE.c) -o $@ $<
    532      0     stevel 	$(CTFCONVERT_O)
    533      0     stevel 
    534      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/1394/targets/av1394/%.c
    535     21    ap25164 	$(COMPILE.c) -o $@ $<
    536     21    ap25164 	$(CTFCONVERT_O)
    537     21    ap25164 
    538     21    ap25164 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/1394/targets/dcam1394/%.c
    539      0     stevel 	$(COMPILE.c) -o $@ $<
    540      0     stevel 	$(CTFCONVERT_O)
    541      0     stevel 
    542      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/1394/targets/scsa1394/%.c
    543      0     stevel 	$(COMPILE.c) -o $@ $<
    544      0     stevel 	$(CTFCONVERT_O)
    545      0     stevel 
    546      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sbp2/%.c
    547   5678   pl196000 	$(COMPILE.c) -o $@ $<
    548   5678   pl196000 	$(CTFCONVERT_O)
    549   5678   pl196000 
    550   5678   pl196000 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/aac/%.c
    551   4992    gd78059 	$(COMPILE.c) -o $@ $<
    552   4992    gd78059 	$(CTFCONVERT_O)
    553   4992    gd78059 
    554   4992    gd78059 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/afe/%.c
    555  10393    Saurabh 	$(COMPILE.c) -o $@ $<
    556  10393    Saurabh 	$(CTFCONVERT_O)
    557  10393    Saurabh 
    558  10393    Saurabh $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/atge/%.c
    559   9999       Wang 	$(COMPILE.c) -o $@ $<
    560   9999       Wang 	$(CTFCONVERT_O)
    561   9999       Wang 
    562   9999       Wang $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/arn/%.c
    563   1000   xc151355 	$(COMPILE.c) -o $@ $<
    564   1000   xc151355 	$(CTFCONVERT_O)
    565   1000   xc151355 
    566   1000   xc151355 $(OBJS_DIR)/%.o:               $(UTSBASE)/common/io/ath/%.c
    567   9113  Pengcheng 	$(COMPILE.c) -o $@ $<
    568   9113  Pengcheng 	$(CTFCONVERT_O)
    569   9113  Pengcheng 
    570   9113  Pengcheng $(OBJS_DIR)/%.o:               $(UTSBASE)/common/io/atu/%.c
    571      0     stevel 	$(COMPILE.c) -o $@ $<
    572      0     stevel 	$(CTFCONVERT_O)
    573      0     stevel 
    574   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/impl/%.c
    575      0     stevel 	$(COMPILE.c) -o $@ $<
    576      0     stevel 	$(CTFCONVERT_O)
    577      0     stevel 
    578   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/ac97/%.c
    579   2307   fl147353 	$(COMPILE.c) -o $@ $<
    580   2307   fl147353 	$(CTFCONVERT_O)
    581   2307   fl147353 
    582   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audioens/%.c
    583  10913    gdamore 	$(COMPILE.c) -o $@ $<
    584  10913    gdamore 	$(CTFCONVERT_O)
    585  10913    gdamore 
    586  10913    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
    587   2696   fl147353 	$(COMPILE.c) -o $@ $<
    588   2696   fl147353 	$(CTFCONVERT_O)
    589   2696   fl147353 
    590   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audio1575/%.c
    591      0     stevel 	$(COMPILE.c) -o $@ $<
    592      0     stevel 	$(CTFCONVERT_O)
    593      0     stevel 
    594   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audio810/%.c
    595   9831    gdamore 	$(COMPILE.c) -o $@ $<
    596   9831    gdamore 	$(CTFCONVERT_O)
    597   9831    gdamore 
    598   9831    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiocmi/%.c
    599      0     stevel 	$(COMPILE.c) -o $@ $<
    600      0     stevel 	$(CTFCONVERT_O)
    601      0     stevel 
    602   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiohd/%.c
    603      0     stevel 	$(COMPILE.c) -o $@ $<
    604      0     stevel 	$(CTFCONVERT_O)
    605      0     stevel 
    606   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audioixp/%.c
    607  10433    Garrett 	$(COMPILE.c) -o $@ $<
    608  10433    Garrett 	$(CTFCONVERT_O)
    609  10433    Garrett 
    610  10433    Garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiols/%.c
    611   9484    garrett 	$(COMPILE.c) -o $@ $<
    612   9484    garrett 	$(CTFCONVERT_O)
    613   9484    garrett 
    614   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiopci/%.c
    615  10463    Garrett 	$(COMPILE.c) -o $@ $<
    616  10463    Garrett 	$(CTFCONVERT_O)
    617  10463    Garrett 
    618  10463    Garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiop16x/%.c
    619  10553    Garrett 	$(COMPILE.c) -o $@ $<
    620  10553    Garrett 	$(CTFCONVERT_O)
    621  10553    Garrett 
    622  10553    Garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiosolo/%.c
    623   9484    garrett 	$(COMPILE.c) -o $@ $<
    624   9484    garrett 	$(CTFCONVERT_O)
    625   9484    garrett 
    626   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiots/%.c
    627   9484    garrett 	$(COMPILE.c) -o $@ $<
    628   9484    garrett 	$(CTFCONVERT_O)
    629   9484    garrett 
    630   9484    garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
    631  10164    gdamore 	$(COMPILE.c) -o $@ $<
    632  10164    gdamore 	$(CTFCONVERT_O)
    633  10164    gdamore 
    634  10164    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/audio/drv/audiovia97/%.c
    635   9865    Saurabh 	$(COMPILE.c) -o $@ $<
    636   9865    Saurabh 	$(CTFCONVERT_O)
    637   9865    Saurabh 
    638   9865    Saurabh $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/bfe/%.c
    639      0     stevel 	$(COMPILE.c) -o $@ $<
    640      0     stevel 	$(CTFCONVERT_O)
    641      0     stevel 
    642   4851        cth $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/bge/%.c
    643  10639     Darren 	$(COMPILE.c) -o $@ $<
    644  10639     Darren 	$(CTFCONVERT_O)
    645  10639     Darren 
    646  10639     Darren $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/bpf/%.c
    647      0     stevel 	$(COMPILE.c) -o $@ $<
    648      0     stevel 	$(CTFCONVERT_O)
    649      0     stevel 
    650   2305     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/cardbus/%.c
    651   7836       John 	$(COMPILE.c) -o $@ $<
    652   7836       John 	$(CTFCONVERT_O)
    653   7836       John 
    654   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/stmf/%.c
    655   7836       John 	$(COMPILE.c) -o $@ $<
    656   7836       John 	$(CTFCONVERT_O)
    657   7836       John 
    658   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/port/fct/%.c
    659   7836       John 	$(COMPILE.c) -o $@ $<
    660   7836       John 	$(CTFCONVERT_O)
    661   7836       John 
    662   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/port/qlt/%.c
    663   7836       John 	$(COMPILE.c) -o $@ $<
    664   7836       John 	$(CTFCONVERT_O)
    665   7836       John 
    666   9684      Susan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/port/srpt/%.c
    667   9684      Susan 	$(COMPILE.c) -o $@ $<
    668   9684      Susan 	$(CTFCONVERT_O)
    669   9684      Susan 
    670   9087      Zhong $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/port/fcoet/%.c
    671   9087      Zhong 	$(COMPILE.c) -o $@ $<
    672   9087      Zhong 	$(CTFCONVERT_O)
    673   9087      Zhong 
    674   7978      Peter $(OBJS_DIR)/%.o:		$(COMMONBASE)/iscsit/%.c
    675   7978      Peter 	$(COMPILE.c) -o $@ $<
    676   7978      Peter 	$(CTFCONVERT_O)
    677   7978      Peter 
    678   7978      Peter $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/port/iscsit/%.c
    679  10725       John 	$(COMPILE.c) -o $@ $<
    680  10725       John 	$(CTFCONVERT_O)
    681  10725       John 
    682  10725       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/port/pppt/%.c
    683   7978      Peter 	$(COMPILE.c) -o $@ $<
    684   7978      Peter 	$(CTFCONVERT_O)
    685   7978      Peter 
    686   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
    687   2305     stevel 	$(COMPILE.c) -o $@ $<
    688   2305     stevel 	$(CTFCONVERT_O)
    689   2305     stevel 
    690      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/dld/%.c
    691      0     stevel 	$(COMPILE.c) -o $@ $<
    692      0     stevel 	$(CTFCONVERT_O)
    693      0     stevel 
    694      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/dls/%.c
    695   5181    gd78059 	$(COMPILE.c) -o $@ $<
    696   5181    gd78059 	$(CTFCONVERT_O)
    697   5181    gd78059 
    698   5181    gd78059 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/dmfe/%.c
    699   2820   kz151634 	$(COMPILE.c) -o $@ $<
    700   2820   kz151634 	$(CTFCONVERT_O)
    701   2820   kz151634 
    702   2820   kz151634 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/drm/%.c
    703   9087      Zhong 	$(COMPILE.c) -o $@ $<
    704   9087      Zhong 	$(CTFCONVERT_O)
    705   9087      Zhong 
    706   9087      Zhong $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fcoe/%.c
    707   9610    gdamore 	$(COMPILE.c) -o $@ $<
    708   9610    gdamore 	$(CTFCONVERT_O)
    709   9610    gdamore 
    710   9610    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/hme/%.c
    711  10187    Krishna 	$(COMPILE.c) -o $@ $<
    712  10187    Krishna 	$(CTFCONVERT_O)
    713  10187    Krishna 
    714  10187    Krishna $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pciex/%.c
    715      0     stevel 	$(COMPILE.c) -o $@ $<
    716      0     stevel 	$(CTFCONVERT_O)
    717      0     stevel 
    718      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/hotplug/hpcsvc/%.c
    719    881     johnny 	$(COMPILE.c) -o $@ $<
    720    881     johnny 	$(CTFCONVERT_O)
    721    881     johnny 
    722  10923       Evan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pciex/hotplug/%.c
    723      0     stevel 	$(COMPILE.c) -o $@ $<
    724      0     stevel 	$(CTFCONVERT_O)
    725      0     stevel 
    726      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/hotplug/pcihp/%.c
    727   3302      agiri 	$(COMPILE.c) -o $@ $<
    728   3302      agiri 	$(CTFCONVERT_O)
    729   3302      agiri 
    730   3302      agiri $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/clients/rds/%.c
    731   9162      Peter 	$(COMPILE.c) -o $@ $<
    732   9162      Peter 	$(CTFCONVERT_O)
    733   9162      Peter 
    734   9162      Peter $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/clients/iser/%.c
    735      0     stevel 	$(COMPILE.c) -o $@ $<
    736      0     stevel 	$(CTFCONVERT_O)
    737      0     stevel 
    738      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/clients/ibd/%.c
    739   3422   nh145002 	$(COMPILE.c) -o $@ $<
    740   3422   nh145002 	$(CTFCONVERT_O)
    741   3422   nh145002 
    742   3422   nh145002 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/clients/sdp/%.c
    743      0     stevel 	$(COMPILE.c) -o $@ $<
    744      0     stevel 	$(CTFCONVERT_O)
    745      0     stevel 
    746      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/mgt/ibcm/%.c
    747      0     stevel 	$(COMPILE.c) -o $@ $<
    748      0     stevel 	$(CTFCONVERT_O)
    749      0     stevel 
    750      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/mgt/ibdm/%.c
    751   9684      Susan 	$(COMPILE.c) -o $@ $<
    752   9684      Susan 	$(CTFCONVERT_O)
    753   9684      Susan 
    754   9684      Susan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/mgt/ibdma/%.c
    755      0     stevel 	$(COMPILE.c) -o $@ $<
    756      0     stevel 	$(CTFCONVERT_O)
    757      0     stevel 
    758      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/mgt/ibmf/%.c
    759      0     stevel 	$(COMPILE.c) -o $@ $<
    760      0     stevel 	$(CTFCONVERT_O)
    761      0     stevel 
    762      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/ibnex/%.c
    763      0     stevel 	$(COMPILE.c) -o $@ $<
    764      0     stevel 	$(CTFCONVERT_O)
    765      0     stevel 
    766      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/ibtl/%.c
    767   9517       Bill 	$(COMPILE.c) -o $@ $<
    768   9517       Bill 	$(CTFCONVERT_O)
    769   9517       Bill 
    770   9517       Bill $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/adapters/tavor/%.c
    771   9517       Bill 	$(COMPILE.c) -o $@ $<
    772   9517       Bill 	$(CTFCONVERT_O)
    773   9517       Bill 
    774   9517       Bill $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/adapters/hermon/%.c
    775   9517       Bill 	$(COMPILE.c) -o $@ $<
    776   9517       Bill 	$(CTFCONVERT_O)
    777   9517       Bill 
    778   9517       Bill $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ib/clients/daplt/%.c
    779   7978      Peter 	$(COMPILE.c) -o $@ $<
    780   7978      Peter 	$(CTFCONVERT_O)
    781   7978      Peter 
    782   7978      Peter $(OBJS_DIR)/%.o:		$(COMMONBASE)/iscsi/%.c
    783   7978      Peter 	$(COMPILE.c) -o $@ $<
    784   7978      Peter 	$(CTFCONVERT_O)
    785   7978      Peter 
    786   7978      Peter $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/idm/%.c
    787   3847   eh146360 	$(COMPILE.c) -o $@ $<
    788   3847   eh146360 	$(CTFCONVERT_O)
    789   3847   eh146360 
    790   3847   eh146360 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ipw/%.c
    791   7555        Fei 	$(COMPILE.c) -o $@ $<
    792   7555        Fei 	$(CTFCONVERT_O)
    793   7555        Fei 
    794   7555        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/iwh/%.c
    795   3847   eh146360 	$(COMPILE.c) -o $@ $<
    796   3847   eh146360 	$(CTFCONVERT_O)
    797   3847   eh146360 
    798   3847   eh146360 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/iwi/%.c
    799   6169   hx147065 	$(COMPILE.c) -o $@ $<
    800   6169   hx147065 	$(CTFCONVERT_O)
    801   6169   hx147065 
    802   6169   hx147065 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/iwk/%.c
    803  10893     Quaker 	$(COMPILE.c) -o $@ $<
    804  10893     Quaker 	$(CTFCONVERT_O)
    805  10893     Quaker 
    806  10893     Quaker $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/iwp/%.c
    807      0     stevel 	$(COMPILE.c) -o $@ $<
    808      0     stevel 	$(CTFCONVERT_O)
    809      0     stevel 
    810      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/kb8042/%.c
    811      0     stevel 	$(COMPILE.c) -o $@ $<
    812      0     stevel 	$(CTFCONVERT_O)
    813      0     stevel 
    814      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/kbtrans/%.c
    815   8348       Eric 	$(COMPILE.c) -o $@ $<
    816   8348       Eric 	$(CTFCONVERT_O)
    817   8348       Eric 
    818   8348       Eric $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ksocket/%.c
    819      0     stevel 	$(COMPILE.c) -o $@ $<
    820      0     stevel 	$(CTFCONVERT_O)
    821      0     stevel 
    822      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/aggr/%.c
    823      0     stevel 	$(COMPILE.c) -o $@ $<
    824      0     stevel 	$(CTFCONVERT_O)
    825      0     stevel 
    826      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lp/%.c
    827      0     stevel 	$(COMPILE.c) -o $@ $<
    828      0     stevel 	$(CTFCONVERT_O)
    829      0     stevel 
    830      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/hotspares/%.c
    831      0     stevel 	$(COMPILE.c) -o $@ $<
    832      0     stevel 	$(CTFCONVERT_O)
    833      0     stevel 
    834      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/md/%.c
    835      0     stevel 	$(COMPILE.c) -o $@ $<
    836      0     stevel 	$(CTFCONVERT_O)
    837      0     stevel 
    838      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/mirror/%.c
    839      0     stevel 	$(COMPILE.c) -o $@ $<
    840      0     stevel 	$(CTFCONVERT_O)
    841      0     stevel 
    842      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/notify/%.c
    843      0     stevel 	$(COMPILE.c) -o $@ $<
    844      0     stevel 	$(CTFCONVERT_O)
    845      0     stevel 
    846      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/raid/%.c
    847      0     stevel 	$(COMPILE.c) -o $@ $<
    848      0     stevel 	$(CTFCONVERT_O)
    849      0     stevel 
    850      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/softpart/%.c
    851      0     stevel 	$(COMPILE.c) -o $@ $<
    852      0     stevel 	$(CTFCONVERT_O)
    853      0     stevel 
    854      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/stripe/%.c
    855      0     stevel 	$(COMPILE.c) -o $@ $<
    856      0     stevel 	$(CTFCONVERT_O)
    857      0     stevel 
    858      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/lvm/trans/%.c
    859      0     stevel 	$(COMPILE.c) -o $@ $<
    860      0     stevel 	$(CTFCONVERT_O)
    861      0     stevel 
    862      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mac/%.c
    863   2311        seb 	$(COMPILE.c) -o $@ $<
    864   2311        seb 	$(CTFCONVERT_O)
    865   2311        seb 
    866   2311        seb $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mac/plugins/%.c
    867   6447     susans 	$(COMPILE.c) -o $@ $<
    868   6447     susans 	$(CTFCONVERT_O)
    869   6447     susans 
    870   6447     susans $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mega_sas/%.c
    871   9860    gdamore 	$(COMPILE.c) -o $@ $<
    872   9860    gdamore 	$(CTFCONVERT_O)
    873   9860    gdamore 
    874   9860    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mii/%.c
    875   9440      Susan 	$(COMPILE.c) -o $@ $<
    876   9440      Susan 	$(CTFCONVERT_O)
    877   9440      Susan 
    878   9440      Susan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mr_sas/%.c
    879   7331      Allan 	$(COMPILE.c) -o $@ $<
    880   7331      Allan 	$(CTFCONVERT_O)
    881   7331      Allan 
    882   7331      Allan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mms/dda/%.c
    883   7331      Allan 	$(COMPILE.c) -o $@ $<
    884   7331      Allan 	$(CTFCONVERT_O)
    885   7331      Allan 
    886   7331      Allan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mms/dmd/%.c
    887   9907      Javen 	$(COMPILE.c) -o $@ $<
    888   9907      Javen 	$(CTFCONVERT_O)
    889   9907      Javen 
    890   9907      Javen $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
    891   4978    gd78059 	$(COMPILE.c) -o $@ $<
    892   4978    gd78059 	$(CTFCONVERT_O)
    893   4978    gd78059 
    894   4978    gd78059 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mxfe/%.c
    895  10741        Fei 	$(COMPILE.c) -o $@ $<
    896  10741        Fei 	$(CTFCONVERT_O)
    897  10741        Fei 
    898  10741        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mwl/%.c
    899  10741        Fei 	$(COMPILE.c) -o $@ $<
    900  10741        Fei 	$(CTFCONVERT_O)
    901  10741        Fei 
    902  10741        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/mwl/mwl_fw/%.c
    903   3147   xc151355 	$(COMPILE.c) -o $@ $<
    904   3147   xc151355 	$(CTFCONVERT_O)
    905   3147   xc151355 
    906   3147   xc151355 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/net80211/%.c
    907   5574   mx205022 	$(COMPILE.c) -o $@ $<
    908   5574   mx205022 	$(CTFCONVERT_O)
    909   5574   mx205022 
    910   5574   mx205022 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/nge/%.c
    911      0     stevel 	$(COMPILE.c) -o $@ $<
    912      0     stevel 	$(CTFCONVERT_O)
    913   3859    ml29623 
    914   3859    ml29623 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/nxge/%.c
    915   3859    ml29623 	$(COMPILE.c) -o $@ $<
    916   3859    ml29623 	$(CTFCONVERT_O)
    917   3859    ml29623 
    918   3859    ml29623 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/nxge/npi/%.c
    919   3859    ml29623 	$(COMPILE.c) -o $@ $<
    920   3859    ml29623 	$(CTFCONVERT_O)
    921   3859    ml29623 
    922   3859    ml29623 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/nxge/%.s
    923   3859    ml29623 	$(COMPILE.s) -o $@ $<
    924      0     stevel 
    925      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pci-ide/%.c
    926      0     stevel 	$(COMPILE.c) -o $@ $<
    927      0     stevel 	$(CTFCONVERT_O)
    928      0     stevel 
    929      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pcmcia/%.c
    930   3737   hx147065 	$(COMPILE.c) -o $@ $<
    931   3737   hx147065 	$(CTFCONVERT_O)
    932   3737   hx147065 
    933   3737   hx147065 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pcan/%.c
    934   3737   hx147065 	$(COMPILE.c) -o $@ $<
    935   3737   hx147065 	$(CTFCONVERT_O)
    936   3737   hx147065 
    937   3737   hx147065 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/pcwl/%.c
    938      0     stevel 	$(COMPILE.c) -o $@ $<
    939      0     stevel 	$(CTFCONVERT_O)
    940      0     stevel 
    941      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ppp/sppp/%.c
    942      0     stevel 	$(COMPILE.c) -o $@ $<
    943      0     stevel 	$(CTFCONVERT_O)
    944   2305     stevel 
    945   2305     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/pcmcia/pem/%.c
    946   2305     stevel 	$(COMPILE.c) -o $@ $<
    947   2305     stevel 	$(CTFCONVERT_O) 
    948      0     stevel 
    949      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ppp/spppasyn/%.c
    950      0     stevel 	$(COMPILE.c) -o $@ $<
    951      0     stevel 	$(CTFCONVERT_O)
    952      0     stevel 
    953      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ppp/sppptun/%.c
    954   4609   zf162725 	$(COMPILE.c) -o $@ $<
    955   4609   zf162725 	$(CTFCONVERT_O)
    956   4609   zf162725 
    957   4609   zf162725 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ral/%.c
    958      0     stevel 	$(COMPILE.c) -o $@ $<
    959      0     stevel 	$(CTFCONVERT_O)
    960      0     stevel 
    961   4851        cth $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rge/%.c
    962   9286    Garrett 	$(COMPILE.c) -o $@ $<
    963   9286    Garrett 	$(CTFCONVERT_O)
    964   9286    Garrett 
    965   9286    Garrett $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rtls/%.c
    966   4689   ql147931 	$(COMPILE.c) -o $@ $<
    967   4689   ql147931 	$(CTFCONVERT_O)
    968   4689   ql147931 
    969      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rsm/%.c
    970    744   gs150176 	$(COMPILE.c) -o $@ $<
    971    744   gs150176 	$(CTFCONVERT_O)
    972    744   gs150176 
    973   4689   ql147931 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rtw/%.c
    974   8000     Quaker 	$(COMPILE.c) -o $@ $<
    975   8000     Quaker 	$(CTFCONVERT_O)
    976   8000     Quaker 
    977   8000     Quaker $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rum/%.c
    978   9983        Fei 	$(COMPILE.c) -o $@ $<
    979   9983        Fei 	$(CTFCONVERT_O)
    980   9983        Fei 
    981   9983        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rwd/%.c
    982   3333   yt160523 	$(COMPILE.c) -o $@ $<
    983   3333   yt160523 	$(CTFCONVERT_O)
    984   4689   ql147931 
    985   9172        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/rwn/%.c
    986   9172        Fei 	$(COMPILE.c) -o $@ $<
    987   9172        Fei 	$(CTFCONVERT_O)
    988   3333   yt160523 
    989   3333   yt160523 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sata/adapters/ahci/%.c
    990   4876        mlf 	$(COMPILE.c) -o $@ $<
    991   4876        mlf 	$(CTFCONVERT_O)
    992   4876        mlf 
    993   4876        mlf $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
    994   1258        mlf 	$(COMPILE.c) -o $@ $<
    995   1258        mlf 	$(CTFCONVERT_O)
    996   1258        mlf 
    997   1258        mlf $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sata/adapters/si3124/%.c
    998   1258        mlf 	$(COMPILE.c) -o $@ $<
    999   1258        mlf 	$(CTFCONVERT_O)
   1000   1258        mlf 
   1001   1258        mlf $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sata/impl/%.c
   1002      0     stevel 	$(COMPILE.c) -o $@ $<
   1003      0     stevel 	$(CTFCONVERT_O)
   1004      0     stevel 
   1005      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/conf/%.c
   1006      0     stevel 	$(COMPILE.c) -o $@ $<
   1007      0     stevel 	$(CTFCONVERT_O)
   1008      0     stevel 
   1009      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/impl/%.c
   1010      0     stevel 	$(COMPILE.c) -o $@ $<
   1011      0     stevel 	$(CTFCONVERT_O)
   1012      0     stevel 
   1013      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/targets/%.c
   1014      0     stevel 	$(COMPILE.c) -o $@ $<
   1015      0     stevel 	$(CTFCONVERT_O)
   1016      0     stevel 
   1017      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/adapters/%.c
   1018   5895   yz147064 	$(COMPILE.c) -o $@ $<
   1019   5895   yz147064 	$(CTFCONVERT_O)
   1020   5895   yz147064 
   1021   7302    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
   1022   4851        cth 	$(COMPILE.c) -o $@ $<
   1023   4851        cth 	$(CTFCONVERT_O)
   1024   4851        cth 
   1025   4851        cth $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
   1026   4851        cth 	$(COMPILE.c) -o $@ $<
   1027   4851        cth 	$(CTFCONVERT_O)
   1028   4851        cth 
   1029   4851        cth $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
   1030   7836       John 	$(COMPILE.c) -o $@ $<
   1031   7836       John 	$(CTFCONVERT_O)
   1032   7836       John 
   1033   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fibre-channel/ulp/%.c
   1034   7836       John 	$(COMPILE.c) -o $@ $<
   1035   7836       John 	$(CTFCONVERT_O)
   1036   7836       John 
   1037   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fibre-channel/impl/%.c
   1038   7836       John 	$(COMPILE.c) -o $@ $<
   1039   7836       John 	$(CTFCONVERT_O)
   1040   7836       John 
   1041   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
   1042  10997    Sukumar 	$(COMPILE.c) -o $@ $<
   1043  10997    Sukumar 	$(CTFCONVERT_O)
   1044  10997    Sukumar 
   1045  10997    Sukumar $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
   1046   7836       John 	$(COMPILE.c) -o $@ $<
   1047   7836       John 	$(CTFCONVERT_O)
   1048   7836       John 
   1049   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
   1050  10264      Zhong 	$(COMPILE.c) -o $@ $<
   1051  10264      Zhong 	$(CTFCONVERT_O)
   1052  10264      Zhong 
   1053  10264      Zhong $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
   1054   5748     duboff 	$(COMPILE.c) -o $@ $<
   1055   5748     duboff 	$(CTFCONVERT_O)
   1056   5748     duboff 
   1057   7302    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
   1058   7302    gdamore 	$(COMPILE.c) -o $@ $<
   1059   7302    gdamore 	$(CTFCONVERT_O)
   1060   7302    gdamore 
   1061   7302    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sdcard/impl/%.c
   1062   7302    gdamore 	$(COMPILE.c) -o $@ $<
   1063   7302    gdamore 	$(CTFCONVERT_O)
   1064   7302    gdamore 
   1065   7302    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
   1066   7302    gdamore 	$(COMPILE.c) -o $@ $<
   1067   7302    gdamore 	$(CTFCONVERT_O)
   1068   7302    gdamore 
   1069   5748     duboff $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/sfe/%.c
   1070   9815      Rishi 	$(COMPILE.c) -o $@ $<
   1071   9815      Rishi 	$(CTFCONVERT_O)
   1072   9815      Rishi 
   1073   9815      Rishi $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/simnet/%.c
   1074   7302    gdamore 	$(COMPILE.c) -o $@ $<
   1075   7302    gdamore 	$(CTFCONVERT_O)
   1076   7302    gdamore 
   1077   7302    gdamore $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/softmac/%.c
   1078  10128        Fei 	$(COMPILE.c) -o $@ $<
   1079  10128        Fei 	$(CTFCONVERT_O)
   1080  10128        Fei 
   1081  10128        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/uath/%.c
   1082  10128        Fei 	$(COMPILE.c) -o $@ $<
   1083  10128        Fei 	$(CTFCONVERT_O)
   1084  10128        Fei 
   1085  10128        Fei $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/uath/uath_fw/%.c
   1086   6629   zf162725 	$(COMPILE.c) -o $@ $<
   1087   6629   zf162725 	$(CTFCONVERT_O)
   1088   6629   zf162725 
   1089   6629   zf162725 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ural/%.c
   1090   9485     Mikore 	$(COMPILE.c) -o $@ $<
   1091   9485     Mikore 	$(CTFCONVERT_O)
   1092   9485     Mikore 
   1093   9485     Mikore $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/urtw/%.c
   1094      0     stevel 	$(COMPILE.c) -o $@ $<
   1095      0     stevel 	$(CTFCONVERT_O)
   1096      0     stevel 
   1097      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
   1098      0     stevel 	$(COMPILE.c) -o $@ $<
   1099      0     stevel 	$(CTFCONVERT_O)
   1100      0     stevel 
   1101      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
   1102      0     stevel 	$(COMPILE.c) -o $@ $<
   1103      0     stevel 	$(CTFCONVERT_O)
   1104      0     stevel 
   1105      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
   1106      0     stevel 	$(COMPILE.c) -o $@ $<
   1107      0     stevel 	$(CTFCONVERT_O)
   1108      0     stevel 
   1109      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbskel/%.c
   1110   3329   yz147069 	$(COMPILE.c) -o $@ $<
   1111   3329   yz147069 	$(CTFCONVERT_O)
   1112   3329   yz147069 
   1113   3329   yz147069 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
   1114      0     stevel 	$(COMPILE.c) -o $@ $<
   1115      0     stevel 	$(CTFCONVERT_O)
   1116      0     stevel 
   1117   9430    Raymond $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/hwarc/%.c
   1118   9430    Raymond 	$(COMPILE.c) -o $@ $<
   1119   9430    Raymond 	$(CTFCONVERT_O)
   1120   9430    Raymond 
   1121      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/hid/%.c
   1122      0     stevel 	$(COMPILE.c) -o $@ $<
   1123      0     stevel 	$(CTFCONVERT_O)
   1124      0     stevel 
   1125      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/hidparser/%.c
   1126      0     stevel 	$(COMPILE.c) -o $@ $<
   1127      0     stevel 	$(CTFCONVERT_O)
   1128      0     stevel 
   1129      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/printer/%.c
   1130      0     stevel 	$(COMPILE.c) -o $@ $<
   1131      0     stevel 	$(CTFCONVERT_O)
   1132      0     stevel 
   1133      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbkbm/%.c
   1134      0     stevel 	$(COMPILE.c) -o $@ $<
   1135      0     stevel 	$(CTFCONVERT_O)
   1136      0     stevel 
   1137      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbms/%.c
   1138      0     stevel 	$(COMPILE.c) -o $@ $<
   1139      0     stevel 	$(CTFCONVERT_O)
   1140      0     stevel 
   1141      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/ugen/%.c
   1142      0     stevel 	$(COMPILE.c) -o $@ $<
   1143      0     stevel 	$(CTFCONVERT_O)
   1144      0     stevel 
   1145      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbser/%.c
   1146   3227   yq193411 	$(COMPILE.c) -o $@ $<
   1147   3227   yq193411 	$(CTFCONVERT_O)
   1148   3227   yq193411 
   1149   3227   yq193411 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
   1150   9354        Tim 	$(COMPILE.c) -o $@ $<
   1151   9354        Tim 	$(CTFCONVERT_O)
   1152   9354        Tim 
   1153   9354        Tim $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
   1154      0     stevel 	$(COMPILE.c) -o $@ $<
   1155      0     stevel 	$(CTFCONVERT_O)
   1156      0     stevel 
   1157    901   yz147069 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
   1158    903   xs156463 	$(COMPILE.c) -o $@ $<
   1159    903   xs156463 	$(CTFCONVERT_O)
   1160    903   xs156463 
   1161    903   xs156463 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
   1162      0     stevel 	$(COMPILE.c) -o $@ $<
   1163      0     stevel 	$(CTFCONVERT_O)
   1164      0     stevel 
   1165   9430    Raymond $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/wusb_df/%.c
   1166   9430    Raymond 	$(COMPILE.c) -o $@ $<
   1167   9430    Raymond 	$(CTFCONVERT_O)
   1168   9430    Raymond 
   1169   9430    Raymond $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/hwa1480_fw/%.c
   1170   9430    Raymond 	$(COMPILE.c) -o $@ $<
   1171   9430    Raymond 	$(CTFCONVERT_O)
   1172   9430    Raymond 
   1173   9430    Raymond $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/clients/wusb_ca/%.c
   1174   9430    Raymond 	$(COMPILE.c) -o $@ $<
   1175   9430    Raymond 	$(CTFCONVERT_O)
   1176   9430    Raymond 
   1177      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/hcd/openhci/%.c
   1178      0     stevel 	$(COMPILE.c) -o $@ $<
   1179      0     stevel 	$(CTFCONVERT_O)
   1180      0     stevel 
   1181      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/hcd/ehci/%.c
   1182      0     stevel 	$(COMPILE.c) -o $@ $<
   1183      0     stevel 	$(CTFCONVERT_O)
   1184      0     stevel 
   1185      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/hcd/uhci/%.c
   1186      0     stevel 	$(COMPILE.c) -I../../common -o $@ $<
   1187      0     stevel 	$(CTFCONVERT_O)
   1188      0     stevel 
   1189      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/hubd/%.c
   1190      0     stevel 	$(COMPILE.c) -o $@ $<
   1191      0     stevel 	$(CTFCONVERT_O)
   1192      0     stevel 
   1193      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/scsa2usb/%.c
   1194      0     stevel 	$(COMPILE.c) -o $@ $<
   1195      0     stevel 	$(CTFCONVERT_O)
   1196      0     stevel 
   1197      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/usb_mid/%.c
   1198   3341   gc161489 	$(COMPILE.c) -o $@ $<
   1199   3341   gc161489 	$(CTFCONVERT_O)
   1200   3341   gc161489 
   1201   3341   gc161489 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/usb_ia/%.c
   1202      0     stevel 	$(COMPILE.c) -o $@ $<
   1203      0     stevel 	$(CTFCONVERT_O)
   1204      0     stevel 
   1205      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/usba/%.c
   1206      0     stevel 	$(COMPILE.c) -o $@ $<
   1207      0     stevel 	$(CTFCONVERT_O)
   1208      0     stevel 
   1209      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/usba10/%.c
   1210   9430    Raymond 	$(COMPILE.c) -o $@ $<
   1211   9430    Raymond 	$(CTFCONVERT_O)
   1212   9430    Raymond 
   1213   9430    Raymond $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/usb/hwa/hwahc/%.c
   1214   9430    Raymond 	$(COMPILE.c) -o $@ $<
   1215   9430    Raymond 	$(CTFCONVERT_O)
   1216   9430    Raymond 
   1217   9430    Raymond $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/uwb/uwba/%.c
   1218      0     stevel 	$(COMPILE.c) -o $@ $<
   1219      0     stevel 	$(CTFCONVERT_O)
   1220      0     stevel 
   1221      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/vuidmice/%.c
   1222   5084    johnlev 	$(COMPILE.c) -o $@ $<
   1223   5084    johnlev 	$(CTFCONVERT_O)
   1224   5084    johnlev 
   1225   5084    johnlev $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/vnic/%.c
   1226   4128   hx147065 	$(COMPILE.c) -o $@ $<
   1227   4128   hx147065 	$(CTFCONVERT_O)
   1228   4128   hx147065 
   1229   4128   hx147065 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/wpi/%.c
   1230   8503  Pengcheng 	$(COMPILE.c) -o $@ $<
   1231   8503  Pengcheng 	$(CTFCONVERT_O)
   1232   8503  Pengcheng 
   1233   8503  Pengcheng $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/zyd/%.c
   1234      0     stevel 	$(COMPILE.c) -o $@ $<
   1235      0     stevel 	$(CTFCONVERT_O)
   1236      0     stevel 
   1237      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/chxge/com/%.c
   1238      0     stevel 	$(COMPILE.c) -o $@ $<
   1239      0     stevel 	$(CTFCONVERT_O)
   1240      0     stevel 
   1241      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/chxge/%.c
   1242      0     stevel 	$(COMPILE.c) -o $@ $<
   1243      0     stevel 	$(CTFCONVERT_O)
   1244      0     stevel 
   1245      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ixgb/%.c
   1246   1256   yl150051 	$(COMPILE.c) -o $@ $<
   1247   1256   yl150051 	$(CTFCONVERT_O)
   1248   1256   yl150051 
   1249   1256   yl150051 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/xge/drv/%.c
   1250   1256   yl150051 	$(COMPILE.c) -o $@ $<
   1251   1256   yl150051 	$(CTFCONVERT_O)
   1252   1256   yl150051 
   1253   1256   yl150051 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/xge/hal/xgehal/%.c
   1254   3526   xy150489 	$(COMPILE.c) -o $@ $<
   1255   3526   xy150489 	$(CTFCONVERT_O)
   1256   3526   xy150489 
   1257   3526   xy150489 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/e1000g/%.c
   1258   5779   xy150489 	$(COMPILE.c) -o $@ $<
   1259   5779   xy150489 	$(CTFCONVERT_O)
   1260   5779   xy150489 
   1261   5779   xy150489 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/igb/%.c
   1262   6621   bt150084 	$(COMPILE.c) -o $@ $<
   1263   6621   bt150084 	$(CTFCONVERT_O)
   1264   6621   bt150084 
   1265   6621   bt150084 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ixgbe/%.c
   1266   7956     xiuyan 	$(COMPILE.c) -o $@ $<
   1267   7956     xiuyan 	$(CTFCONVERT_O)
   1268   7956     xiuyan 
   1269   7956     xiuyan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/ntxn/%.c
   1270  10253     xiuyan 	$(COMPILE.c) -o $@ $<
   1271  10253     xiuyan 	$(CTFCONVERT_O)
   1272  10253     xiuyan 
   1273  10253     xiuyan $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/myri10ge/drv/%.c
   1274      0     stevel 	$(COMPILE.c) -o $@ $<
   1275      0     stevel 	$(CTFCONVERT_O)
   1276      0     stevel 
   1277      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ipp/%.c
   1278      0     stevel 	$(COMPILE.c) -o $@ $<
   1279      0     stevel 	$(CTFCONVERT_O)
   1280      0     stevel 
   1281      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ipp/ipgpc/%.c
   1282      0     stevel 	$(COMPILE.c) -o $@ $<
   1283      0     stevel 	$(CTFCONVERT_O)
   1284      0     stevel 
   1285      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ipp/dlcosmk/%.c
   1286      0     stevel 	$(COMPILE.c) -o $@ $<
   1287      0     stevel 	$(CTFCONVERT_O)
   1288      0     stevel 
   1289      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ipp/flowacct/%.c
   1290      0     stevel 	$(COMPILE.c) -o $@ $<
   1291      0     stevel 	$(CTFCONVERT_O)
   1292      0     stevel 
   1293      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ipp/dscpmk/%.c
   1294      0     stevel 	$(COMPILE.c) -o $@ $<
   1295      0     stevel 	$(CTFCONVERT_O)
   1296      0     stevel 
   1297      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ipp/meters/%.c
   1298   5206         is 	$(COMPILE.c) -o $@ $<
   1299   5206         is 	$(CTFCONVERT_O)
   1300   5206         is 
   1301   5206         is $(OBJS_DIR)/%.o:		$(UTSBASE)/common/kiconv/kiconv_emea/%.c
   1302   6008   yy154373 	$(COMPILE.c) -o $@ $<
   1303   6008   yy154373 	$(CTFCONVERT_O)
   1304   6008   yy154373 
   1305   6008   yy154373 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/kiconv/kiconv_ja/%.c
   1306   6008   yy154373 	$(COMPILE.c) -o $@ $<
   1307   6008   yy154373 	$(CTFCONVERT_O)
   1308   6008   yy154373 
   1309   6008   yy154373 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/kiconv/kiconv_ko/%.c
   1310   6008   yy154373 	$(COMPILE.c) -o $@ $<
   1311   6008   yy154373 	$(CTFCONVERT_O)
   1312   6008   yy154373 
   1313   6008   yy154373 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/kiconv/kiconv_sc/%.c
   1314   6008   yy154373 	$(COMPILE.c) -o $@ $<
   1315   6008   yy154373 	$(CTFCONVERT_O)
   1316   6008   yy154373 
   1317   6008   yy154373 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/kiconv/kiconv_tc/%.c
   1318      0     stevel 	$(COMPILE.c) -o $@ $<
   1319      0     stevel 	$(CTFCONVERT_O)
   1320      0     stevel 
   1321      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/kmdb/%.c
   1322      0     stevel 	$(COMPILE.c) -o $@ $<
   1323      0     stevel 	$(CTFCONVERT_O)
   1324      0     stevel 
   1325      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/ktli/%.c
   1326      0     stevel 	$(COMPILE.c) -o $@ $<
   1327      0     stevel 	$(CTFCONVERT_O)
   1328      0     stevel 
   1329   7836       John $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
   1330   7836       John 	$(COMPILE.c) -o $@ $<
   1331   7836       John 	$(CTFCONVERT_O)
   1332   7836       John 
   1333   7836       John $(OBJS_DIR)/%.o:		$(COMMONBASE)/iscsi/%.c
   1334   8194       Jack 	$(COMPILE.c) -o $@ $<
   1335   8194       Jack 	$(CTFCONVERT_O)
   1336   8194       Jack 
   1337   8194       Jack $(OBJS_DIR)/%.o:                $(UTSBASE)/common/inet/kifconf/%.c
   1338   9540      Joost 	$(COMPILE.c) -o $@ $<
   1339   9540      Joost 	$(CTFCONVERT_O)
   1340   9540      Joost 
   1341   9540      Joost $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/vr/%.c
   1342  10506      Barry 	$(COMPILE.c) -o $@ $<
   1343  10506      Barry 	$(CTFCONVERT_O)
   1344  10506      Barry 
   1345  10506      Barry $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/yge/%.c
   1346   7836       John 	$(COMPILE.c) -o $@ $<
   1347   7836       John 	$(CTFCONVERT_O)
   1348   7836       John 
   1349   5648      setje #
   1350   5648      setje # krtld must refer to its own bzero/bcopy until the kernel is fully linked
   1351   5648      setje #
   1352   5648      setje $(OBJS_DIR)/bootrd.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1353   5648      setje $(OBJS_DIR)/doreloc.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1354   5648      setje $(OBJS_DIR)/kobj.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1355   5648      setje $(OBJS_DIR)/kobj_boot.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1356   5648      setje $(OBJS_DIR)/kobj_bootflags.o	:= CPPFLAGS += -DKOBJ_OVERRIDES
   1357   5648      setje $(OBJS_DIR)/kobj_convrelstr.o	:= CPPFLAGS += -DKOBJ_OVERRIDES
   1358   5648      setje $(OBJS_DIR)/kobj_isa.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1359   5648      setje $(OBJS_DIR)/kobj_kdi.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1360   5648      setje $(OBJS_DIR)/kobj_lm.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1361   5648      setje $(OBJS_DIR)/kobj_reloc.o	:= CPPFLAGS += -DKOBJ_OVERRIDES
   1362   5648      setje $(OBJS_DIR)/kobj_stubs.o	:= CPPFLAGS += -DKOBJ_OVERRIDES
   1363   5648      setje $(OBJS_DIR)/kobj_subr.o		:= CPPFLAGS += -DKOBJ_OVERRIDES
   1364   5648      setje 
   1365      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/krtld/%.c
   1366      0     stevel 	$(COMPILE.c) -o $@ $<
   1367      0     stevel 	$(CTFCONVERT_O)
   1368      0     stevel 
   1369      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/lvm/%.c
   1370   8996       Alok 	$(COMPILE.c) -o $@ $<
   1371   8996       Alok 	$(CTFCONVERT_O)
   1372   8996       Alok 
   1373   8996       Alok $(OBJS_DIR)/%.o:		$(COMMONBASE)/lzma/%.c
   1374      0     stevel 	$(COMPILE.c) -o $@ $<
   1375      0     stevel 	$(CTFCONVERT_O)
   1376      0     stevel 
   1377   4002    darrenm $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/md4/%.c
   1378   4002    darrenm 	$(COMPILE.c) -o $@ $<
   1379   4002    darrenm 	$(CTFCONVERT_O)
   1380   4002    darrenm 
   1381      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/md5/%.c
   1382      0     stevel 	$(COMPILE.c) -o $@ $<
   1383      0     stevel 	$(CTFCONVERT_O)
   1384      0     stevel 
   1385      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/net/dhcp/%.c
   1386      0     stevel 	$(COMPILE.c) -o $@ $<
   1387      0     stevel 	$(CTFCONVERT_O)
   1388      0     stevel 
   1389      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/nvpair/%.c
   1390      0     stevel 	$(COMPILE.c) -o $@ $<
   1391      0     stevel 	$(CTFCONVERT_O)
   1392      0     stevel 
   1393      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/os/%.c
   1394      0     stevel 	$(COMPILE.c) -o $@ $<
   1395      0     stevel 	$(CTFCONVERT_O)
   1396      0     stevel 
   1397      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/pcmcia/cis/%.c
   1398      0     stevel 	$(COMPILE.c) -o $@ $<
   1399      0     stevel 	$(CTFCONVERT_O)
   1400      0     stevel 
   1401      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/pcmcia/cs/%.c
   1402      0     stevel 	$(COMPILE.c) -o $@ $<
   1403      0     stevel 	$(CTFCONVERT_O)
   1404      0     stevel 
   1405      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/pcmcia/nexus/%.c
   1406      0     stevel 	$(COMPILE.c) -o $@ $<
   1407      0     stevel 	$(CTFCONVERT_O)
   1408      0     stevel 
   1409      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/pcmcia/pcs/%.c
   1410      0     stevel 	$(COMPILE.c) -o $@ $<
   1411      0     stevel 	$(CTFCONVERT_O)
   1412      0     stevel 
   1413      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/rpc/%.c
   1414      0     stevel 	$(COMPILE.c) -o $@ $<
   1415      0     stevel 	$(CTFCONVERT_O)
   1416      0     stevel 
   1417      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/rpc/sec/%.c
   1418      0     stevel 	$(COMPILE.c) -o $@ $<
   1419      0     stevel 	$(CTFCONVERT_O)
   1420      0     stevel 
   1421      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/rpc/sec_gss/%.c
   1422      0     stevel 	$(COMPILE.c) -o $@ $<
   1423      0     stevel 	$(CTFCONVERT_O)
   1424      0     stevel 
   1425      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/sha1/%.c
   1426      0     stevel 	$(COMPILE.c) -o $@ $<
   1427      0     stevel 	$(CTFCONVERT_O)
   1428      0     stevel 
   1429      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/crypto/sha2/%.c
   1430      0     stevel 	$(COMPILE.c) -o $@ $<
   1431      0     stevel 	$(CTFCONVERT_O)
   1432      0     stevel 
   1433      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/syscall/%.c
   1434      0     stevel 	$(COMPILE.c) -o $@ $<
   1435      0     stevel 	$(CTFCONVERT_O)
   1436      0     stevel 
   1437      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/tnf/%.c
   1438      0     stevel 	$(COMPILE.c) -o $@ $<
   1439      0     stevel 	$(CTFCONVERT_O)
   1440      0     stevel 
   1441   1676        jpk $(OBJS_DIR)/%.o:		$(COMMONBASE)/tsol/%.c
   1442   1676        jpk 	$(COMPILE.c) -o $@ $<
   1443   1676        jpk 	$(CTFCONVERT_O)
   1444   1676        jpk 
   1445      0     stevel $(OBJS_DIR)/%.o:		$(COMMONBASE)/util/%.c
   1446   5049         is 	$(COMPILE.c) -o $@ $<
   1447   5049         is 	$(CTFCONVERT_O)
   1448   5049         is 
   1449   5049         is $(OBJS_DIR)/%.o:		$(COMMONBASE)/unicode/%.c
   1450      0     stevel 	$(COMPILE.c) -o $@ $<
   1451      0     stevel 	$(CTFCONVERT_O)
   1452      0     stevel 
   1453      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/vm/%.c
   1454      0     stevel 	$(COMPILE.c) -o $@ $<
   1455      0     stevel 	$(CTFCONVERT_O)
   1456      0     stevel 
   1457      0     stevel $(OBJS_DIR)/%.o:		$(UTSBASE)/common/zmod/%.c
   1458      0     stevel 	$(COMPILE.c) -o $@ $<
   1459      0     stevel 	$(CTFCONVERT_O)
   1460      0     stevel 
   1461   3886        ahl $(OBJS_DIR)/zlib_obj.o:		$(ZLIB_OBJS:%=$(OBJS_DIR)/%)
   1462   3886        ahl 	$(LD) -r -Breduce -M$(UTSBASE)/common/zmod/mapfile -o $@ \
   1463   3886        ahl 	    $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
   1464   3886        ahl 	$(CTFMERGE) -t -f -L VERSION -o $@ $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
   1465   6349   qs148142 
   1466   6349   qs148142 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/hxge/%.c
   1467   9126     Wyllys 	$(COMPILE.c) -o $@ $<
   1468   9126     Wyllys 	$(CTFCONVERT_O)
   1469   9126     Wyllys 
   1470   9126     Wyllys $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/tpm/%.c
   1471   6349   qs148142 	$(COMPILE.c) -o $@ $<
   1472   6349   qs148142 	$(CTFCONVERT_O)
   1473  10346     wyllys 
   1474  10346     wyllys $(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/tpm/%.s
   1475  10346     wyllys 	$(COMPILE.s) -o $@ $<
   1476  10843       Dave 
   1477  10843       Dave $(OBJS_DIR)/bz2%.o:		$(COMMONBASE)/bzip2/%.c
   1478  10843       Dave 	$(COMPILE.c) -o $@ -I$(COMMONBASE)/bzip2 $<
   1479  10843       Dave 	$(CTFCONVERT_O)
   1480  10843       Dave 
   1481  10843       Dave BZ2LINT = -erroff=%all -I$(UTSBASE)/common/bzip2
   1482  10843       Dave 
   1483  10843       Dave $(LINTS_DIR)/bz2%.ln:		$(COMMONBASE)/bzip2/%.c
   1484  10843       Dave 	 @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/`basename $@ .ln` $(BZ2LINT) $< $(LTAIL))
   1485   3886        ahl 
   1486      0     stevel #
   1487      0     stevel # SVM
   1488      0     stevel #
   1489      0     stevel 
   1490      0     stevel MD_XDR_CSRC	=	$(UTSBASE)/common/io/lvm/md
   1491      0     stevel MD_XDR_XSRC	=	$(UTSBASE)/common/sys/lvm
   1492      0     stevel RPCGENFLAGS	+=	-C -M -D_KERNEL -DSYSV
   1493      0     stevel 
   1494      0     stevel $(MD_XDR_CSRC)/meta_basic_xdr.c:	$(MD_XDR_XSRC)/meta_basic.x
   1495      0     stevel 	$(RPCGEN) $(RPCGENFLAGS) -c -i 100 $(MD_XDR_XSRC)/meta_basic.x | \
   1496      0     stevel 	nawk '{sub(/^#include "(\.\.\/\.\.\/)/,"#include \"\.\.\/\.\.\/\.\.\/\.\.\/"); print $$0}'  | \
   1497      0     stevel 	nawk '{sub(/meta_basic.h/, "md_basic.h"); print $$0}' >$@
   1498      0     stevel 
   1499      0     stevel $(MD_XDR_CSRC)/metamed_xdr.c:	$(MD_XDR_XSRC)/metamed.x
   1500      0     stevel 	$(RPCGEN) $(RPCGENFLAGS) -c -i 100 $(MD_XDR_XSRC)/metamed.x |  \
   1501      0     stevel 	nawk '{sub(/^#include "(\.\.\/\.\.\/)/,"#include \"\.\.\/\.\.\/\.\.\/\.\.\/"); print $$0}' | \
   1502      0     stevel 	nawk '{sub(/metamed.h/, "mdmed.h"); print $$0}' >$@
   1503      0     stevel 
   1504      0     stevel #
   1505      0     stevel #	Section 1b:	Lint `objects'
   1506      0     stevel #
   1507      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/aes/%.c
   1508      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1509      0     stevel 
   1510      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/arcfour/%.c
   1511      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1512      0     stevel 
   1513      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/blowfish/%.c
   1514      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1515      0     stevel 
   1516   5697   mcpowers $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/ecc/%.c
   1517  10500    Hai-May 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1518  10500    Hai-May 
   1519  10500    Hai-May $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/fips/%.c
   1520   7188   mcpowers 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1521   7188   mcpowers 
   1522   7188   mcpowers $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/modes/%.c
   1523   8029    Hai-May 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1524   8029    Hai-May 
   1525   8029    Hai-May $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/rng/%.c
   1526   5697   mcpowers 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1527   5697   mcpowers 
   1528      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/rsa/%.c
   1529      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1530      0     stevel 
   1531      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/bignum/%.c
   1532   6557    fr41279 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1533   6557    fr41279 
   1534   6557    fr41279 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/bignum/%.c
   1535   5697   mcpowers 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1536   5697   mcpowers 
   1537   5697   mcpowers $(LINTS_DIR)/%.ln:		$(COMMONBASE)/mpi/%.c
   1538      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1539      0     stevel 
   1540    789     ahrens $(LINTS_DIR)/%.ln:		$(COMMONBASE)/acl/%.c
   1541    789     ahrens 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1542    789     ahrens 
   1543      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/avl/%.c
   1544      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1545      0     stevel 
   1546   4581    sherrym $(LINTS_DIR)/%.ln:		$(COMMONBASE)/ucode/%.c
   1547   4581    sherrym 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1548   4581    sherrym 
   1549   2712    nn35248 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/brand/sn1/%.c
   1550   2712    nn35248 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1551   2712    nn35248 
   1552  10840     Gerald $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/brand/solaris10/%.c
   1553  10840     Gerald 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1554  10840     Gerald 
   1555      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/c2/%.c
   1556      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1557      0     stevel 
   1558      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/conf/%.c
   1559   3886        ahl 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1560      0     stevel 
   1561      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/contract/%.c
   1562      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1563      0     stevel 
   1564      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/cpr/%.c
   1565      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1566      0     stevel 
   1567      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ctf/%.c
   1568      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1569      0     stevel 
   1570      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/ctf/%.c
   1571      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1572      0     stevel 
   1573     58      anish $(LINTS_DIR)/%.ln:		$(COMMONBASE)/pci/%.c
   1574     58      anish 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1575     58      anish 
   1576      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/devid/%.c
   1577      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1578      0     stevel 
   1579      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/des/%.c
   1580      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1581      0     stevel 
   1582    437        mws $(LINTS_DIR)/%.ln:		$(COMMONBASE)/smbios/%.c
   1583   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1584   7836       John 
   1585   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ncall/%.c
   1586   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1587   7836       John 
   1588   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/dsw/%.c
   1589   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1590   7836       John 
   1591   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/nsctl/%.c
   1592   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1593   7836       John 
   1594   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/rdc/%.c
   1595   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1596   7836       John 
   1597   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/sdbc/%.c
   1598   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1599   7836       John 
   1600   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/solaris/%.c
   1601   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1602   7836       John 
   1603   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/sv/%.c
   1604   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1605   7836       John 
   1606   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/avs/ns/unistat/%.c
   1607    437        mws 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1608    437        mws 
   1609      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/des/%.c
   1610      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1611      0     stevel 
   1612      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/crypto/api/%.c
   1613      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1614      0     stevel 
   1615      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/crypto/core/%.c
   1616      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1617      0     stevel 
   1618      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/crypto/io/%.c
   1619      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1620      0     stevel 
   1621      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/crypto/spi/%.c
   1622      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1623      0     stevel 
   1624      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/disp/%.c
   1625      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1626      0     stevel 
   1627      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/dtrace/%.c
   1628      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1629      0     stevel 
   1630      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/exacct/%.c
   1631      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1632      0     stevel 
   1633      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/exec/aout/%.c
   1634      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1635      0     stevel 
   1636      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/exec/elf/%.c
   1637      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1638      0     stevel 
   1639      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/exec/intp/%.c
   1640      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1641      0     stevel 
   1642   8462      April $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/exec/shbin/%.c
   1643   8462      April 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1644   8462      April 
   1645      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/exec/java/%.c
   1646      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1647      0     stevel 
   1648      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/%.c
   1649      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1650      0     stevel 
   1651      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/autofs/%.c
   1652      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1653      0     stevel 
   1654      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/cachefs/%.c
   1655      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1656      0     stevel 
   1657      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/ctfs/%.c
   1658      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1659      0     stevel 
   1660      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/doorfs/%.c
   1661   5648      setje 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1662   5648      setje 
   1663   5648      setje $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/dcfs/%.c
   1664      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1665      0     stevel 
   1666      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/devfs/%.c
   1667      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1668      0     stevel 
   1669   2621      llai1 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/dev/%.c
   1670   2621      llai1 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1671   2621      llai1 
   1672      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/fd/%.c
   1673      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1674      0     stevel 
   1675      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/fifofs/%.c
   1676      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1677      0     stevel 
   1678      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/hsfs/%.c
   1679      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1680      0     stevel 
   1681      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/lofs/%.c
   1682      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1683      0     stevel 
   1684      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/mntfs/%.c
   1685      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1686      0     stevel 
   1687      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/namefs/%.c
   1688      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1689      0     stevel 
   1690   5331        amw $(LINTS_DIR)/%.ln:		$(COMMONBASE)/smbsrv/%.c
   1691   5331        amw 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1692   5331        amw 
   1693   5331        amw $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/smbsrv/%.c
   1694   5331        amw 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1695   5331        amw 
   1696      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/nfs/%.c
   1697      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1698      0     stevel 
   1699      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/objfs/%.c
   1700      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1701      0     stevel 
   1702      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/pcfs/%.c
   1703      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1704      0     stevel 
   1705      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/portfs/%.c
   1706      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1707      0     stevel 
   1708      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/proc/%.c
   1709      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1710      0     stevel 
   1711   3957   th199096 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/sharefs/%.c
   1712   3957   th199096 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1713   3957   th199096 
   1714   6007    thurlow $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/smbclnt/netsmb/%.c
   1715  10631     Gordon 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1716   6007    thurlow 
   1717   6007    thurlow $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/smbclnt/smbfs/%.c
   1718   6007    thurlow 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1719   6007    thurlow 
   1720      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/sockfs/%.c
   1721      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1722      0     stevel 
   1723      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/specfs/%.c
   1724      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1725      0     stevel 
   1726      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/swapfs/%.c
   1727      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1728      0     stevel 
   1729      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/tmpfs/%.c
   1730      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1731      0     stevel 
   1732      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/udfs/%.c
   1733      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1734      0     stevel 
   1735      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/ufs/%.c
   1736      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1737      0     stevel 
   1738      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/ufs_log/%.c
   1739    789     ahrens 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1740    789     ahrens 
   1741   5440   jm199354 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/vscan/%.c
   1742   5440   jm199354 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1743   5440   jm199354 
   1744    789     ahrens $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/zfs/%.c
   1745   5331        amw 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1746   5331        amw 
   1747   9749        Tim $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/fs/zut/%.c
   1748   9749        Tim 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1749   9749        Tim 
   1750   5331        amw $(LINTS_DIR)/%.ln:		$(COMMONBASE)/xattr/%.c
   1751    789     ahrens 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1752    789     ahrens 
   1753    789     ahrens $(LINTS_DIR)/%.ln:		$(COMMONBASE)/zfs/%.c
   1754      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1755      0     stevel 
   1756   4851        cth $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/gssapi/%.c
   1757      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1758      0     stevel 
   1759      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/gssapi/mechs/dummy/%.c
   1760      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1761      0     stevel 
   1762      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/%.c
   1763      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1764      0     stevel 
   1765      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/%.c
   1766      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1767      0     stevel 
   1768      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/des/%.c
   1769      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1770      0     stevel 
   1771      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/dk/%.c
   1772      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1773      0     stevel 
   1774      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/os/%.c
   1775      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1776      0     stevel 
   1777      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/arcfour/%.c
   1778      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1779      0     stevel 
   1780      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/enc_provider/%.c
   1781      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1782      0     stevel 
   1783      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/hash_provider/%.c
   1784      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1785      0     stevel 
   1786      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
   1787      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1788      0     stevel 
   1789      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/raw/%.c
   1790      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1791      0     stevel 
   1792      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/crypto/old/%.c
   1793      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1794      0     stevel 
   1795      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/krb5/krb/%.c
   1796      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1797      0     stevel 
   1798      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/krb5/os/%.c
   1799      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1800      0     stevel 
   1801      0     stevel $(LINTS_DIR)/%.ln:		$(KMECHKRB5_BASE)/mech/%.c
   1802      0     stevel 	@($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
   1803      0     stevel 
   1804   4520   nw141292 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/idmap/%.c
   1805   4520   nw141292 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1806   4520   nw141292 
   1807      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/%.c
   1808      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1809      0     stevel 
   1810   8348       Eric $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/sockmods/%.c
   1811   8348       Eric 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1812   8348       Eric 
   1813      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/arp/%.c
   1814      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1815      0     stevel 
   1816      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/ip/%.c
   1817      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1818      0     stevel 
   1819   8485      Peter $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/ipnet/%.c
   1820   8023       Phil 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1821   8023       Phil 
   1822  10616  Sebastien $(LINTS_DIR)/%.ln: 	     	$(UTSBASE)/common/inet/iptun/%.c
   1823  10616  Sebastien 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1824  10616  Sebastien 
   1825   2393   yz155240 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/ipf/%.c
   1826      0     stevel 	@($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
   1827      0     stevel 
   1828    898       kais $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/kssl/%.c
   1829    898       kais 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1830   2535   sangeeta 
   1831   2535   sangeeta $(LINTS_DIR)/%.ln:		$(COMMONBASE)/net/patricia/%.c
   1832   2535   sangeeta 	@($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
   1833    898       kais 
   1834      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/udp/%.c
   1835      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1836      0     stevel 
   1837      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/sctp/%.c
   1838      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1839      0     stevel 
   1840      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/tcp/%.c
   1841      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1842      0     stevel 
   1843  10946   Sangeeta $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/ilb/%.c
   1844  10946   Sangeeta 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1845  10946   Sangeeta 
   1846      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/nca/%.c
   1847      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1848      0     stevel 
   1849   8485      Peter $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/dlpistub/%.c
   1850      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1851      0     stevel 
   1852      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/%.c
   1853      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1854      0     stevel 
   1855      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/1394/%.c
   1856      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1857      0     stevel 
   1858      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/1394/adapters/%.c
   1859      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1860      0     stevel 
   1861      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/1394/targets/av1394/%.c
   1862      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1863      0     stevel 
   1864     21    ap25164 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/1394/targets/dcam1394/%.c
   1865     21    ap25164 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1866     21    ap25164 
   1867      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/1394/targets/scsa1394/%.c
   1868      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1869      0     stevel 
   1870      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sbp2/%.c
   1871      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1872      0     stevel 
   1873   5678   pl196000 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/aac/%.c
   1874   5678   pl196000 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1875   5678   pl196000 
   1876   4992    gd78059 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/afe/%.c
   1877   4992    gd78059 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1878   4992    gd78059 
   1879  10393    Saurabh $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/atge/%.c
   1880  10393    Saurabh 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1881  10393    Saurabh 
   1882   9999       Wang $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/arn/%.c
   1883   9999       Wang 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1884   9999       Wang 
   1885   1000   xc151355 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ath/%.c
   1886   1000   xc151355 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1887   1000   xc151355 
   1888   9113  Pengcheng $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/atu/%.c
   1889   9113  Pengcheng 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1890   9113  Pengcheng 
   1891   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/impl/%.c
   1892      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1893      0     stevel 
   1894   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/ac97/%.c
   1895      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1896      0     stevel 
   1897   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audio1575/%.c
   1898      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1899      0     stevel 
   1900   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audio810/%.c
   1901      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1902      0     stevel 
   1903   9831    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiocmi/%.c
   1904   9831    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1905   9831    gdamore 
   1906   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audioens/%.c
   1907   2307   fl147353 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1908   2307   fl147353 
   1909  10913    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
   1910  10913    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1911  10913    gdamore 
   1912   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiohd/%.c
   1913   2696   fl147353 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1914   2696   fl147353 
   1915   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audioixp/%.c
   1916   9484    garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1917   9484    garrett 
   1918  10433    Garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiols/%.c
   1919  10433    Garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1920  10433    Garrett 
   1921   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiopci/%.c
   1922   9484    garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1923   9484    garrett 
   1924  10463    Garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiop16x/%.c
   1925  10463    Garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1926  10463    Garrett 
   1927  10553    Garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiosolo/%.c
   1928  10553    Garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1929  10553    Garrett 
   1930   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiots/%.c
   1931   9484    garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1932   9484    garrett 
   1933   9484    garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
   1934      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1935      0     stevel 
   1936  10164    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/audio/drv/audiovia97/%.c
   1937  10164    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1938  10164    gdamore 
   1939   9865    Saurabh $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/bfe/%.c
   1940   9865    Saurabh 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1941   9865    Saurabh 
   1942  10639     Darren $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/bpf/%.c
   1943  10639     Darren 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1944  10639     Darren 
   1945      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/bge/%.c
   1946      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1947      0     stevel 
   1948   2305     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/cardbus/%.c
   1949   2305     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1950   2305     stevel 
   1951   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
   1952   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1953   7836       John 
   1954   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/port/fct/%.c
   1955   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1956   7836       John 
   1957   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/port/qlt/%.c
   1958   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1959   7836       John 
   1960   9684      Susan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/port/srpt/%.c
   1961   9684      Susan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1962   9684      Susan 
   1963   7978      Peter $(LINTS_DIR)/%.ln:		$(COMMONBASE)/iscsit/%.c
   1964   7978      Peter 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1965   7978      Peter 
   1966   9087      Zhong $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/port/fcoet/%.c
   1967   9087      Zhong 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1968   9087      Zhong 
   1969   7978      Peter $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/port/iscsit/%.c
   1970   7978      Peter 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1971   7978      Peter 
   1972  10725       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/port/pppt/%.c
   1973  10725       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1974  10725       John 
   1975   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/comstar/stmf/%.c
   1976   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1977   7836       John 
   1978      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/dld/%.c
   1979      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1980      0     stevel 
   1981      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/dls/%.c
   1982      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1983      0     stevel 
   1984   5181    gd78059 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/dmfe/%.c
   1985   5181    gd78059 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1986   5181    gd78059 
   1987   2820   kz151634 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/drm/%.c
   1988   9087      Zhong 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1989   9087      Zhong 
   1990   9087      Zhong $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fcoe/%.c
   1991   2820   kz151634 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1992   2820   kz151634 
   1993   9610    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/hme/%.c
   1994   9610    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1995   9610    gdamore 
   1996  10187    Krishna $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/pciex/%.c
   1997  10187    Krishna 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   1998  10187    Krishna 
   1999      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/hotplug/hpcsvc/%.c
   2000      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2001      0     stevel 
   2002  10923       Evan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/pciex/hotplug/%.c
   2003   1531       kini 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2004   1531       kini 
   2005      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/hotplug/pcihp/%.c
   2006      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2007      0     stevel 
   2008   3302      agiri $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/clients/rds/%.c
   2009   3302      agiri 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2010   3302      agiri 
   2011   9162      Peter $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/clients/iser/%.c
   2012   9162      Peter 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2013   9162      Peter 
   2014      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/clients/ibd/%.c
   2015      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2016      0     stevel 
   2017   3422   nh145002 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/clients/sdp/%.c
   2018   3422   nh145002 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2019   3422   nh145002 
   2020      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/mgt/ibcm/%.c
   2021      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2022      0     stevel 
   2023      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/mgt/ibdm/%.c
   2024   9684      Susan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2025   9684      Susan 
   2026   9684      Susan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/mgt/ibdma/%.c
   2027      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2028      0     stevel 
   2029      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/mgt/ibmf/%.c
   2030      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2031      0     stevel 
   2032      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/ibnex/%.c
   2033      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2034      0     stevel 
   2035      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/ibtl/%.c
   2036   7978      Peter 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2037   7978      Peter 
   2038   9517       Bill $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/adapters/tavor/%.c
   2039   9517       Bill 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2040   9517       Bill 
   2041   9517       Bill $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/adapters/hermon/%.c
   2042   9517       Bill 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2043   9517       Bill 
   2044   9517       Bill $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ib/clients/daplt/%.c
   2045   9517       Bill 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2046   9517       Bill 
   2047   7978      Peter $(LINTS_DIR)/%.ln:              $(COMMONBASE)/iscsi/%.c
   2048   7978      Peter 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2049   7978      Peter 
   2050   7978      Peter $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/idm/%.c
   2051      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2052      0     stevel 
   2053   3847   eh146360 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ipw/%.c
   2054   3847   eh146360 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2055   3847   eh146360 
   2056   7555        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/iwh/%.c
   2057   7555        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2058   7555        Fei 
   2059   3847   eh146360 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwi/%.c
   2060   3847   eh146360 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2061   3847   eh146360 
   2062   6169   hx147065 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwk/%.c
   2063   6169   hx147065 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2064   6169   hx147065 
   2065  10893     Quaker $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwp/%.c
   2066  10893     Quaker 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2067  10893     Quaker 
   2068      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/kb8042/%.c
   2069      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2070      0     stevel 
   2071      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/kbtrans/%.c
   2072   8348       Eric 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2073   8348       Eric 
   2074   8348       Eric $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ksocket/%.c
   2075      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2076      0     stevel 
   2077      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/aggr/%.c
   2078      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2079      0     stevel 
   2080      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lp/%.c
   2081      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2082      0     stevel 
   2083      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/hotspares/%.c
   2084      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2085      0     stevel 
   2086      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/md/%.c
   2087      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2088      0     stevel 
   2089      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/mirror/%.c
   2090      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2091      0     stevel 
   2092      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/raid/%.c
   2093      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2094      0     stevel 
   2095      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/softpart/%.c
   2096      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2097      0     stevel 
   2098      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/stripe/%.c
   2099      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2100      0     stevel 
   2101      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/notify/%.c
   2102      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2103      0     stevel 
   2104      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/lvm/trans/%.c
   2105      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2106      0     stevel 
   2107      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mac/%.c
   2108      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2109      0     stevel 
   2110   2311        seb $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mac/plugins/%.c
   2111   2311        seb 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2112   2311        seb 
   2113   6447     susans $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mega_sas/%.c
   2114   6447     susans 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2115   6447     susans 
   2116   9860    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mii/%.c
   2117   9860    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2118   9860    gdamore 
   2119   9440      Susan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mr_sas/%.c
   2120   9440      Susan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2121   9440      Susan 
   2122   7331      Allan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mms/dda/%.c
   2123   7331      Allan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2124   7331      Allan 
   2125   7331      Allan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mms/dmd/%.c
   2126   7331      Allan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2127   7331      Allan 
   2128   9907      Javen $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
   2129   9907      Javen 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2130   9907      Javen 
   2131   4978    gd78059 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mxfe/%.c
   2132   4978    gd78059 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2133   4978    gd78059 
   2134  10741        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mwl/%.c
   2135  10741        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2136  10741        Fei 
   2137  10741        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/mwl/mwl_fw/%.c
   2138  10741        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2139  10741        Fei 
   2140   3147   xc151355 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/net80211/%.c
   2141   3147   xc151355 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2142   3147   xc151355 
   2143   5574   mx205022 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nge/%.c
   2144   5574   mx205022 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2145   5574   mx205022 
   2146   3859    ml29623 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/nxge/%.c
   2147   3859    ml29623 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2148   3859    ml29623 
   2149   3859    ml29623 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/nxge/%.s
   2150   3859    ml29623 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2151   3859    ml29623 
   2152   3859    ml29623 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/nxge/npi/%.c
   2153   3859    ml29623 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2154   3859    ml29623 
   2155      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/pci-ide/%.c
   2156      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2157      0     stevel 
   2158      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/pcmcia/%.c
   2159      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2160      0     stevel 
   2161   3737   hx147065 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/pcan/%.c
   2162   3737   hx147065 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2163   3737   hx147065 
   2164   3737   hx147065 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/pcwl/%.c
   2165   3737   hx147065 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2166   3737   hx147065 
   2167      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ppp/sppp/%.c
   2168      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2169      0     stevel 
   2170      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ppp/spppasyn/%.c
   2171      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2172      0     stevel 
   2173      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ppp/sppptun/%.c
   2174      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2175      0     stevel 
   2176   4609   zf162725 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ral/%.c
   2177   4609   zf162725 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2178   4609   zf162725 
   2179   4689   ql147931 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rge/%.c
   2180   4689   ql147931 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2181   4689   ql147931 
   2182   9286    Garrett $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rtls/%.c
   2183   9286    Garrett 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2184   9286    Garrett 
   2185      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rsm/%.c
   2186      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2187      0     stevel 
   2188   4689   ql147931 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rtw/%.c
   2189      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2190      0     stevel 
   2191   8000     Quaker $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rum/%.c
   2192   8000     Quaker 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2193   8000     Quaker 
   2194   9983        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rwd/%.c
   2195   9983        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2196   9983        Fei 
   2197   9172        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/rwn/%.c
   2198   9172        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2199   9172        Fei 
   2200   3333   yt160523 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/adapters/ahci/%.c
   2201   3333   yt160523 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2202   3333   yt160523 
   2203   4876        mlf $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
   2204   4876        mlf 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2205   4876        mlf 
   2206   1258        mlf $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/adapters/si3124/%.c
   2207   1258        mlf 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2208   1258        mlf 
   2209   1258        mlf $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sata/impl/%.c
   2210   1258        mlf 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2211   1258        mlf 
   2212      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/%.c
   2213      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2214      0     stevel 
   2215   7302    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
   2216   7302    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2217   7302    gdamore 
   2218  10696      David $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
   2219  10696      David 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2220  10696      David 
   2221   4851        cth $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
   2222   4851        cth 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2223   4851        cth 
   2224   4851        cth $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
   2225   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2226   7836       John 
   2227   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fibre-channel/ulp/%.c
   2228   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2229   7836       John 
   2230   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fibre-channel/impl/%.c
   2231   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2232   7836       John 
   2233   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
   2234   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2235   7836       John 
   2236  10997    Sukumar $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
   2237  10997    Sukumar 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2238  10997    Sukumar 
   2239   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
   2240   4851        cth 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2241   4851        cth 
   2242  10264      Zhong $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
   2243  10264      Zhong 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2244  10264      Zhong 
   2245      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/conf/%.c
   2246      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2247      0     stevel 
   2248      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/impl/%.c
   2249      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2250      0     stevel 
   2251      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/targets/%.c
   2252      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2253      0     stevel 
   2254   7302    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
   2255   7302    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2256   7302    gdamore 
   2257   7302    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sdcard/impl/%.c
   2258   7302    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2259   7302    gdamore 
   2260   7302    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
   2261   5895   yz147064 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2262   5895   yz147064 
   2263   5748     duboff $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfe/%.c
   2264   7302    gdamore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2265   7302    gdamore 
   2266   9815      Rishi $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/simnet/%.c
   2267   9815      Rishi 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2268   9815      Rishi 
   2269   7302    gdamore $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/softmac/%.c
   2270   5748     duboff 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2271   5748     duboff 
   2272  10128        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/uath/%.c
   2273  10128        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2274  10128        Fei 
   2275  10128        Fei $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/uath/uath_fw/%.c
   2276  10128        Fei 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2277  10128        Fei 
   2278   6629   zf162725 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ural/%.c
   2279   6629   zf162725 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2280   6629   zf162725 
   2281   9485     Mikore $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/urtw/%.c
   2282   9485     Mikore 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2283   9485     Mikore 
   2284      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
   2285      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2286      0     stevel 
   2287      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
   2288      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2289      0     stevel 
   2290      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
   2291      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2292      0     stevel 
   2293      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbskel/%.c
   2294      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2295      0     stevel 
   2296   3329   yz147069 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
   2297   3329   yz147069 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2298   3329   yz147069 
   2299   9430    Raymond $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/hwarc/%.c
   2300   9430    Raymond 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2301   9430    Raymond 
   2302      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/hid/%.c
   2303      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2304      0     stevel 
   2305      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/hidparser/%.c
   2306      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2307      0     stevel 
   2308      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbkbm/%.c
   2309      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2310      0     stevel 
   2311      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbms/%.c
   2312      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2313      0     stevel 
   2314      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/ugen/%.c
   2315      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2316      0     stevel 
   2317      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/printer/%.c
   2318      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2319      0     stevel 
   2320      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbser/%.c
   2321      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2322      0     stevel 
   2323   3227   yq193411 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
   2324   3227   yq193411 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2325   3227   yq193411 
   2326   9354        Tim $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
   2327   9354        Tim 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2328   9354        Tim 
   2329    901   yz147069 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
   2330    901   yz147069 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2331    901   yz147069 
   2332    903   xs156463 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
   2333    903   xs156463 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2334    903   xs156463 
   2335   9430    Raymond $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/wusb_df/%.c
   2336   9430    Raymond 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2337   9430    Raymond 
   2338   9430    Raymond $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/hwa1480_fw/%.c
   2339   9430    Raymond 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2340   9430    Raymond 
   2341   9430    Raymond $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/clients/wusb_ca/%.c
   2342   9430    Raymond 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2343   9430    Raymond 
   2344      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/hcd/openhci/%.c
   2345      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2346      0     stevel 
   2347      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/hcd/ehci/%.c
   2348      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2349      0     stevel 
   2350      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/hcd/uhci/%.c
   2351      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2352      0     stevel 
   2353      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/hubd/%.c
   2354      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2355      0     stevel 
   2356      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/scsa2usb/%.c
   2357      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2358      0     stevel 
   2359      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/usb_mid/%.c
   2360      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2361      0     stevel 
   2362   3341   gc161489 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/usb_ia/%.c
   2363   3341   gc161489 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2364   3341   gc161489 
   2365      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/usba/%.c
   2366      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2367      0     stevel 
   2368      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/usba10/%.c
   2369   9430    Raymond 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2370   9430    Raymond 
   2371   9430    Raymond $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/uwb/uwba/%.c
   2372   9430    Raymond 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2373   9430    Raymond 
   2374   9430    Raymond $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/usb/hwa/hwahc/%.c
   2375      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2376      0     stevel 
   2377      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/vuidmice/%.c
   2378      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2379      0     stevel 
   2380   5084    johnlev $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/vnic/%.c
   2381   5084    johnlev 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2382   5084    johnlev 
   2383   4128   hx147065 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/wpi/%.c
   2384   4128   hx147065 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2385   4128   hx147065 
   2386   8503  Pengcheng $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/zyd/%.c
   2387   8503  Pengcheng 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2388   8503  Pengcheng 
   2389      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/chxge/com/%.c
   2390      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2391      0     stevel 
   2392      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/chxge/%.c
   2393      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2394      0     stevel 
   2395      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ixgb/%.c
   2396      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2397      0     stevel 
   2398   1256   yl150051 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/xge/drv/%.c
   2399   1256   yl150051 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2400   1256   yl150051 
   2401   1256   yl150051 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/xge/hal/xgehal/%.c
   2402   1256   yl150051 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2403   1256   yl150051 
   2404   3526   xy150489 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/e1000g/%.c
   2405   3526   xy150489 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2406   3526   xy150489 
   2407   5779   xy150489 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/igb/%.c
   2408   5779   xy150489 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2409   5779   xy150489 
   2410   6621   bt150084 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ixgbe/%.c
   2411   6621   bt150084 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2412   6621   bt150084 
   2413   7956     xiuyan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/ntxn/%.c
   2414   7956     xiuyan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2415   7956     xiuyan 
   2416  10253     xiuyan $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/myri10ge/drv/%.c
   2417  10253     xiuyan 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2418  10253     xiuyan 
   2419      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ipp/%.c
   2420      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2421      0     stevel 
   2422      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ipp/ipgpc/%.c
   2423      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2424      0     stevel 
   2425      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ipp/dlcosmk/%.c
   2426      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2427      0     stevel 
   2428      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ipp/flowacct/%.c
   2429      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2430      0     stevel 
   2431      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ipp/dscpmk/%.c
   2432      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2433      0     stevel 
   2434      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ipp/meters/%.c
   2435      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2436      0     stevel 
   2437   5206         is $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/kiconv/kiconv_emea/%.c
   2438   5206         is 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2439   5206         is 
   2440   6008   yy154373 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/kiconv/kiconv_ja/%.c
   2441   6008   yy154373 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2442   6008   yy154373 
   2443   6008   yy154373 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/kiconv/kiconv_ko/%.c
   2444   6008   yy154373 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2445   6008   yy154373 
   2446   6008   yy154373 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/kiconv/kiconv_sc/%.c
   2447   6008   yy154373 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2448   6008   yy154373 
   2449   6008   yy154373 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/kiconv/kiconv_tc/%.c
   2450   6008   yy154373 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2451   6008   yy154373 
   2452      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/kmdb/%.c
   2453      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2454      0     stevel 
   2455      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/krtld/%.c
   2456      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2457      0     stevel 
   2458      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/ktli/%.c
   2459      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2460      0     stevel 
   2461   4851        cth $(LINTS_DIR)/%.ln:		$(COMMONBASE)/lvm/%.c
   2462      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2463      0     stevel 
   2464   8996       Alok $(LINTS_DIR)/%.ln:		$(COMMONBASE)/lzma/%.c
   2465   8996       Alok 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2466   8996       Alok 
   2467   4002    darrenm $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/md4/%.c
   2468   4002    darrenm 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2469   4002    darrenm 
   2470      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/md5/%.c
   2471      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2472      0     stevel 
   2473      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/net/dhcp/%.c
   2474      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2475      0     stevel 
   2476      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/nvpair/%.c
   2477      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2478      0     stevel 
   2479      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/os/%.c
   2480      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2481      0     stevel 
   2482      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/rpc/%.c
   2483      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2484      0     stevel 
   2485      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/pcmcia/cs/%.c
   2486      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2487      0     stevel 
   2488      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/pcmcia/cis/%.c
   2489      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2490      0     stevel 
   2491      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/pcmcia/nexus/%.c
   2492      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2493      0     stevel 
   2494      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/pcmcia/pcs/%.c
   2495      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2496      0     stevel 
   2497   2305     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/pcmcia/pem/%.c
   2498   2305     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2499   2305     stevel 
   2500      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/rpc/%.c
   2501      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2502      0     stevel 
   2503      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/rpc/sec/%.c
   2504      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2505      0     stevel 
   2506      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/rpc/sec_gss/%.c
   2507      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2508      0     stevel 
   2509      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/sha1/%.c
   2510      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2511      0     stevel 
   2512      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/crypto/sha2/%.c
   2513      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2514      0     stevel 
   2515      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/syscall/%.c
   2516      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2517      0     stevel 
   2518      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/tnf/%.c
   2519      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2520      0     stevel 
   2521   1676        jpk $(LINTS_DIR)/%.ln:		$(COMMONBASE)/tsol/%.c
   2522   1676        jpk 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2523   1676        jpk 
   2524      0     stevel $(LINTS_DIR)/%.ln:		$(COMMONBASE)/util/%.c
   2525      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2526      0     stevel 
   2527   5049         is $(LINTS_DIR)/%.ln:		$(COMMONBASE)/unicode/%.c
   2528   5049         is 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2529   5049         is 
   2530      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/vm/%.c
   2531      0     stevel 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2532      0     stevel 
   2533   7836       John $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
   2534   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2535   7836       John 
   2536   7836       John $(LINTS_DIR)/%.ln:		$(COMMONBASE)/iscsi/%.c
   2537   7836       John 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2538   7836       John 
   2539   8194       Jack $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/kifconf/%.c
   2540   8194       Jack 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2541   8194       Jack 
   2542   3886        ahl ZMODLINTFLAGS = -erroff=E_CONSTANT_CONDITION
   2543   3886        ahl 
   2544      0     stevel $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/zmod/%.c
   2545   3886        ahl 	@($(LHEAD) $(LINT.c) $(ZMODLINTFLAGS) $< $(LTAIL))
   2546      0     stevel 
   2547   3886        ahl $(LINTS_DIR)/zlib_obj.ln:	$(ZLIB_OBJS:%.o=$(LINTS_DIR)/%.ln) \
   2548   3886        ahl 				$(UTSBASE)/common/zmod/zlib_lint.c
   2549   3886        ahl 	@($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/zlib_obj \
   2550   3886        ahl 	    $(UTSBASE)/common/zmod/zlib_lint.c $(LTAIL))
   2551   6349   qs148142 
   2552   6349   qs148142 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/hxge/%.c
   2553   6349   qs148142 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
   2554   9126     Wyllys 
   2555   9126     Wyllys $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/