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