The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/common/Makefile.rules

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 26880a2d9f6ff6aa1d929b8a7923c437


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.