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