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