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