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/softmac/%.c
1155         $(COMPILE.c) -o $@ $<
1156         $(CTFCONVERT_O)
1157 
1158 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/uath/%.c
1159         $(COMPILE.c) -o $@ $<
1160         $(CTFCONVERT_O)
1161 
1162 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/uath/uath_fw/%.c
1163         $(COMPILE.c) -o $@ $<
1164         $(CTFCONVERT_O)
1165 
1166 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ural/%.c
1167         $(COMPILE.c) -o $@ $<
1168         $(CTFCONVERT_O)
1169 
1170 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/urtw/%.c
1171         $(COMPILE.c) -o $@ $<
1172         $(CTFCONVERT_O)
1173 
1174 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
1175         $(COMPILE.c) -o $@ $<
1176         $(CTFCONVERT_O)
1177 
1178 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
1179         $(COMPILE.c) -o $@ $<
1180         $(CTFCONVERT_O)
1181 
1182 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
1183         $(COMPILE.c) -o $@ $<
1184         $(CTFCONVERT_O)
1185 
1186 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbskel/%.c
1187         $(COMPILE.c) -o $@ $<
1188         $(CTFCONVERT_O)
1189 
1190 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
1191         $(COMPILE.c) -o $@ $<
1192         $(CTFCONVERT_O)
1193 
1194 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/hid/%.c
1195         $(COMPILE.c) -o $@ $<
1196         $(CTFCONVERT_O)
1197 
1198 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/hidparser/%.c
1199         $(COMPILE.c) -o $@ $<
1200         $(CTFCONVERT_O)
1201 
1202 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/printer/%.c
1203         $(COMPILE.c) -o $@ $<
1204         $(CTFCONVERT_O)
1205 
1206 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbkbm/%.c
1207         $(COMPILE.c) -o $@ $<
1208         $(CTFCONVERT_O)
1209 
1210 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbms/%.c
1211         $(COMPILE.c) -o $@ $<
1212         $(CTFCONVERT_O)
1213 
1214 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbinput/usbwcm/%.c
1215         $(COMPILE.c) -o $@ $<
1216         $(CTFCONVERT_O)
1217 
1218 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/ugen/%.c
1219         $(COMPILE.c) -o $@ $<
1220         $(CTFCONVERT_O)
1221 
1222 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbser/%.c
1223         $(COMPILE.c) -o $@ $<
1224         $(CTFCONVERT_O)
1225 
1226 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
1227         $(COMPILE.c) -o $@ $<
1228         $(CTFCONVERT_O)
1229 
1230 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
1231         $(COMPILE.c) -o $@ $<
1232         $(CTFCONVERT_O)
1233 
1234 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
1235         $(COMPILE.c) -o $@ $<
1236         $(CTFCONVERT_O)
1237 
1238 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
1239         $(COMPILE.c) -o $@ $<
1240         $(CTFCONVERT_O)
1241 
1242 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/clients/usbecm/%.c
1243         $(COMPILE.c) -o $@ $<
1244         $(CTFCONVERT_O)
1245 
1246 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/hcd/openhci/%.c
1247         $(COMPILE.c) -o $@ $<
1248         $(CTFCONVERT_O)
1249 
1250 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/hcd/ehci/%.c
1251         $(COMPILE.c) -o $@ $<
1252         $(CTFCONVERT_O)
1253 
1254 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/hcd/xhci/%.c
1255         $(COMPILE.c) -o $@ $<
1256         $(CTFCONVERT_O)
1257 
1258 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/hcd/uhci/%.c
1259         $(COMPILE.c) -I../../common -o $@ $<
1260         $(CTFCONVERT_O)
1261 
1262 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/hubd/%.c
1263         $(COMPILE.c) -o $@ $<
1264         $(CTFCONVERT_O)
1265 
1266 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/scsa2usb/%.c
1267         $(COMPILE.c) -o $@ $<
1268         $(CTFCONVERT_O)
1269 
1270 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/usb_mid/%.c
1271         $(COMPILE.c) -o $@ $<
1272         $(CTFCONVERT_O)
1273 
1274 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/usb_ia/%.c
1275         $(COMPILE.c) -o $@ $<
1276         $(CTFCONVERT_O)
1277 
1278 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/usba/%.c
1279         $(COMPILE.c) -o $@ $<
1280         $(CTFCONVERT_O)
1281 
1282 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usb/usba10/%.c
1283         $(COMPILE.c) -o $@ $<
1284         $(CTFCONVERT_O)
1285 
1286 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/usbgem/%.c
1287         $(COMPILE.c) -o $@ $<
1288         $(CTFCONVERT_O)
1289 
1290 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/axf/%.c
1291         $(COMPILE.c) -o $@ $<
1292         $(CTFCONVERT_O)
1293 
1294 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/udf/%.c
1295         $(COMPILE.c) -o $@ $<
1296         $(CTFCONVERT_O)
1297 
1298 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/udmf/%.c
1299         $(COMPILE.c) -o $@ $<
1300         $(CTFCONVERT_O)
1301 
1302 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/upf/%.c
1303         $(COMPILE.c) -o $@ $<
1304         $(CTFCONVERT_O)
1305 
1306 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/urf/%.c
1307         $(COMPILE.c) -o $@ $<
1308         $(CTFCONVERT_O)
1309 
1310 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vuidmice/%.c
1311         $(COMPILE.c) -o $@ $<
1312         $(CTFCONVERT_O)
1313 
1314 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vnic/%.c
1315         $(COMPILE.c) -o $@ $<
1316         $(CTFCONVERT_O)
1317 
1318 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/wpi/%.c
1319         $(COMPILE.c) -o $@ $<
1320         $(CTFCONVERT_O)
1321 
1322 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/zyd/%.c
1323         $(COMPILE.c) -o $@ $<
1324         $(CTFCONVERT_O)
1325 
1326 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/chxge/com/%.c
1327         $(COMPILE.c) -o $@ $<
1328         $(CTFCONVERT_O)
1329 
1330 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/chxge/%.c
1331         $(COMPILE.c) -o $@ $<
1332         $(CTFCONVERT_O)
1333 
1334 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/cxgbe/common/%.c
1335         $(COMPILE.c) -o $@ $<
1336         $(CTFCONVERT_O)
1337 
1338 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/cxgbe/shared/%.c
1339         $(COMPILE.c) -o $@ $<
1340         $(CTFCONVERT_O)
1341 
1342 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/cxgbe/firmware/%.c
1343         $(COMPILE.c) -o $@ $<
1344         $(CTFCONVERT_O)
1345 
1346 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/cxgbe/t4nex/%.c
1347         $(COMPILE.c) -o $@ $<
1348         $(CTFCONVERT_O)
1349 
1350 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/cxgbe/cxgbe/%.c
1351         $(COMPILE.c) -o $@ $<
1352         $(CTFCONVERT_O)
1353 
1354 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ixgb/%.c
1355         $(COMPILE.c) -o $@ $<
1356         $(CTFCONVERT_O)
1357 
1358 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/xge/drv/%.c
1359         $(COMPILE.c) -o $@ $<
1360         $(CTFCONVERT_O)
1361 
1362 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/xge/hal/xgehal/%.c
1363         $(COMPILE.c) -o $@ $<
1364         $(CTFCONVERT_O)
1365 
1366 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/e1000api/%.c
1367         $(COMPILE.c) -o $@ $<
1368         $(CTFCONVERT_O)
1369 
1370 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/e1000g/%.c
1371         $(COMPILE.c) -o $@ $<
1372         $(CTFCONVERT_O)
1373 
1374 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/igb/%.c
1375         $(COMPILE.c) -o $@ $<
1376         $(CTFCONVERT_O)
1377 
1378 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/iprb/%.c
1379         $(COMPILE.c) -o $@ $<
1380         $(CTFCONVERT_O)
1381 
1382 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ixgbe/%.c
1383         $(COMPILE.c) -o $@ $<
1384         $(CTFCONVERT_O)
1385 
1386 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ixgbe/core/%.c
1387         $(COMPILE.c) -o $@ $<
1388         $(CTFCONVERT_O)
1389 
1390 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/i40e/%.c
1391         $(COMPILE.c) -o $@ $<
1392         $(CTFCONVERT_O)
1393 
1394 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/i40e/core/%.c
1395         $(COMPILE.c) -o $@ $<
1396         $(CTFCONVERT_O)
1397 
1398 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/ntxn/%.c
1399         $(COMPILE.c) -o $@ $<
1400         $(CTFCONVERT_O)
1401 
1402 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/myri10ge/drv/%.c
1403         $(COMPILE.c) -o $@ $<
1404         $(CTFCONVERT_O)
1405 
1406 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/%.c
1407         $(COMPILE.c) -o $@ $<
1408         $(CTFCONVERT_O)
1409 
1410 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/ipgpc/%.c
1411         $(COMPILE.c) -o $@ $<
1412         $(CTFCONVERT_O)
1413 
1414 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/dlcosmk/%.c
1415         $(COMPILE.c) -o $@ $<
1416         $(CTFCONVERT_O)
1417 
1418 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/flowacct/%.c
1419         $(COMPILE.c) -o $@ $<
1420         $(CTFCONVERT_O)
1421 
1422 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/dscpmk/%.c
1423         $(COMPILE.c) -o $@ $<
1424         $(CTFCONVERT_O)
1425 
1426 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ipp/meters/%.c
1427         $(COMPILE.c) -o $@ $<
1428         $(CTFCONVERT_O)
1429 
1430 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/kiconv/kiconv_emea/%.c
1431         $(COMPILE.c) -o $@ $<
1432         $(CTFCONVERT_O)
1433 
1434 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/kiconv/kiconv_ja/%.c
1435         $(COMPILE.c) -o $@ $<
1436         $(CTFCONVERT_O)
1437 
1438 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/kiconv/kiconv_ko/%.c
1439         $(COMPILE.c) -o $@ $<
1440         $(CTFCONVERT_O)
1441 
1442 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/kiconv/kiconv_sc/%.c
1443         $(COMPILE.c) -o $@ $<
1444         $(CTFCONVERT_O)
1445 
1446 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/kiconv/kiconv_tc/%.c
1447         $(COMPILE.c) -o $@ $<
1448         $(CTFCONVERT_O)
1449 
1450 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/klm/%.c
1451         $(COMPILE.c) -o $@ $<
1452         $(CTFCONVERT_O)
1453 
1454 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/kmdb/%.c
1455         $(COMPILE.c) -o $@ $<
1456         $(CTFCONVERT_O)
1457 
1458 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/ktli/%.c
1459         $(COMPILE.c) -o $@ $<
1460         $(CTFCONVERT_O)
1461 
1462 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
1463         $(COMPILE.c) -o $@ $<
1464         $(CTFCONVERT_O)
1465 
1466 $(OBJS_DIR)/%.o:                $(COMMONBASE)/iscsi/%.c
1467         $(COMPILE.c) -o $@ $<
1468         $(CTFCONVERT_O)
1469 
1470 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/inet/kifconf/%.c
1471         $(COMPILE.c) -o $@ $<
1472         $(CTFCONVERT_O)
1473 
1474 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vr/%.c
1475         $(COMPILE.c) -o $@ $<
1476         $(CTFCONVERT_O)
1477 
1478 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/yge/%.c
1479         $(COMPILE.c) -o $@ $<
1480         $(CTFCONVERT_O)
1481 
1482 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/sfxge/%.c
1483         $(COMPILE.c) -o $@ $<
1484         $(CTFCONVERT_O)
1485 
1486 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/sfxge/common/%.c
1487         $(COMPILE.c) -o $@ $<
1488         $(CTFCONVERT_O)
1489 
1490 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/skd/%.c
1491         $(COMPILE.c) -o $@ $<
1492         $(CTFCONVERT_O)
1493 
1494 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/virtio/%.c
1495         $(COMPILE.c) -o $@ $<
1496         $(CTFCONVERT_O)
1497 
1498 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vioblk/%.c
1499         $(COMPILE.c) -o $@ $<
1500         $(CTFCONVERT_O)
1501 
1502 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/vioif/%.c
1503         $(COMPILE.c) -o $@ $<
1504         $(CTFCONVERT_O)
1505 
1506 $(OBJS_DIR)/%.o:                $(COMMONBASE)/idspace/%.c
1507         $(COMPILE.c) -o $@ $<
1508         $(CTFCONVERT_O)
1509 
1510 #
1511 # krtld must refer to its own bzero/bcopy until the kernel is fully linked
1512 #
1513 $(OBJS_DIR)/bootrd.o            := CPPFLAGS += -DKOBJ_OVERRIDES
1514 $(OBJS_DIR)/doreloc.o           := CPPFLAGS += -DKOBJ_OVERRIDES
1515 $(OBJS_DIR)/kobj.o              := CPPFLAGS += -DKOBJ_OVERRIDES
1516 $(OBJS_DIR)/kobj_boot.o         := CPPFLAGS += -DKOBJ_OVERRIDES
1517 $(OBJS_DIR)/kobj_bootflags.o    := CPPFLAGS += -DKOBJ_OVERRIDES
1518 $(OBJS_DIR)/kobj_convrelstr.o   := CPPFLAGS += -DKOBJ_OVERRIDES
1519 $(OBJS_DIR)/kobj_isa.o          := CPPFLAGS += -DKOBJ_OVERRIDES
1520 $(OBJS_DIR)/kobj_kdi.o          := CPPFLAGS += -DKOBJ_OVERRIDES
1521 $(OBJS_DIR)/kobj_lm.o           := CPPFLAGS += -DKOBJ_OVERRIDES
1522 $(OBJS_DIR)/kobj_reloc.o        := CPPFLAGS += -DKOBJ_OVERRIDES
1523 $(OBJS_DIR)/kobj_stubs.o        := CPPFLAGS += -DKOBJ_OVERRIDES
1524 $(OBJS_DIR)/kobj_subr.o         := CPPFLAGS += -DKOBJ_OVERRIDES
1525 
1526 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/krtld/%.c
1527         $(COMPILE.c) -o $@ $<
1528         $(CTFCONVERT_O)
1529 
1530 $(OBJS_DIR)/%.o:                $(COMMONBASE)/list/%.c
1531         $(COMPILE.c) -o $@ $<
1532         $(CTFCONVERT_O)
1533 
1534 $(OBJS_DIR)/%.o:                $(COMMONBASE)/lzma/%.c
1535         $(COMPILE.c) -o $@ $<
1536         $(CTFCONVERT_O)
1537 
1538 $(OBJS_DIR)/%.o:                $(COMMONBASE)/crypto/md4/%.c
1539         $(COMPILE.c) -o $@ $<
1540         $(CTFCONVERT_O)
1541 
1542 $(OBJS_DIR)/%.o:                $(COMMONBASE)/crypto/md5/%.c
1543         $(COMPILE.c) -o $@ $<
1544         $(CTFCONVERT_O)
1545 
1546 $(OBJS_DIR)/%.o:                $(COMMONBASE)/net/dhcp/%.c
1547         $(COMPILE.c) -o $@ $<
1548         $(CTFCONVERT_O)
1549 
1550 $(OBJS_DIR)/%.o:                $(COMMONBASE)/nvpair/%.c
1551         $(COMPILE.c) -o $@ $<
1552         $(CTFCONVERT_O)
1553 
1554 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/os/%.c
1555         $(COMPILE.c) -o $@ $<
1556         $(CTFCONVERT_O)
1557 
1558 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/pcmcia/cis/%.c
1559         $(COMPILE.c) -o $@ $<
1560         $(CTFCONVERT_O)
1561 
1562 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/pcmcia/cs/%.c
1563         $(COMPILE.c) -o $@ $<
1564         $(CTFCONVERT_O)
1565 
1566 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/pcmcia/nexus/%.c
1567         $(COMPILE.c) -o $@ $<
1568         $(CTFCONVERT_O)
1569 
1570 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/pcmcia/pcs/%.c
1571         $(COMPILE.c) -o $@ $<
1572         $(CTFCONVERT_O)
1573 
1574 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/refhash/%.c
1575         $(COMPILE.c) -o $@ $<
1576         $(CTFCONVERT_O)
1577 
1578 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/rpc/%.c
1579         $(COMPILE.c) -o $@ $<
1580         $(CTFCONVERT_O)
1581 
1582 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/rpc/sec/%.c
1583         $(COMPILE.c) -o $@ $<
1584         $(CTFCONVERT_O)
1585 
1586 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/rpc/sec_gss/%.c
1587         $(COMPILE.c) -o $@ $<
1588         $(CTFCONVERT_O)
1589 
1590 $(OBJS_DIR)/%.o:                $(COMMONBASE)/crypto/edonr/%.c
1591         $(COMPILE.c) -o $@ $<
1592         $(CTFCONVERT_O)
1593 
1594 $(OBJS_DIR)/%.o:                $(COMMONBASE)/crypto/sha1/%.c
1595         $(COMPILE.c) -o $@ $<
1596         $(CTFCONVERT_O)
1597 
1598 $(OBJS_DIR)/%.o:                $(COMMONBASE)/crypto/sha2/%.c
1599         $(COMPILE.c) -o $@ $<
1600         $(CTFCONVERT_O)
1601 
1602 $(OBJS_DIR)/%.o:                $(COMMONBASE)/crypto/skein/%.c
1603         $(COMPILE.c) -o $@ $<
1604         $(CTFCONVERT_O)
1605 
1606 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/syscall/%.c
1607         $(COMPILE.c) -o $@ $<
1608         $(CTFCONVERT_O)
1609 
1610 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/tnf/%.c
1611         $(COMPILE.c) -o $@ $<
1612         $(CTFCONVERT_O)
1613 
1614 $(OBJS_DIR)/%.o:                $(COMMONBASE)/tsol/%.c
1615         $(COMPILE.c) -o $@ $<
1616         $(CTFCONVERT_O)
1617 
1618 $(OBJS_DIR)/%.o:                $(COMMONBASE)/util/%.c
1619         $(COMPILE.c) -o $@ $<
1620         $(CTFCONVERT_O)
1621 
1622 $(OBJS_DIR)/%.o:                $(COMMONBASE)/unicode/%.c
1623         $(COMPILE.c) -o $@ $<
1624         $(CTFCONVERT_O)
1625 
1626 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/vm/%.c
1627         $(COMPILE.c) -o $@ $<
1628         $(CTFCONVERT_O)
1629 
1630 $(OBJS_DIR)/%.o:                $(SRC)/contrib/zlib/%.c
1631         $(COMPILE.c) -o $@ $<
1632         $(CTFCONVERT_O)
1633 
1634 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/zmod/%.c
1635         $(COMPILE.c) -o $@ $<
1636         $(CTFCONVERT_O)
1637 
1638 $(OBJS_DIR)/zlib_obj.o:         $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1639         $(LD) -r -Breduce -M$(UTSBASE)/common/zmod/mapfile -o $@ \
1640             $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1641         $(CTFMERGE) $(CTFMRGFLAGS) -o $@ $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1642 
1643 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/hxge/%.c
1644         $(COMPILE.c) -o $@ $<
1645         $(CTFCONVERT_O)
1646 
1647 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/tpm/%.c
1648         $(COMPILE.c) -o $@ $<
1649         $(CTFCONVERT_O)
1650 
1651 $(OBJS_DIR)/%.o:                $(UTSBASE)/common/io/tpm/%.s
1652         $(COMPILE.s) -o $@ $<
1653 
1654 $(OBJS_DIR)/bz2%.o:             $(COMMONBASE)/bzip2/%.c
1655         $(COMPILE.c) -o $@ -I$(COMMONBASE)/bzip2 $<
1656         $(CTFCONVERT_O)
1657 
1658 BZ2LINT = -erroff=%all -I$(UTSBASE)/common/bzip2
1659 
1660 $(LINTS_DIR)/bz2%.ln:           $(COMMONBASE)/bzip2/%.c
1661          @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/`basename $@ .ln` $(BZ2LINT) $< $(LTAIL))
1662 
1663 #
1664 #       Section 1b:     Lint `objects'
1665 #
1666 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/aes/%.c
1667         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1668 
1669 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/arcfour/%.c
1670         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1671 
1672 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/blowfish/%.c
1673         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1674 
1675 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/ecc/%.c
1676         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1677 
1678 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/modes/%.c
1679         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1680 
1681 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/padding/%.c
1682         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1683 
1684 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/rng/%.c
1685         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1686 
1687 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/rsa/%.c
1688         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1689 
1690 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/bignum/%.c
1691         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1692 
1693 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/bignum/%.c
1694         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1695 
1696 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/mpi/%.c
1697         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1698 
1699 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/acl/%.c
1700         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1701 
1702 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/avl/%.c
1703         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1704 
1705 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/inet/%.c
1706         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1707 
1708 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/ucode/%.c
1709         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1710 
1711 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/brand/sn1/%.c
1712         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1713 
1714 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/brand/solaris10/%.c
1715         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1716 
1717 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/c2/%.c
1718         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1719 
1720 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/conf/%.c
1721         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1722 
1723 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/contract/%.c
1724         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1725 
1726 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/cpr/%.c
1727         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1728 
1729 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ctf/%.c
1730         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1731 
1732 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/ctf/%.c
1733         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1734 
1735 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/pci/%.c
1736         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1737 
1738 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/devid/%.c
1739         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1740 
1741 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/des/%.c
1742         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1743 
1744 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/secflags/%.c
1745         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1746 
1747 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/smbios/%.c
1748         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1749 
1750 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/des/%.c
1751         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1752 
1753 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/crypto/api/%.c
1754         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1755 
1756 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/crypto/core/%.c
1757         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1758 
1759 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/crypto/io/%.c
1760         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1761 
1762 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/crypto/spi/%.c
1763         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1764 
1765 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/disp/%.c
1766         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1767 
1768 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/dtrace/%.c
1769         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1770 
1771 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/exacct/%.c
1772         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1773 
1774 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/exec/aout/%.c
1775         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1776 
1777 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/exec/elf/%.c
1778         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1779 
1780 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/exec/intp/%.c
1781         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1782 
1783 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/exec/shbin/%.c
1784         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1785 
1786 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/exec/java/%.c
1787         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1788 
1789 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/%.c
1790         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1791 
1792 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/autofs/%.c
1793         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1794 
1795 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/bootfs/%.c
1796         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1797 
1798 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/ctfs/%.c
1799         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1800 
1801 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/doorfs/%.c
1802         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1803 
1804 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/dcfs/%.c
1805         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1806 
1807 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/devfs/%.c
1808         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1809 
1810 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/dev/%.c
1811         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1812 
1813 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/fd/%.c
1814         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1815 
1816 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/fifofs/%.c
1817         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1818 
1819 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/hsfs/%.c
1820         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1821 
1822 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/lofs/%.c
1823         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1824 
1825 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/lxproc/%.c
1826         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1827 
1828 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/mntfs/%.c
1829         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1830 
1831 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/namefs/%.c
1832         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1833 
1834 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/smbsrv/%.c
1835         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1836 
1837 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/smbsrv/%.c
1838         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1839 
1840 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/nfs/%.c
1841         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1842 
1843 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/objfs/%.c
1844         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1845 
1846 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/pcfs/%.c
1847         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1848 
1849 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/portfs/%.c
1850         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1851 
1852 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/proc/%.c
1853         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1854 
1855 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/sharefs/%.c
1856         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1857 
1858 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/smbclnt/%.c
1859         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1860 
1861 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/smbclnt/netsmb/%.c
1862         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1863 
1864 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/smbclnt/smbfs/%.c
1865         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1866 
1867 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/sockfs/%.c
1868         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1869 
1870 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/specfs/%.c
1871         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1872 
1873 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/swapfs/%.c
1874         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1875 
1876 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/tmpfs/%.c
1877         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1878 
1879 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/udfs/%.c
1880         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1881 
1882 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/ufs/%.c
1883         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1884 
1885 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/ufs_log/%.c
1886         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1887 
1888 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vscan/%.c
1889         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1890 
1891 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/zfs/%.c
1892         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1893 
1894 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/zfs/lua/%.c
1895         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1896 
1897 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/fs/zut/%.c
1898         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1899 
1900 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/xattr/%.c
1901         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1902 
1903 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/zfs/%.c
1904         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1905 
1906 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/gssapi/%.c
1907         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1908 
1909 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/gssapi/mechs/dummy/%.c
1910         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1911 
1912 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/%.c
1913         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1914 
1915 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/%.c
1916         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1917 
1918 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/des/%.c
1919         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1920 
1921 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/dk/%.c
1922         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1923 
1924 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/os/%.c
1925         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1926 
1927 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/arcfour/%.c
1928         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1929 
1930 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/enc_provider/%.c
1931         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1932 
1933 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/hash_provider/%.c
1934         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1935 
1936 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
1937         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1938 
1939 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/raw/%.c
1940         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1941 
1942 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/crypto/old/%.c
1943         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1944 
1945 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/krb5/krb/%.c
1946         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1947 
1948 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/krb5/os/%.c
1949         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1950 
1951 $(LINTS_DIR)/%.ln:              $(KMECHKRB5_BASE)/mech/%.c
1952         @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1953 
1954 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/idmap/%.c
1955         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1956 
1957 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/%.c
1958         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1959 
1960 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/sockmods/%.c
1961         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1962 
1963 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/arp/%.c
1964         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1965 
1966 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/ip/%.c
1967         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1968 
1969 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/ipnet/%.c
1970         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1971 
1972 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/iptun/%.c
1973         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1974 
1975 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/ipd/%.c
1976         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1977 
1978 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/ipf/%.c
1979         @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1980 
1981 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/kssl/%.c
1982         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1983 
1984 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/net/patricia/%.c
1985         @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1986 
1987 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/udp/%.c
1988         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1989 
1990 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/sctp/%.c
1991         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1992 
1993 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/tcp/%.c
1994         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1995 
1996 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/ilb/%.c
1997         @($(LHEAD) $(LINT.c) $< $(LTAIL))
1998 
1999 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/nca/%.c
2000         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2001 
2002 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/dlpistub/%.c
2003         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2004 
2005 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/cc/%.c
2006         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2007 
2008 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/%.c
2009         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2010 
2011 $(LINTS_DIR)/%.ln:              $(SRC)/common/font/%.c
2012         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2013 
2014 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/%.c
2015         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2016 
2017 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/adapters/%.c
2018         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2019 
2020 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/targets/av1394/%.c
2021         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2022 
2023 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/targets/dcam1394/%.c
2024         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2025 
2026 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/1394/targets/scsa1394/%.c
2027         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2028 
2029 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sbp2/%.c
2030         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2031 
2032 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/aac/%.c
2033         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2034 
2035 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/afe/%.c
2036         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2037 
2038 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/atge/%.c
2039         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2040 
2041 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/arn/%.c
2042         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2043 
2044 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ath/%.c
2045         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2046 
2047 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/atu/%.c
2048         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2049 
2050 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/impl/%.c
2051         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2052 
2053 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/ac97/%.c
2054         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2055 
2056 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audio1575/%.c
2057         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2058 
2059 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audio810/%.c
2060         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2061 
2062 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiocmi/%.c
2063         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2064 
2065 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiocmihd/%.c
2066         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2067 
2068 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audioens/%.c
2069         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2070 
2071 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
2072         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2073 
2074 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiohd/%.c
2075         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2076 
2077 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audioixp/%.c
2078         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2079 
2080 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiols/%.c
2081         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2082 
2083 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiopci/%.c
2084         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2085 
2086 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiop16x/%.c
2087         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2088 
2089 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiosolo/%.c
2090         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2091 
2092 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiots/%.c
2093         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2094 
2095 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
2096         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2097 
2098 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bfe/%.c
2099         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2100 
2101 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bpf/%.c
2102         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2103 
2104 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bge/%.c
2105         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2106 
2107 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/blkdev/%.c
2108         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2109 
2110 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/%.c
2111         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2112 
2113 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/common/%.c
2114         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2115 
2116 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/drivers/common/ecore/%.c
2117         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2118 
2119 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
2120         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2121 
2122 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/fw/%.c
2123         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2124 
2125 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l4/%.c
2126         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2127 
2128 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l5/%.c
2129         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2130 
2131 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
2132         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2133 
2134 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cardbus/%.c
2135         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2136 
2137 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
2138         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2139 
2140 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/port/fct/%.c
2141         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2142 
2143 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/port/qlt/%.c
2144         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2145 
2146 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/port/srpt/%.c
2147         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2148 
2149 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/iscsit/%.c
2150         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2151 
2152 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/port/fcoet/%.c
2153         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2154 
2155 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/port/iscsit/%.c
2156         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2157 
2158 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/port/pppt/%.c
2159         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2160 
2161 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/comstar/stmf/%.c
2162         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2163 
2164 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cpqary3/%.c
2165         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2166 
2167 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/dld/%.c
2168         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2169 
2170 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/dls/%.c
2171         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2172 
2173 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/dmfe/%.c
2174         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2175 
2176 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/efe/%.c
2177         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2178 
2179 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/elxl/%.c
2180         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2181 
2182 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fcoe/%.c
2183         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2184 
2185 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hme/%.c
2186         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2187 
2188 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pciex/%.c
2189         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2190 
2191 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
2192         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2193 
2194 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pciex/hotplug/%.c
2195         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2196 
2197 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hotplug/pcihp/%.c
2198         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2199 
2200 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/rds/%.c
2201         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2202 
2203 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/rdsv3/%.c
2204         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2205 
2206 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/iser/%.c
2207         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2208 
2209 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/ibd/%.c
2210         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2211 
2212 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/eoib/%.c
2213         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2214 
2215 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/of/sol_ofs/%.c
2216         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2217 
2218 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/of/sol_ucma/%.c
2219         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2220 
2221 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/of/sol_umad/%.c
2222         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2223 
2224 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/of/sol_uverbs/%.c
2225         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2226 
2227 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/sdp/%.c
2228         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2229 
2230 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
2231         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2232 
2233 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
2234         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2235 
2236 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
2237         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2238 
2239 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
2240         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2241 
2242 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/ibnex/%.c
2243         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2244 
2245 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/ibtl/%.c
2246         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2247 
2248 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/adapters/tavor/%.c
2249         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2250 
2251 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/adapters/hermon/%.c
2252         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2253 
2254 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ib/clients/daplt/%.c
2255         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2256 
2257 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/iscsi/%.c
2258         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2259 
2260 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/idm/%.c
2261         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2262 
2263 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ipw/%.c
2264         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2265 
2266 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwh/%.c
2267         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2268 
2269 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwi/%.c
2270         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2271 
2272 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwk/%.c
2273         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2274 
2275 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iwp/%.c
2276         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2277 
2278 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/kb8042/%.c
2279         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2280 
2281 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/kbtrans/%.c
2282         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2283 
2284 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ksocket/%.c
2285         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2286 
2287 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/aggr/%.c
2288         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2289 
2290 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/lp/%.c
2291         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2292 
2293 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mac/%.c
2294         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2295 
2296 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mac/plugins/%.c
2297         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2298 
2299 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mega_sas/%.c
2300         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2301 
2302 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mii/%.c
2303         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2304 
2305 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mr_sas/%.c
2306         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2307 
2308 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
2309         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2310 
2311 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mxfe/%.c
2312         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2313 
2314 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mwl/%.c
2315         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2316 
2317 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/mwl/mwl_fw/%.c
2318         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2319 
2320 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/net80211/%.c
2321         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2322 
2323 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nge/%.c
2324         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2325 
2326 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nvme/%.c
2327         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2328 
2329 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nxge/%.c
2330         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2331 
2332 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nxge/%.s
2333         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2334 
2335 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/nxge/npi/%.c
2336         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2337 
2338 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/overlay/%.c
2339         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2340 
2341 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/overlay/plugins/%.c
2342         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2343 
2344 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pci-ide/%.c
2345         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2346 
2347 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/pcn/%.c
2348         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2349 
2350 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ppp/sppp/%.c
2351         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2352 
2353 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ppp/spppasyn/%.c
2354         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2355 
2356 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ppp/sppptun/%.c
2357         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2358 
2359 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/qede/%.c
2360         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2361 
2362 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ral/%.c
2363         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2364 
2365 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rge/%.c
2366         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2367 
2368 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rtls/%.c
2369         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2370 
2371 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rsm/%.c
2372         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2373 
2374 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rtw/%.c
2375         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2376 
2377 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rum/%.c
2378         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2379 
2380 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rwd/%.c
2381         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2382 
2383 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/rwn/%.c
2384         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2385 
2386 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sata/adapters/ahci/%.c
2387         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2388 
2389 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
2390         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2391 
2392 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sata/adapters/si3124/%.c
2393         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2394 
2395 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sata/impl/%.c
2396         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2397 
2398 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/%.c
2399         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2400 
2401 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
2402         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2403 
2404 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
2405         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2406 
2407 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
2408         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2409 
2410 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
2411         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2412 
2413 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/ulp/%.c
2414         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2415 
2416 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/impl/%.c
2417         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2418 
2419 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
2420         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2421 
2422 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
2423         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2424 
2425 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
2426         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2427 
2428 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
2429         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2430 
2431 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
2432         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2433 
2434 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/conf/%.c
2435         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2436 
2437 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/impl/%.c
2438         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2439 
2440 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/targets/%.c
2441         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2442 
2443 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
2444         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2445 
2446 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sdcard/impl/%.c
2447         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2448 
2449 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
2450         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2451 
2452 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfe/%.c
2453         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2454 
2455 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/simnet/%.c
2456         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2457 
2458 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/softmac/%.c
2459         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2460 
2461 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/uath/%.c
2462         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2463 
2464 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/uath/uath_fw/%.c
2465         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2466 
2467 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ural/%.c
2468         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2469 
2470 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/urtw/%.c
2471         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2472 
2473 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
2474         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2475 
2476 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
2477         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2478 
2479 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
2480         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2481 
2482 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbskel/%.c
2483         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2484 
2485 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
2486         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2487 
2488 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/hid/%.c
2489         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2490 
2491 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/hidparser/%.c
2492         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2493 
2494 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbkbm/%.c
2495         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2496 
2497 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbms/%.c
2498         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2499 
2500 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbinput/usbwcm/%.c
2501         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2502 
2503 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/ugen/%.c
2504         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2505 
2506 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/printer/%.c
2507         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2508 
2509 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbser/%.c
2510         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2511 
2512 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
2513         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2514 
2515 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
2516         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2517 
2518 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
2519         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2520 
2521 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
2522         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2523 
2524 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/clients/usbecm/%.c
2525         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2526 
2527 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/hcd/openhci/%.c
2528         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2529 
2530 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/hcd/ehci/%.c
2531         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2532 
2533 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/hcd/xhci/%.c
2534         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2535 
2536 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/hcd/uhci/%.c
2537         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2538 
2539 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/hubd/%.c
2540         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2541 
2542 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/scsa2usb/%.c
2543         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2544 
2545 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/usb_mid/%.c
2546         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2547 
2548 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/usb_ia/%.c
2549         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2550 
2551 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/usba/%.c
2552         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2553 
2554 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usb/usba10/%.c
2555         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2556 
2557 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/usbgem/%.c
2558         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2559 
2560 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/axf/%.c
2561         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2562 
2563 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/udmf/%.c
2564         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2565 
2566 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/upf/%.c
2567         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2568 
2569 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/urf/%.c
2570         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2571 
2572 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vuidmice/%.c
2573         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2574 
2575 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vnic/%.c
2576         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2577 
2578 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/wpi/%.c
2579         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2580 
2581 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/zyd/%.c
2582         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2583 
2584 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/chxge/com/%.c
2585         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2586 
2587 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/chxge/%.c
2588         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2589 
2590 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cxgbe/common/%.c
2591         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2592 
2593 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cxgbe/shared/%.c
2594         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2595 
2596 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cxgbe/firmware/%.c
2597         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2598 
2599 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cxgbe/t4nex/%.c
2600         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2601 
2602 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/cxgbe/cxgbe/%.c
2603         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2604 
2605 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ixgb/%.c
2606         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2607 
2608 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/xge/drv/%.c
2609         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2610 
2611 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/xge/hal/xgehal/%.c
2612         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2613 
2614 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/e1000g/%.c
2615         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2616 
2617 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/e1000api/%.c
2618         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2619 
2620 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/igb/%.c
2621         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2622 
2623 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/iprb/%.c
2624         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2625 
2626 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ixgbe/%.c
2627         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2628 
2629 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ixgbe/core/%.c
2630         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2631 
2632 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/i40e/%.c
2633         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2634 
2635 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/ntxn/%.c
2636         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2637 
2638 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/myri10ge/drv/%.c
2639         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2640 
2641 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/%.c
2642         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2643 
2644 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/ipgpc/%.c
2645         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2646 
2647 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/dlcosmk/%.c
2648         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2649 
2650 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/flowacct/%.c
2651         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2652 
2653 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/dscpmk/%.c
2654         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2655 
2656 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ipp/meters/%.c
2657         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2658 
2659 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/kiconv/kiconv_emea/%.c
2660         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2661 
2662 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/kiconv/kiconv_ja/%.c
2663         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2664 
2665 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/kiconv/kiconv_ko/%.c
2666         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2667 
2668 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/kiconv/kiconv_sc/%.c
2669         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2670 
2671 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/kiconv/kiconv_tc/%.c
2672         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2673 
2674 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/klm/%.c
2675         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2676 
2677 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/kmdb/%.c
2678         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2679 
2680 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/krtld/%.c
2681         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2682 
2683 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/ktli/%.c
2684         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2685 
2686 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/list/%.c
2687         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2688 
2689 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/lzma/%.c
2690         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2691 
2692 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/md4/%.c
2693         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2694 
2695 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/md5/%.c
2696         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2697 
2698 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/net/dhcp/%.c
2699         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2700 
2701 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/nvpair/%.c
2702         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2703 
2704 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/os/%.c
2705         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2706 
2707 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/rpc/%.c
2708         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2709 
2710 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/pcmcia/cs/%.c
2711         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2712 
2713 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/pcmcia/cis/%.c
2714         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2715 
2716 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/pcmcia/nexus/%.c
2717         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2718 
2719 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/pcmcia/pcs/%.c
2720         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2721 
2722 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/refhash/%.c
2723         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2724 
2725 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/rpc/%.c
2726         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2727 
2728 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/rpc/sec/%.c
2729         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2730 
2731 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/rpc/sec_gss/%.c
2732         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2733 
2734 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/edonr/%.c
2735         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2736 
2737 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/sha1/%.c
2738         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2739 
2740 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/sha2/%.c
2741         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2742 
2743 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/crypto/skein/%.c
2744         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2745 
2746 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/syscall/%.c
2747         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2748 
2749 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/tnf/%.c
2750         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2751 
2752 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/tsol/%.c
2753         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2754 
2755 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/util/%.c
2756         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2757 
2758 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/unicode/%.c
2759         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2760 
2761 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/vm/%.c
2762         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2763 
2764 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
2765         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2766 
2767 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/iscsi/%.c
2768         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2769 
2770 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/inet/kifconf/%.c
2771         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2772 
2773 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/virtio/%.c
2774         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2775 
2776 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vioblk/%.c
2777         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2778 
2779 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vioif/%.c
2780         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2781 
2782 ZMODLINTFLAGS = -erroff=E_CONSTANT_CONDITION
2783 
2784 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/zmod/%.c
2785         @($(LHEAD) $(LINT.c) $(ZMODLINTFLAGS) $< $(LTAIL))
2786 
2787 $(LINTS_DIR)/zlib_obj.ln:       $(ZLIB_OBJS:%.o=$(LINTS_DIR)/%.ln) \
2788                                 $(UTSBASE)/common/zmod/zlib_lint.c
2789         @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/zlib_obj \
2790             $(UTSBASE)/common/zmod/zlib_lint.c $(LTAIL))
2791 
2792 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/hxge/%.c
2793         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2794 
2795 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/tpm/%.c
2796         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2797 
2798 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/tpm/%.s
2799         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2800 
2801 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/vr/%.c
2802         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2803 
2804 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/yge/%.c
2805         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2806 
2807 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfxge/%.c
2808         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2809 
2810 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/sfxge/common/%.c
2811         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2812 
2813 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/skd/%.c
2814         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2815 
2816 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/fsreparse/%.c
2817         @($(LHEAD) $(LINT.c) $< $(LTAIL))
2818 
2819 $(LINTS_DIR)/%.ln:              $(COMMONBASE)/idspace/%.c
2820         @($(LHEAD) $(LINT.c) $< $(LTAIL))