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