Lines Matching full:with
2 # The long compile-with and dependency lines are required because of
8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \
18 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \
22 compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.OBJDIR}'" \
28 compile-with "${AWK} -f $S/tools/sound/feeder_eq_mkfilter.awk -- ${FEEDER_EQ_PRESETS} > feeder_eq_gen.h" \
33 compile-with "${AWK} -f $S/tools/sound/feeder_rate_mkfilter.awk -- ${FEEDER_RATE_PRESETS} > feeder_rate_gen.h" \
37 compile-with "uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < ${SRCTOP}/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
42 compile-with "${AWK} -f $S/tools/sound/snd_fxdiv_gen.awk -- > snd_fxdiv_gen.h" \
47 compile-with "${AWK} -f $S/tools/miidevs2h.awk $S/dev/mii/miidevs" \
51 compile-with "${KEYMAP} -L ${KBDMUX_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
56 compile-with "${AWK} -f $S/teken/gensequences $S/teken/sequences > teken_state.h" \
60 compile-with "${KEYMAP} -L ${UKBD_DFLT_KEYMAP} | ${KEYMAP_FIX} > ${.TARGET}" \
65 compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -h" \
70 compile-with "${AWK} -f $S/tools/usbdevs2h.awk $S/dev/usb/usbdevs -d" \
75 compile-with "${AWK} -f $S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs -h" \
80 compile-with "${AWK} -f $S/tools/sdiodevs2h.awk $S/dev/sdio/sdiodevs -d" \
136 cddl/compat/opensolaris/kern/opensolaris.c optional dtrace compile-with "${CDDL_C}"
137 cddl/compat/opensolaris/kern/opensolaris_proc.c optional zfs | dtrace compile-with "${CDDL_C}"
138 contrib/openzfs/module/os/freebsd/spl/spl_misc.c optional zfs | dtrace compile-with "${ZFS_C}"
139 contrib/openzfs/module/os/freebsd/spl/spl_cmn_err.c optional zfs | dtrace compile-with "${ZFS_C}"
140 contrib/openzfs/module/os/freebsd/spl/spl_taskq.c optional zfs | dtrace compile-with "${ZFS_C}"
141 contrib/openzfs/module/os/freebsd/spl/spl_kmem.c optional zfs | dtrace compile-with "${ZFS_C}"
144 contrib/openzfs/module/os/freebsd/spl/acl_common.c optional zfs compile-with "${ZFS_C}"
145 contrib/openzfs/module/os/freebsd/spl/callb.c optional zfs compile-with "${ZFS_C}"
146 contrib/openzfs/module/os/freebsd/spl/list.c optional zfs compile-with "${ZFS_C}"
147 contrib/openzfs/module/os/freebsd/spl/spl_acl.c optional zfs compile-with "${ZFS_C}"
148 contrib/openzfs/module/os/freebsd/spl/spl_dtrace.c optional zfs compile-with "${ZFS_C}"
149 contrib/openzfs/module/os/freebsd/spl/spl_kstat.c optional zfs compile-with "${ZFS_C}"
150 contrib/openzfs/module/os/freebsd/spl/spl_policy.c optional zfs compile-with "${ZFS_C}"
151 contrib/openzfs/module/os/freebsd/spl/spl_procfs_list.c optional zfs compile-with "${ZFS_C}"
152 contrib/openzfs/module/os/freebsd/spl/spl_string.c optional zfs compile-with "${ZFS_C}"
153 contrib/openzfs/module/os/freebsd/spl/spl_sunddi.c optional zfs compile-with "${ZFS_C}"
154 contrib/openzfs/module/os/freebsd/spl/spl_sysevent.c optional zfs compile-with "${ZFS_C}"
155 contrib/openzfs/module/os/freebsd/spl/spl_uio.c optional zfs compile-with "${ZFS_C}"
156 contrib/openzfs/module/os/freebsd/spl/spl_vfs.c optional zfs compile-with "${ZFS_C}"
157 contrib/openzfs/module/os/freebsd/spl/spl_vm.c optional zfs compile-with "${ZFS_C}"
158 contrib/openzfs/module/os/freebsd/spl/spl_zlib.c optional zfs compile-with "${ZFS_C}"
159 contrib/openzfs/module/os/freebsd/spl/spl_zone.c optional zfs compile-with "${ZFS_C}"
166 contrib/openzfs/module/avl/avl.c optional zfs compile-with "${ZFS_C}"
169 contrib/openzfs/module/lua/lapi.c optional zfs compile-with "${ZFS_C}"
170 contrib/openzfs/module/lua/lauxlib.c optional zfs compile-with "${ZFS_C}"
171 contrib/openzfs/module/lua/lbaselib.c optional zfs compile-with "${ZFS_C}"
172 contrib/openzfs/module/lua/lcode.c optional zfs compile-with "${ZFS_C}"
173 contrib/openzfs/module/lua/lcompat.c optional zfs compile-with "${ZFS_C}"
174 contrib/openzfs/module/lua/lcorolib.c optional zfs compile-with "${ZFS_C}"
175 contrib/openzfs/module/lua/lctype.c optional zfs compile-with "${ZFS_C}"
176 contrib/openzfs/module/lua/ldebug.c optional zfs compile-with "${ZFS_C}"
177 contrib/openzfs/module/lua/ldo.c optional zfs compile-with "${ZFS_C} ${NO_WINFINITE_RECURSION}"
178 contrib/openzfs/module/lua/lfunc.c optional zfs compile-with "${ZFS_C}"
179 contrib/openzfs/module/lua/lgc.c optional zfs compile-with "${ZFS_C}"
180 contrib/openzfs/module/lua/llex.c optional zfs compile-with "${ZFS_C}"
181 contrib/openzfs/module/lua/lmem.c optional zfs compile-with "${ZFS_C}"
182 contrib/openzfs/module/lua/lobject.c optional zfs compile-with "${ZFS_C}"
183 contrib/openzfs/module/lua/lopcodes.c optional zfs compile-with "${ZFS_C}"
184 contrib/openzfs/module/lua/lparser.c optional zfs compile-with "${ZFS_C}"
185 contrib/openzfs/module/lua/lstate.c optional zfs compile-with "${ZFS_C}"
186 contrib/openzfs/module/lua/lstring.c optional zfs compile-with "${ZFS_C}"
187 contrib/openzfs/module/lua/lstrlib.c optional zfs compile-with "${ZFS_C}"
188 contrib/openzfs/module/lua/ltable.c optional zfs compile-with "${ZFS_C}"
189 contrib/openzfs/module/lua/ltablib.c optional zfs compile-with "${ZFS_C}"
190 contrib/openzfs/module/lua/ltm.c optional zfs compile-with "${ZFS_C}"
191 contrib/openzfs/module/lua/lvm.c optional zfs compile-with "${ZFS_C}"
192 contrib/openzfs/module/lua/lzio.c optional zfs compile-with "${ZFS_C}"
195 contrib/openzfs/module/nvpair/fnvpair.c optional zfs compile-with "${ZFS_C}"
196 contrib/openzfs/module/nvpair/nvpair.c optional zfs compile-with "${ZFS_RPC_C} ${NO_WSTRINGOP_OVERREAD}"
197 contrib/openzfs/module/nvpair/nvpair_alloc_fixed.c optional zfs compile-with "${ZFS_C}"
198 contrib/openzfs/module/nvpair/nvpair_alloc_spl.c optional zfs compile-with "${ZFS_C}"
201 contrib/openzfs/module/os/freebsd/zfs/abd_os.c optional zfs compile-with "${ZFS_C}"
202 contrib/openzfs/module/os/freebsd/zfs/arc_os.c optional zfs compile-with "${ZFS_C}"
203 contrib/openzfs/module/os/freebsd/zfs/crypto_os.c optional zfs compile-with "${ZFS_C}"
204 contrib/openzfs/module/os/freebsd/zfs/dmu_os.c optional zfs compile-with "${ZFS_C}"
205 contrib/openzfs/module/os/freebsd/zfs/event_os.c optional zfs compile-with "${ZFS_C}"
206 contrib/openzfs/module/os/freebsd/zfs/hkdf.c optional zfs compile-with "${ZFS_C}"
207 contrib/openzfs/module/os/freebsd/zfs/kmod_core.c optional zfs compile-with "${ZFS_C}"
208 contrib/openzfs/module/os/freebsd/zfs/spa_os.c optional zfs compile-with "${ZFS_C}"
209 contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c optional zfs compile-with "${ZFS_C} -include $S/modules/zfs/zfs_config.h"
210 contrib/openzfs/module/os/freebsd/zfs/vdev_label_os.c optional zfs compile-with "${ZFS_C}"
211 contrib/openzfs/module/os/freebsd/zfs/vdev_geom.c optional zfs compile-with "${ZFS_C}"
212 contrib/openzfs/module/os/freebsd/zfs/zfs_acl.c optional zfs compile-with "${ZFS_C}"
213 contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c optional zfs compile-with "${ZFS_C}"
214 contrib/openzfs/module/os/freebsd/zfs/zfs_debug.c optional zfs compile-with "${ZFS_C}"
215 contrib/openzfs/module/os/freebsd/zfs/zfs_dir.c optional zfs compile-with "${ZFS_C}"
216 contrib/openzfs/module/os/freebsd/zfs/zfs_file_os.c optional zfs compile-with "${ZFS_C}"
217 contrib/openzfs/module/os/freebsd/zfs/zfs_ioctl_compat.c optional zfs compile-with "${ZFS_C}"
218 contrib/openzfs/module/os/freebsd/zfs/zfs_ioctl_os.c optional zfs compile-with "${ZFS_C}"
219 contrib/openzfs/module/os/freebsd/zfs/zfs_racct.c optional zfs compile-with "${ZFS_C}"
220 contrib/openzfs/module/os/freebsd/zfs/zfs_vfsops.c optional zfs compile-with "${ZFS_C}"
221 contrib/openzfs/module/os/freebsd/zfs/zfs_vnops_os.c optional zfs compile-with "${ZFS_C}"
222 contrib/openzfs/module/os/freebsd/zfs/zfs_znode_os.c optional zfs compile-with "${ZFS_C}"
223 contrib/openzfs/module/os/freebsd/zfs/zio_crypt.c optional zfs compile-with "${ZFS_C}"
224 contrib/openzfs/module/os/freebsd/zfs/zvol_os.c optional zfs compile-with "${ZFS_C}"
227 contrib/openzfs/module/unicode/u8_textprep.c optional zfs compile-with "${ZFS_C}"
230 contrib/openzfs/module/zcommon/cityhash.c optional zfs compile-with "${ZFS_C}"
231 contrib/openzfs/module/zcommon/zfeature_common.c optional zfs compile-with "${ZFS_C}"
232 contrib/openzfs/module/zcommon/zfs_comutil.c optional zfs compile-with "${ZFS_C}"
233 contrib/openzfs/module/zcommon/zfs_deleg.c optional zfs compile-with "${ZFS_C}"
234 contrib/openzfs/module/zcommon/zfs_fletcher.c optional zfs compile-with "${ZFS_C}"
235 contrib/openzfs/module/zcommon/zfs_fletcher_superscalar.c optional zfs compile-with "${ZFS_C}"
236 contrib/openzfs/module/zcommon/zfs_fletcher_superscalar4.c optional zfs compile-with "${ZFS_C}"
237 contrib/openzfs/module/zcommon/zfs_namecheck.c optional zfs compile-with "${ZFS_C}"
238 contrib/openzfs/module/zcommon/zfs_prop.c optional zfs compile-with "${ZFS_C}"
239 contrib/openzfs/module/zcommon/zfs_valstr.c optional zfs compile-with "${ZFS_C}"
240 contrib/openzfs/module/zcommon/zpool_prop.c optional zfs compile-with "${ZFS_C}"
241 contrib/openzfs/module/zcommon/zprop_common.c optional zfs compile-with "${ZFS_C}"
244 contrib/openzfs/module/icp/algs/edonr/edonr.c optional zfs compile-with "${ZFS_C}"
247 contrib/openzfs/module/icp/algs/blake3/blake3.c optional zfs compile-with "${ZFS_C}"
248 contrib/openzfs/module/icp/algs/blake3/blake3_generic.c optional zfs compile-with "${ZFS_C}"
249 contrib/openzfs/module/icp/algs/blake3/blake3_impl.c optional zfs compile-with "${ZFS_C}"
252 contrib/openzfs/module/icp/algs/sha2/sha2_generic.c optional zfs compile-with "${ZFS_C}"
253 contrib/openzfs/module/icp/algs/sha2/sha256_impl.c optional zfs compile-with "${ZFS_C}"
254 contrib/openzfs/module/icp/algs/sha2/sha512_impl.c optional zfs compile-with "${ZFS_C}"
257 contrib/openzfs/module/zfs/abd.c optional zfs compile-with "${ZFS_C}"
258 contrib/openzfs/module/zfs/aggsum.c optional zfs compile-with "${ZFS_C}"
259 contrib/openzfs/module/zfs/arc.c optional zfs compile-with "${ZFS_C}"
260 contrib/openzfs/module/zfs/blake3_zfs.c optional zfs compile-with "${ZFS_C}"
261 contrib/openzfs/module/zfs/blkptr.c optional zfs compile-with "${ZFS_C}"
262 contrib/openzfs/module/zfs/bplist.c optional zfs compile-with "${ZFS_C}"
263 contrib/openzfs/module/zfs/bpobj.c optional zfs compile-with "${ZFS_C}"
264 contrib/openzfs/module/zfs/bptree.c optional zfs compile-with "${ZFS_C}"
265 contrib/openzfs/module/zfs/brt.c optional zfs compile-with "${ZFS_C}"
266 contrib/openzfs/module/zfs/btree.c optional zfs compile-with "${ZFS_C}"
267 contrib/openzfs/module/zfs/bqueue.c optional zfs compile-with "${ZFS_C}"
268 contrib/openzfs/module/zfs/dbuf.c optional zfs compile-with "${ZFS_C}"
269 contrib/openzfs/module/zfs/dbuf_stats.c optional zfs compile-with "${ZFS_C}"
270 contrib/openzfs/module/zfs/dataset_kstats.c optional zfs compile-with "${ZFS_C}"
271 contrib/openzfs/module/zfs/ddt.c optional zfs compile-with "${ZFS_C}"
272 contrib/openzfs/module/zfs/ddt_log.c optional zfs compile-with "${ZFS_C}"
273 contrib/openzfs/module/zfs/ddt_stats.c optional zfs compile-with "${ZFS_C}"
274 contrib/openzfs/module/zfs/ddt_zap.c optional zfs compile-with "${ZFS_C}"
275 contrib/openzfs/module/zfs/dmu.c optional zfs compile-with "${ZFS_C}"
276 contrib/openzfs/module/zfs/dmu_direct.c optional zfs compile-with "${ZFS_C}"
277 contrib/openzfs/module/zfs/dmu_diff.c optional zfs compile-with "${ZFS_C}"
278 contrib/openzfs/module/zfs/dmu_object.c optional zfs compile-with "${ZFS_C}"
279 contrib/openzfs/module/zfs/dmu_objset.c optional zfs compile-with "${ZFS_C}"
280 contrib/openzfs/module/zfs/dmu_recv.c optional zfs compile-with "${ZFS_C}"
281 contrib/openzfs/module/zfs/dmu_redact.c optional zfs compile-with "${ZFS_C}"
282 contrib/openzfs/module/zfs/dmu_send.c optional zfs compile-with "${ZFS_C}"
283 contrib/openzfs/module/zfs/dmu_traverse.c optional zfs compile-with "${ZFS_C}"
284 contrib/openzfs/module/zfs/dmu_tx.c optional zfs compile-with "${ZFS_C}"
285 contrib/openzfs/module/zfs/dmu_zfetch.c optional zfs compile-with "${ZFS_C}"
286 contrib/openzfs/module/zfs/dnode.c optional zfs compile-with "${ZFS_C} ${NO_WUNUSED_BUT_SET_VARIABLE}" \
288 contrib/openzfs/module/zfs/dnode_sync.c optional zfs compile-with "${ZFS_C}"
289 contrib/openzfs/module/zfs/dsl_bookmark.c optional zfs compile-with "${ZFS_C}"
290 contrib/openzfs/module/zfs/dsl_crypt.c optional zfs compile-with "${ZFS_C}"
291 contrib/openzfs/module/zfs/dsl_dataset.c optional zfs compile-with "${ZFS_C}"
292 contrib/openzfs/module/zfs/dsl_deadlist.c optional zfs compile-with "${ZFS_C}"
293 contrib/openzfs/module/zfs/dsl_deleg.c optional zfs compile-with "${ZFS_C}"
294 contrib/openzfs/module/zfs/dsl_destroy.c optional zfs compile-with "${ZFS_C}"
295 contrib/openzfs/module/zfs/dsl_dir.c optional zfs compile-with "${ZFS_C}"
296 contrib/openzfs/module/zfs/dsl_pool.c optional zfs compile-with "${ZFS_C}"
297 contrib/openzfs/module/zfs/dsl_prop.c optional zfs compile-with "${ZFS_C}"
298 contrib/openzfs/module/zfs/dsl_scan.c optional zfs compile-with "${ZFS_C}"
299 contrib/openzfs/module/zfs/dsl_synctask.c optional zfs compile-with "${ZFS_C}"
300 contrib/openzfs/module/zfs/dsl_userhold.c optional zfs compile-with "${ZFS_C}"
301 contrib/openzfs/module/zfs/edonr_zfs.c optional zfs compile-with "${ZFS_C}"
302 contrib/openzfs/module/zfs/fm.c optional zfs compile-with "${ZFS_C}"
303 contrib/openzfs/module/zfs/gzip.c optional zfs compile-with "${ZFS_C}"
304 contrib/openzfs/module/zfs/lzjb.c optional zfs compile-with "${ZFS_C}"
305 contrib/openzfs/module/zfs/lz4.c optional zfs compile-with "${ZFS_C}"
306 contrib/openzfs/module/zfs/lz4_zfs.c optional zfs compile-with "${ZFS_C}"
307 contrib/openzfs/module/zfs/metaslab.c optional zfs compile-with "${ZFS_C}"
308 contrib/openzfs/module/zfs/mmp.c optional zfs compile-with "${ZFS_C}"
309 contrib/openzfs/module/zfs/multilist.c optional zfs compile-with "${ZFS_C}"
310 contrib/openzfs/module/zfs/objlist.c optional zfs compile-with "${ZFS_C}"
311 contrib/openzfs/module/zfs/pathname.c optional zfs compile-with "${ZFS_C}"
312 contrib/openzfs/module/zfs/range_tree.c optional zfs compile-with "${ZFS_C}"
313 contrib/openzfs/module/zfs/refcount.c optional zfs compile-with "${ZFS_C}"
314 contrib/openzfs/module/zfs/rrwlock.c optional zfs compile-with "${ZFS_C}"
315 contrib/openzfs/module/zfs/sa.c optional zfs compile-with "${ZFS_C}"
316 contrib/openzfs/module/zfs/sha2_zfs.c optional zfs compile-with "${ZFS_C}"
317 contrib/openzfs/module/zfs/skein_zfs.c optional zfs compile-with "${ZFS_C}"
318 contrib/openzfs/module/zfs/spa.c optional zfs compile-with "${ZFS_C}"
319 contrib/openzfs/module/zfs/spa_checkpoint.c optional zfs compile-with "${ZFS_C}"
320 contrib/openzfs/module/zfs/spa_config.c optional zfs compile-with "${ZFS_C}"
321 contrib/openzfs/module/zfs/spa_errlog.c optional zfs compile-with "${ZFS_C}"
322 contrib/openzfs/module/zfs/spa_history.c optional zfs compile-with "${ZFS_C}"
323 contrib/openzfs/module/zfs/spa_log_spacemap.c optional zfs compile-with "${ZFS_C}"
324 contrib/openzfs/module/zfs/spa_misc.c optional zfs compile-with "${ZFS_C}"
325 contrib/openzfs/module/zfs/spa_stats.c optional zfs compile-with "${ZFS_C}"
326 contrib/openzfs/module/zfs/space_map.c optional zfs compile-with "${ZFS_C}"
327 contrib/openzfs/module/zfs/space_reftree.c optional zfs compile-with "${ZFS_C}"
328 contrib/openzfs/module/zfs/txg.c optional zfs compile-with "${ZFS_C}"
329 contrib/openzfs/module/zfs/uberblock.c optional zfs compile-with "${ZFS_C}"
330 contrib/openzfs/module/zfs/unique.c optional zfs compile-with "${ZFS_C}"
331 contrib/openzfs/module/zfs/vdev.c optional zfs compile-with "${ZFS_C}"
332 contrib/openzfs/module/zfs/vdev_draid.c optional zfs compile-with "${ZFS_C}"
333 contrib/openzfs/module/zfs/vdev_draid_rand.c optional zfs compile-with "${ZFS_C}"
334 contrib/openzfs/module/zfs/vdev_file.c optional zfs compile-with "${ZFS_C}"
335 contrib/openzfs/module/zfs/vdev_indirect.c optional zfs compile-with "${ZFS_C}"
336 contrib/openzfs/module/zfs/vdev_indirect_births.c optional zfs compile-with "${ZFS_C}"
337 contrib/openzfs/module/zfs/vdev_indirect_mapping.c optional zfs compile-with "${ZFS_C}"
338 contrib/openzfs/module/zfs/vdev_initialize.c optional zfs compile-with "${ZFS_C}"
339 contrib/openzfs/module/zfs/vdev_label.c optional zfs compile-with "${ZFS_C}"
340 contrib/openzfs/module/zfs/vdev_mirror.c optional zfs compile-with "${ZFS_C}"
341 contrib/openzfs/module/zfs/vdev_missing.c optional zfs compile-with "${ZFS_C}"
342 contrib/openzfs/module/zfs/vdev_queue.c optional zfs compile-with "${ZFS_C}"
343 contrib/openzfs/module/zfs/vdev_raidz.c optional zfs compile-with "${ZFS_C}"
344 contrib/openzfs/module/zfs/vdev_raidz_math.c optional zfs compile-with "${ZFS_C}"
345 contrib/openzfs/module/zfs/vdev_raidz_math_scalar.c optional zfs compile-with "${ZFS_C}"
346 contrib/openzfs/module/zfs/vdev_rebuild.c optional zfs compile-with "${ZFS_C}"
347 contrib/openzfs/module/zfs/vdev_removal.c optional zfs compile-with "${ZFS_C}"
348 contrib/openzfs/module/zfs/vdev_root.c optional zfs compile-with "${ZFS_C}"
349 contrib/openzfs/module/zfs/vdev_trim.c optional zfs compile-with "${ZFS_C}"
350 contrib/openzfs/module/zfs/zap.c optional zfs compile-with "${ZFS_C}"
351 contrib/openzfs/module/zfs/zap_leaf.c optional zfs compile-with "${ZFS_C}"
352 contrib/openzfs/module/zfs/zap_micro.c optional zfs compile-with "${ZFS_C}"
353 contrib/openzfs/module/zfs/zcp.c optional zfs compile-with "${ZFS_C}"
354 contrib/openzfs/module/zfs/zcp_get.c optional zfs compile-with "${ZFS_C}"
355 contrib/openzfs/module/zfs/zcp_global.c optional zfs compile-with "${ZFS_C}"
356 contrib/openzfs/module/zfs/zcp_iter.c optional zfs compile-with "${ZFS_C}"
357 contrib/openzfs/module/zfs/zcp_set.c optional zfs compile-with "${ZFS_C}"
358 contrib/openzfs/module/zfs/zcp_synctask.c optional zfs compile-with "${ZFS_C}"
359 contrib/openzfs/module/zfs/zfeature.c optional zfs compile-with "${ZFS_C}"
360 contrib/openzfs/module/zfs/zfs_byteswap.c optional zfs compile-with "${ZFS_C}"
361 contrib/openzfs/module/zfs/zfs_chksum.c optional zfs compile-with "${ZFS_C}"
362 contrib/openzfs/module/zfs/zfs_crrd.c optional zfs compile-with "${ZFS_C}"
363 contrib/openzfs/module/zfs/zfs_fm.c optional zfs compile-with "${ZFS_C} ${NO_WUNUSED_BUT_SET_VARIABLE}"
364 contrib/openzfs/module/zfs/zfs_fuid.c optional zfs compile-with "${ZFS_C}"
365 contrib/openzfs/module/zfs/zfs_impl.c optional zfs compile-with "${ZFS_C}"
366 contrib/openzfs/module/zfs/zfs_ioctl.c optional zfs compile-with "${ZFS_C}"
367 contrib/openzfs/module/zfs/zfs_log.c optional zfs compile-with "${ZFS_C}"
368 contrib/openzfs/module/zfs/zfs_onexit.c optional zfs compile-with "${ZFS_C}"
369 contrib/openzfs/module/zfs/zfs_quota.c optional zfs compile-with "${ZFS_C}"
370 contrib/openzfs/module/zfs/zfs_ratelimit.c optional zfs compile-with "${ZFS_C}"
371 contrib/openzfs/module/zfs/zfs_replay.c optional zfs compile-with "${ZFS_C}"
372 contrib/openzfs/module/zfs/zfs_rlock.c optional zfs compile-with "${ZFS_C}"
373 contrib/openzfs/module/zfs/zfs_sa.c optional zfs compile-with "${ZFS_C}"
374 contrib/openzfs/module/zfs/zfs_vnops.c optional zfs compile-with "${ZFS_C}"
375 contrib/openzfs/module/zfs/zfs_znode.c optional zfs compile-with "${ZFS_C}"
376 contrib/openzfs/module/zstd/zfs_zstd.c optional zfs zstdio compile-with "${ZFS_C}"
377 contrib/openzfs/module/zfs/zil.c optional zfs compile-with "${ZFS_C}"
378 contrib/openzfs/module/zfs/zio.c optional zfs compile-with "${ZFS_C}"
379 contrib/openzfs/module/zfs/zio_checksum.c optional zfs compile-with "${ZFS_C}"
380 contrib/openzfs/module/zfs/zio_compress.c optional zfs compile-with "${ZFS_C}"
381 contrib/openzfs/module/zfs/zio_inject.c optional zfs compile-with "${ZFS_C}"
382 contrib/openzfs/module/zfs/zle.c optional zfs compile-with "${ZFS_C}"
383 contrib/openzfs/module/zfs/zrlock.c optional zfs compile-with "${ZFS_C}"
384 contrib/openzfs/module/zfs/zthr.c optional zfs compile-with "${ZFS_C}"
385 contrib/openzfs/module/zfs/zvol.c optional zfs compile-with "${ZFS_C}"
388 cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c optional dtrace compile-with "${DTRACE_C}" \
390 cddl/contrib/opensolaris/uts/common/dtrace/dtrace_xoroshiro128_plus.c optional dtrace compile-with "${DTRACE_C}"
391 cddl/dev/dtmalloc/dtmalloc.c optional dtmalloc | dtraceall compile-with "${CDDL_C}"
392 cddl/dev/profile/profile.c optional dtrace_profile | dtraceall compile-with "${CDDL_C}"
393 cddl/dev/sdt/sdt.c optional dtrace_sdt | dtraceall compile-with "${CDDL_C}"
394 cddl/dev/fbt/fbt.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}"
395 cddl/dev/systrace/systrace.c optional dtrace_systrace | dtraceall compile-with "${CDDL_C}"
396 cddl/dev/prototype.c optional dtrace_prototype | dtraceall compile-with "${CDDL_C}"
397 fs/nfsclient/nfs_clkdtrace.c optional dtnfscl nfscl | dtraceall nfscl compile-with "${CDDL_C}"
404 contrib/ck/src/ck_array.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
405 contrib/ck/src/ck_barrier_centralized.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
406 contrib/ck/src/ck_barrier_combining.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
407 contrib/ck/src/ck_barrier_dissemination.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
408 contrib/ck/src/ck_barrier_mcs.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
409 contrib/ck/src/ck_barrier_tournament.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
410 contrib/ck/src/ck_epoch.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
411 contrib/ck/src/ck_hp.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
412 contrib/ck/src/ck_hs.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
413 contrib/ck/src/ck_ht.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
414 contrib/ck/src/ck_rhs.c standard compile-with "${NORMAL_C} -I$S/contrib/ck/include"
510 compile-with "${NORMAL_C} ${NO_WUNUSED_BUT_SET_VARIABLE}"
602 netpfil/ipfilter/netinet/fil.c optional ipfilter inet compile-with "${IPFILTER_C}"
603 netpfil/ipfilter/netinet/ip_auth.c optional ipfilter inet compile-with "${IPFILTER_C}"
604 netpfil/ipfilter/netinet/ip_fil_freebsd.c optional ipfilter inet compile-with "${IPFILTER_C}"
605 netpfil/ipfilter/netinet/ip_frag.c optional ipfilter inet compile-with "${IPFILTER_C}"
606 netpfil/ipfilter/netinet/ip_log.c optional ipfilter inet compile-with "${IPFILTER_C}"
607 netpfil/ipfilter/netinet/ip_nat.c optional ipfilter inet compile-with "${IPFILTER_C}"
608 netpfil/ipfilter/netinet/ip_proxy.c optional ipfilter inet compile-with "${IPFILTER_C}"
609 netpfil/ipfilter/netinet/ip_state.c optional ipfilter inet compile-with "${IPFILTER_C}"
610 netpfil/ipfilter/netinet/ip_lookup.c optional ipfilter inet compile-with "${IPFILTER_C}"
611 netpfil/ipfilter/netinet/ip_pool.c optional ipfilter inet compile-with "${IPFILTER_C}"
612 netpfil/ipfilter/netinet/ip_htable.c optional ipfilter inet compile-with "${IPFILTER_C}"
613 netpfil/ipfilter/netinet/ip_sync.c optional ipfilter inet compile-with "${IPFILTER_C}"
614 netpfil/ipfilter/netinet/mlfk_ipl.c optional ipfilter inet compile-with "${IPFILTER_C}"
615 netpfil/ipfilter/netinet/ip_nat6.c optional ipfilter inet compile-with "${IPFILTER_C}"
616 netpfil/ipfilter/netinet/ip_rules.c optional ipfilter inet compile-with "${IPFILTER_C}"
617 netpfil/ipfilter/netinet/ip_scan.c optional ipfilter inet compile-with "${IPFILTER_C}"
618 netpfil/ipfilter/netinet/ip_dstlist.c optional ipfilter inet compile-with "${IPFILTER_C}"
619 netpfil/ipfilter/netinet/radix_ipf.c optional ipfilter inet compile-with "${IPFILTER_C}"
632 compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
634 compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
636 compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
638 compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
640 compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
642 compile-with "${NORMAL_C} -DXZ_USE_CRC64 -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
644 contrib/zstd/lib/freebsd/zstd_kmalloc.c optional zstdio compile-with ${ZSTD_C}
645 contrib/zstd/lib/common/zstd_common.c optional zstdio compile-with ${ZSTD_C}
646 contrib/zstd/lib/common/fse_decompress.c optional zstdio compile-with ${ZSTD_C}
647 contrib/zstd/lib/common/entropy_common.c optional zstdio compile-with ${ZSTD_C}
648 contrib/zstd/lib/common/error_private.c optional zstdio compile-with ${ZSTD_C}
649 contrib/zstd/lib/common/xxhash.c optional zstdio compile-with ${ZSTD_C}
650 contrib/zstd/lib/compress/zstd_compress.c optional zstdio compile-with ${ZSTD_C}
651 contrib/zstd/lib/compress/zstd_compress_literals.c optional zstdio compile-with ${ZSTD_C}
652 contrib/zstd/lib/compress/zstd_compress_sequences.c optional zstdio compile-with ${ZSTD_C}
653 contrib/zstd/lib/compress/zstd_compress_superblock.c optional zstdio compile-with "${ZSTD_C} ${NO_WUNUSED_BUT_SET_VARIABLE}"
654 contrib/zstd/lib/compress/fse_compress.c optional zstdio compile-with ${ZSTD_C}
655 contrib/zstd/lib/compress/hist.c optional zstdio compile-with ${ZSTD_C}
656 contrib/zstd/lib/compress/huf_compress.c optional zstdio compile-with ${ZSTD_C}
657 contrib/zstd/lib/compress/zstd_double_fast.c optional zstdio compile-with ${ZSTD_C}
658 contrib/zstd/lib/compress/zstd_fast.c optional zstdio compile-with ${ZSTD_C}
659 contrib/zstd/lib/compress/zstd_lazy.c optional zstdio compile-with ${ZSTD_C}
660 contrib/zstd/lib/compress/zstd_ldm.c optional zstdio compile-with ${ZSTD_C}
661 contrib/zstd/lib/compress/zstd_opt.c optional zstdio compile-with ${ZSTD_C}
662 contrib/zstd/lib/decompress/zstd_ddict.c optional zstdio compile-with ${ZSTD_C}
663 contrib/zstd/lib/decompress/zstd_decompress.c optional zstdio compile-with ${ZSTD_C}
666 compile-with "${ZSTD_C} ${ZSTD_DECOMPRESS_BLOCK_FLAGS}"
667 contrib/zstd/lib/decompress/huf_decompress.c optional zstdio compile-with "${ZSTD_C} ${NO_WBITWISE_INSTEAD_OF_LOGICAL}"
670 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
672 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function"
674 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual"
681 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
787 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
789 compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"
802 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
805 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
808 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
811 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
814 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
817 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
820 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
823 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
826 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
829 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
832 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
835 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
838 compile-with "${CC} -c -o ${.TARGET} ${CFLAGS} -I$S/contrib/alpine-hal -I$S/contrib/alpine-hal/eth ${.IMPSRC}"
875 compile-with "${ATH_C}"
877 compile-with "${ATH_C}"
879 compile-with "${ATH_C}"
881 compile-with "${ATH_C}"
883 compile-with "${ATH_C}"
885 compile-with "${ATH_C}"
887 compile-with "${ATH_C}"
889 compile-with "${ATH_C}"
891 compile-with "${ATH_C}"
893 compile-with "${ATH_C}"
895 compile-with "${ATH_C}"
897 compile-with "${ATH_C}"
899 compile-with "${ATH_C}"
901 compile-with "${ATH_C}"
903 compile-with "${ATH_C}"
905 compile-with "${ATH_C}"
907 compile-with "${ATH_C}"
909 compile-with "${ATH_C}"
911 compile-with "${ATH_C}"
913 compile-with "${ATH_C}"
915 compile-with "${ATH_C}"
918 compile-with "${ATH_C}"
920 compile-with "${ATH_C}"
922 compile-with "${ATH_C}"
925 compile-with "${ATH_C}"
928 compile-with "${ATH_C}"
931 compile-with "${ATH_C}"
933 compile-with "${ATH_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW}"
936 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
938 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
940 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
942 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
944 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
946 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
948 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
950 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
952 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
954 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
957 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
959 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
961 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
963 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
965 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
967 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
969 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
971 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
973 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
975 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
980 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
984 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
988 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
992 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
996 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1000 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1004 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1008 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1012 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1016 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1020 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1024 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1028 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1032 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1037 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1041 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1045 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1049 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1053 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1057 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1061 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1065 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1069 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1073 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1077 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1081 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1085 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1089 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1093 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1097 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1101 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1105 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1109 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1113 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1116 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1120 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1123 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1126 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1128 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1130 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1132 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1134 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1136 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1139 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1141 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1143 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1145 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1149 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1151 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1153 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1155 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WCONSTANT_CONVERSION}"
1157 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1159 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1161 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1163 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1165 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1167 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1169 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1171 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1173 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1175 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1177 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1179 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1181 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1183 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal ${NO_WSOMETIMES_UNINITIALIZED} -Wno-unused-function"
1185 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1187 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1189 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1191 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1193 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1195 compile-with "${ATH_C} -I$S/dev/ath/ath_hal -I$S/contrib/dev/ath/ath_hal"
1199 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1201 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1203 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1205 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1207 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1209 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1211 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1214 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1216 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1218 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1220 compile-with "${ATH_C} -I$S/dev/ath/ath_hal"
1224 compile-with "${ATH_C}"
1226 compile-with "${ATH_C}"
1228 compile-with "${ATH_C}"
1231 compile-with "${ATH_C}"
1305 dev/bnxt/bnxt_en/bnxt_auxbus_compat.c optional bnxt iflib pci compile-with "${BNXT_C}"
1306 dev/bnxt/bnxt_en/bnxt_dcb.c optional bnxt iflib pci compile-with "${BNXT_C}"
1307 dev/bnxt/bnxt_en/bnxt_hwrm.c optional bnxt iflib pci compile-with "${BNXT_C}"
1308 dev/bnxt/bnxt_en/bnxt_mgmt.c optional bnxt iflib pci compile-with "${BNXT_C}"
1309 dev/bnxt/bnxt_en/bnxt_sysctl.c optional bnxt iflib pci compile-with "${BNXT_C}"
1310 dev/bnxt/bnxt_en/bnxt_txrx.c optional bnxt iflib pci compile-with "${BNXT_C}"
1311 dev/bnxt/bnxt_en/bnxt_ulp.c optional bnxt iflib pci compile-with "${BNXT_C}"
1312 dev/bnxt/bnxt_en/if_bnxt.c optional bnxt iflib pci compile-with "${BNXT_C}"
1350 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1352 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1354 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1356 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1358 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1360 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1362 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1364 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1366 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1368 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1370 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1372 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1374 compile-with "${NORMAL_C} -I$S/dev/cxgb"
1376 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1378 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1381 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1383 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1385 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1387 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1389 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1391 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1393 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1395 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1397 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1399 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1401 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1403 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1405 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1407 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1409 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1411 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1413 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1415 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1417 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1419 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1421 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1423 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1425 compile-with "${AWK} -f $S/tools/fw_stub.awk t4fw_cfg.fw:t4fw_cfg t4fw_cfg_uwire.fw:t4fw_cfg_uwire t4fw.fw:t4fw -mt4fw_cfg -c${.TARGET}" \
1430 compile-with "${NORMAL_FWO}" \
1435 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1440 compile-with "${NORMAL_FWO}" \
1445 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1450 compile-with "${NORMAL_FWO}" \
1455 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1459 compile-with "${AWK} -f $S/tools/fw_stub.awk t5fw_cfg.fw:t5fw_cfg t5fw_cfg_uwire.fw:t5fw_cfg_uwire t5fw.fw:t5fw -mt5fw_cfg -c${.TARGET}" \
1464 compile-with "${NORMAL_FWO}" \
1469 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1474 compile-with "${NORMAL_FWO}" \
1479 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1484 compile-with "${NORMAL_FWO}" \
1489 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1493 compile-with "${AWK} -f $S/tools/fw_stub.awk t6fw_cfg.fw:t6fw_cfg t6fw_cfg_uwire.fw:t6fw_cfg_uwire t6fw.fw:t6fw -mt6fw_cfg -c${.TARGET}" \
1498 compile-with "${NORMAL_FWO}" \
1503 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1508 compile-with "${NORMAL_FWO}" \
1513 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1518 compile-with "${NORMAL_FWO}" \
1523 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1527 compile-with "${AWK} -f $S/tools/fw_stub.awk t7fw_cfg.fw:t7fw_cfg t7fw_cfg_uwire.fw:t7fw_cfg_uwire -mt7fw_cfg -c${.TARGET}" \
1532 compile-with "${NORMAL_FWO}" \
1537 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1542 compile-with "${NORMAL_FWO}" \
1547 compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
1551 compile-with "${NORMAL_C} -I$S/dev/cxgbe"
1613 compile-with "${NORMAL_C} -I$S/dev/e1000"
1615 compile-with "${NORMAL_C} -I$S/dev/e1000"
1617 compile-with "${NORMAL_C} -I$S/dev/e1000"
1619 compile-with "${NORMAL_C} -I$S/dev/e1000"
1621 compile-with "${NORMAL_C} -I$S/dev/e1000"
1623 compile-with "${NORMAL_C} -I$S/dev/e1000"
1625 compile-with "${NORMAL_C} -I$S/dev/e1000"
1627 compile-with "${NORMAL_C} -I$S/dev/e1000"
1629 compile-with "${NORMAL_C} -I$S/dev/e1000"
1631 compile-with "${NORMAL_C} -I$S/dev/e1000"
1633 compile-with "${NORMAL_C} -I$S/dev/e1000"
1635 compile-with "${NORMAL_C} -I$S/dev/e1000"
1637 compile-with "${NORMAL_C} -I$S/dev/e1000"
1639 compile-with "${NORMAL_C} -I$S/dev/e1000"
1641 compile-with "${NORMAL_C} -I$S/dev/e1000"
1643 compile-with "${NORMAL_C} -I$S/dev/e1000"
1645 compile-with "${NORMAL_C} -I$S/dev/e1000"
1647 compile-with "${NORMAL_C} -I$S/dev/e1000"
1649 compile-with "${NORMAL_C} -I$S/dev/e1000"
1651 compile-with "${NORMAL_C} -I$S/dev/e1000"
1653 compile-with "${NORMAL_C} -I$S/dev/e1000"
1656 compile-with "${NORMAL_C} -I$S/contrib"
1658 compile-with "${NORMAL_C} -I$S/contrib"
1660 compile-with "${NORMAL_C} -I$S/contrib"
1662 compile-with "${NORMAL_C} -I$S/contrib"
1664 compile-with "${NORMAL_C} -I$S/contrib"
1868 compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
1875 compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_bss.fw:ipw_bss:130 -lintel_ipw -mipw_bss -c${.TARGET}" \
1880 compile-with "${NORMAL_FWO}" \
1885 compile-with "${NORMAL_FW}" \
1889 compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_ibss.fw:ipw_ibss:130 -lintel_ipw -mipw_ibss -c${.TARGET}" \
1894 compile-with "${NORMAL_FWO}" \
1899 compile-with "${NORMAL_FW}" \
1903 compile-with "${AWK} -f $S/tools/fw_stub.awk ipw_monitor.fw:ipw_monitor:130 -lintel_ipw -mipw_monitor -c${.TARGET}" \
1908 compile-with "${NORMAL_FWO}" \
1913 compile-with "${NORMAL_FW}" \
1922 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1924 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1926 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1928 compile-with "${OFED_C} -DICL_KERNEL_PROXY"
1939 compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_bss.fw:iwi_bss:300 -lintel_iwi -miwi_bss -c${.TARGET}" \
1944 compile-with "${NORMAL_FWO}" \
1949 compile-with "${NORMAL_FW}" \
1953 compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_ibss.fw:iwi_ibss:300 -lintel_iwi -miwi_ibss -c${.TARGET}" \
1958 compile-with "${NORMAL_FWO}" \
1963 compile-with "${NORMAL_FW}" \
1967 compile-with "${AWK} -f $S/tools/fw_stub.awk iwi_monitor.fw:iwi_monitor:300 -lintel_iwi -miwi_monitor -c${.TARGET}" \
1972 compile-with "${NORMAL_FWO}" \
1977 compile-with "${NORMAL_FW}" \
2000 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm3160.fw:iwm3160fw -miwm3160fw -c${.TARGET}" \
2005 compile-with "${NORMAL_FWO}" \
2010 compile-with "${NORMAL_FW}" \
2014 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm3168.fw:iwm3168fw -miwm3168fw -c${.TARGET}" \
2019 compile-with "${NORMAL_FWO}" \
2024 compile-with "${NORMAL_FW}" \
2028 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7260.fw:iwm7260fw -miwm7260fw -c${.TARGET}" \
2033 compile-with "${NORMAL_FWO}" \
2038 compile-with "${NORMAL_FW}" \
2042 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265.fw:iwm7265fw -miwm7265fw -c${.TARGET}" \
2047 compile-with "${NORMAL_FWO}" \
2052 compile-with "${NORMAL_FW}" \
2056 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm7265D.fw:iwm7265Dfw -miwm7265Dfw -c${.TARGET}" \
2061 compile-with "${NORMAL_FWO}" \
2066 compile-with "${NORMAL_FW}" \
2070 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8000C.fw:iwm8000Cfw -miwm8000Cfw -c${.TARGET}" \
2075 compile-with "${NORMAL_FWO}" \
2080 compile-with "${NORMAL_FW}" \
2085 compile-with "${NORMAL_FW}" \
2089 compile-with "${AWK} -f $S/tools/fw_stub.awk iwm8265.fw:iwm8265fw -miwm8265fw -c${.TARGET}" \
2094 compile-with "${NORMAL_FWO}" \
2099 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn1000.fw:iwn1000fw -miwn1000fw -c${.TARGET}" \
2104 compile-with "${NORMAL_FWO}" \
2109 compile-with "${NORMAL_FW}" \
2113 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn100.fw:iwn100fw -miwn100fw -c${.TARGET}" \
2118 compile-with "${NORMAL_FWO}" \
2123 compile-with "${NORMAL_FW}" \
2127 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn105.fw:iwn105fw -miwn105fw -c${.TARGET}" \
2132 compile-with "${NORMAL_FWO}" \
2137 compile-with "${NORMAL_FW}" \
2141 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn135.fw:iwn135fw -miwn135fw -c${.TARGET}" \
2146 compile-with "${NORMAL_FWO}" \
2151 compile-with "${NORMAL_FW}" \
2155 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2000.fw:iwn2000fw -miwn2000fw -c${.TARGET}" \
2160 compile-with "${NORMAL_FWO}" \
2165 compile-with "${NORMAL_FW}" \
2169 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn2030.fw:iwn2030fw -miwn2030fw -c${.TARGET}" \
2174 compile-with "${NORMAL_FWO}" \
2179 compile-with "${NORMAL_FW}" \
2183 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn4965.fw:iwn4965fw -miwn4965fw -c${.TARGET}" \
2188 compile-with "${NORMAL_FWO}" \
2193 compile-with "${NORMAL_FW}" \
2197 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5000.fw:iwn5000fw -miwn5000fw -c${.TARGET}" \
2202 compile-with "${NORMAL_FWO}" \
2207 compile-with "${NORMAL_FW}" \
2211 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn5150.fw:iwn5150fw -miwn5150fw -c${.TARGET}" \
2216 compile-with "${NORMAL_FWO}" \
2221 compile-with "${NORMAL_FW}" \
2225 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000.fw:iwn6000fw -miwn6000fw -c${.TARGET}" \
2230 compile-with "${NORMAL_FWO}" \
2235 compile-with "${NORMAL_FW}" \
2239 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000g2a.fw:iwn6000g2afw -miwn6000g2afw -c${.TARGET}" \
2244 compile-with "${NORMAL_FWO}" \
2249 compile-with "${NORMAL_FW}" \
2253 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6000g2b.fw:iwn6000g2bfw -miwn6000g2bfw -c${.TARGET}" \
2258 compile-with "${NORMAL_FWO}" \
2263 compile-with "${NORMAL_FW}" \
2267 compile-with "${AWK} -f $S/tools/fw_stub.awk iwn6050.fw:iwn6050fw -miwn6050fw -c${.TARGET}" \
2272 compile-with "${NORMAL_FWO}" \
2277 compile-with "${NORMAL_FW}" \
2281 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2283 compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
2285 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2287 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2289 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2291 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2293 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2295 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2297 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2299 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2301 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2303 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2305 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2307 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2309 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2311 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2313 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2315 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2317 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2319 compile-with "${NORMAL_C} -I$S/dev/ixgbe"
2332 compile-with "${NORMAL_C} \
2335 compile-with "${NORMAL_C} \
2338 compile-with "${NORMAL_C} \
2341 compile-with "${NORMAL_C} \
2344 compile-with "${NORMAL_C} \
2347 compile-with "${NORMAL_C} \
2350 compile-with "${NORMAL_C} \
2353 compile-with "${NORMAL_C} \
2356 compile-with "${NORMAL_C} \
2359 compile-with "${NORMAL_C} \
2362 compile-with "${NORMAL_C} \
2365 compile-with "${NORMAL_C} \
2368 compile-with "${NORMAL_C} \
2371 compile-with "${NORMAL_C} \
2374 compile-with "${AWK} -f $S/tools/fw_stub.awk lio_23xx_nic.bin.fw:lio_23xx_nic.bin -mlio_23xx_nic.bin -c${.TARGET}" \
2379 compile-with "${NORMAL_FWO}" \
2384 compile-with "${NORMAL_FW}" \
2443 compile-with "${MLXFW_C}"
2445 compile-with "${MLXFW_C}"
2447 compile-with "${MLXFW_C}"
2467 compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
2470 compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
2478 compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED}"
2481 compile-with "${NORMAL_C} ${NO_WUNNEEDED_INTERNAL_DECL}"
2499 compile-with "${LINUXKPI_C}"
2508 compile-with "${AWK} -f $S/tools/fw_stub.awk mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot -mmwl -c${.TARGET}" \
2513 compile-with "${NORMAL_FWO}" \
2518 compile-with "${NORMAL_FW}" \
2523 compile-with "${NORMAL_FWO}" \
2528 compile-with "${NORMAL_FW}" \
2551 # compile-with "${NORMAL_C} -Wconversion -Wextra"
2655 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2657 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2659 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2661 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2663 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2665 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2667 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2669 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2671 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2673 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2675 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2677 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2679 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2681 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2683 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2685 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2687 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2689 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2691 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2693 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2695 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2697 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2699 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2701 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2703 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2705 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2707 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2709 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2711 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2713 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2715 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2717 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2719 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2721 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2723 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2725 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2727 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2729 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2731 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2733 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2735 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2737 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2739 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2741 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2743 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2745 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2747 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2749 compile-with "${NORMAL_C} -Wunused-variable -Woverflow -Wparentheses -w"
2789 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561.fw:rt2561fw -mrt2561 -c${.TARGET}" \
2794 compile-with "${NORMAL_FWO}" \
2799 compile-with "${NORMAL_FW}" \
2803 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2561s.fw:rt2561sfw -mrt2561s -c${.TARGET}" \
2808 compile-with "${NORMAL_FWO}" \
2813 compile-with "${NORMAL_FW}" \
2817 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2661.fw:rt2661fw -mrt2661 -c${.TARGET}" \
2822 compile-with "${NORMAL_FWO}" \
2827 compile-with "${NORMAL_FW}" \
2831 compile-with "${AWK} -f $S/tools/fw_stub.awk rt2860.fw:rt2860fw -mrt2860 -c${.TARGET}" \
2836 compile-with "${NORMAL_FWO}" \
2841 compile-with "${NORMAL_FW}" \
2849 compile-with "${NORMAL_C} -I$S/crypto/blake2"
2851 compile-with "${NORMAL_C} -I$S/crypto/blake2"
2853 compile-with "${NORMAL_C} -I$S/crypto/blake2"
2967 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8188eefw.fw:rtwn-rtl8188eefw:111 -mrtwn-rtl8188eefw -c${.TARGET}" \
2972 compile-with "${NORMAL_FWO}" \
2977 compile-with "${NORMAL_FW}" \
2981 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8188eufw.fw:rtwn-rtl8188eufw:111 -mrtwn-rtl8188eufw -c${.TARGET}" \
2986 compile-with "${NORMAL_FWO}" \
2991 compile-with "${NORMAL_FW}" \
2995 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwE.fw:rtwn-rtl8192cfwE:111 -mrtwn-rtl8192cfwE -c${.TARGET}" \
3000 compile-with "${NORMAL_FWO}" \
3005 compile-with "${NORMAL_FW}" \
3009 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwE_B.fw:rtwn-rtl8192cfwE_B:111 -mrtwn-rtl8192cfwE_B -c${.TARGET}" \
3014 compile-with "${NORMAL_FWO}" \
3019 compile-with "${NORMAL_FW}" \
3023 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwT.fw:rtwn-rtl8192cfwT:111 -mrtwn-rtl8192cfwT -c${.TARGET}" \
3028 compile-with "${NORMAL_FWO}" \
3033 compile-with "${NORMAL_FW}" \
3037 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwU.fw:rtwn-rtl8192cfwU:111 -mrtwn-rtl8192cfwU -c${.TARGET}" \
3042 compile-with "${NORMAL_FWO}" \
3047 compile-with "${NORMAL_FW}" \
3051 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192eufw.fw:rtwn-rtl8192eufw:111 -mrtwn-rtl8192eufw -c${.TARGET}" \
3056 compile-with "${NORMAL_FWO}" \
3061 compile-with "${NORMAL_FW}" \
3065 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8812aufw.fw:rtwn-rtl8812aufw:111 -mrtwn-rtl8812aufw -c${.TARGET}" \
3070 compile-with "${NORMAL_FWO}" \
3075 compile-with "${NORMAL_FW}" \
3079 compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8821aufw.fw:rtwn-rtl8821aufw:111 -mrtwn-rtl8821aufw -c${.TARGET}" \
3084 compile-with "${NORMAL_FWO}" \
3089 compile-with "${NORMAL_FW}" \
3355 compile-with "${AWK} -f $S/tools/fw_stub.awk rsu-rtl8712fw.fw:rsu-rtl8712fw:120 -mrsu-rtl8712fw -c${.TARGET}" \
3360 compile-with "${NORMAL_FWO}" \
3365 compile-with "${NORMAL_FW}" \
3371 compile-with "${AWK} -f $S/tools/fw_stub.awk run.fw:runfw -mrunfw -c${.TARGET}" \
3376 compile-with "${NORMAL_FWO}" \
3381 compile-with "${NORMAL_FW}" \
3525 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3527 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3529 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3531 compile-with "${NORMAL_C} -include $S/dev/wg/compat.h"
3534 compile-with "${AWK} -f $S/tools/fw_stub.awk wpi.fw:wpifw:153229 -mwpi -c${.TARGET}" \
3539 compile-with "${NORMAL_FWO}" \
3544 compile-with "${NORMAL_FW}" \
3664 fs/tarfs/tarfs_io.c optional tarfs compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3760 compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3797 compile-with "${LINUXKPI_C}"
3842 compile-with "${NOSAN_C} ${MSAN_CFLAGS}"
3907 compile-with "${NORMAL_C:N-fstack-protector*}"
3911 compile-with "${NOSAN_C:N-fstack-protector*}"
3921 compile-with "${NORMAL_C} -I$S/contrib/zstd/lib/freebsd"
3923 compile-with "${NOSAN_C}"
3926 compile-with "${NOSAN_C:N-fstack-protector*}"
3946 compile-with "${NOSAN_C:N-fstack-protector*}"
4034 compile-with "RPCGEN_CPP='${CPP}' rpcgen -hM $S/kgssapi/gssd.x | grep -v pthread.h > gssd.h" \
4039 compile-with "RPCGEN_CPP='${CPP}' rpcgen -c $S/kgssapi/gssd.x -o gssd_xdr.c" \
4044 compile-with "RPCGEN_CPP='${CPP}' rpcgen -lM $S/kgssapi/gssd.x | grep -v string.h > gssd_clnt.c" \
4137 compile-with "${ZLIB_C}"
4140 compile-with "${ZLIB_C}"
4143 compile-with "${ZLIB_C}"
4146 compile-with "${ZLIB_C}"
4149 compile-with "${ZLIB_C}"
4152 compile-with "${ZLIB_C}"
4155 compile-with "${ZLIB_C}"
4158 compile-with "${ZLIB_C}"
4161 compile-with "${ZLIB_C}"
4164 compile-with "${ZLIB_C}"
4246 compile-with "${NORMAL_C} -Wno-unused-function"
4250 compile-with "${NORMAL_C} -Wno-unused-function"
4261 compile-with "${NORMAL_C} -Wno-unused-function"
4267 compile-with "${NORMAL_C} -Wno-unused-function"
4282 compile-with "${NORMAL_C} -Wno-unused-function"
4450 compile-with "${NORMAL_C} -DMODNAME=tcp_bbr -DSTACKNAME=bbr"
4452 compile-with "${NORMAL_C} -DMODNAME=tcp_rack -DSTACKNAME=rack"
4556 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4573 ipfirewall_nat64 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4575 ipfirewall_nat64 compile-with "${NORMAL_C} -I$S/contrib/ck/include"
4628 compile-with "${LINUXKPI_C}"
4630 compile-with "${LINUXKPI_C}"
4632 compile-with "${LINUXKPI_C}"
4634 compile-with "${LINUXKPI_C}"
4636 compile-with "${LINUXKPI_C}"
4638 compile-with "${LINUXKPI_C}"
4640 compile-with "${LINUXKPI_C}"
4642 compile-with "${LINUXKPI_C}"
4644 compile-with "${LINUXKPI_C}"
4646 compile-with "${LINUXKPI_C}"
4648 compile-with "${LINUXKPI_C}"
4650 compile-with "${LINUXKPI_C}"
4652 compile-with "${LINUXKPI_C}"
4654 compile-with "${LINUXKPI_C}"
4656 compile-with "${LINUXKPI_C}"
4658 compile-with "${LINUXKPI_C}"
4660 compile-with "${LINUXKPI_C}"
4662 compile-with "${LINUXKPI_C}"
4664 compile-with "${LINUXKPI_C}"
4666 compile-with "${LINUXKPI_C}"
4668 compile-with "${LINUXKPI_C}"
4670 compile-with "${LINUXKPI_C}"
4672 compile-with "${LINUXKPI_C}"
4674 compile-with "${LINUXKPI_C}"
4676 compile-with "${LINUXKPI_C}"
4678 compile-with "${LINUXKPI_C}"
4680 compile-with "${LINUXKPI_C} -I$S/contrib/ck/include"
4682 compile-with "${LINUXKPI_C}"
4684 compile-with "${LINUXKPI_C}"
4686 compile-with "${LINUXKPI_C}"
4688 compile-with "${LINUXKPI_C}"
4690 compile-with "${LINUXKPI_C}"
4692 compile-with "${LINUXKPI_C}"
4694 compile-with "${LINUXKPI_C}"
4696 compile-with "${LINUXKPI_C}"
4700 compile-with "${LINUXKPI_C}"
4702 compile-with "${LINUXKPI_C}"
4704 compile-with "${LINUXKPI_C}"
4709 compile-with "${OFED_C}"
4711 compile-with "${OFED_C}"
4713 compile-with "${OFED_C}"
4715 compile-with "${OFED_C}"
4717 compile-with "${OFED_C}"
4719 compile-with "${OFED_C}"
4721 compile-with "${OFED_C}"
4723 compile-with "${OFED_C}"
4725 compile-with "${OFED_C}"
4727 compile-with "${OFED_C} ${NO_WUNUSED_BUT_SET_VARIABLE}"
4729 compile-with "${OFED_C}"
4731 compile-with "${OFED_C}"
4733 compile-with "${OFED_C}"
4735 compile-with "${OFED_C}"
4737 compile-with "${OFED_C}"
4739 compile-with "${OFED_C}"
4741 compile-with "${OFED_C}"
4743 compile-with "${OFED_C}"
4745 compile-with "${OFED_C}"
4747 compile-with "${OFED_C}"
4749 compile-with "${OFED_C}"
4751 compile-with "${OFED_C}"
4753 compile-with "${OFED_C}"
4755 compile-with "${OFED_C}"
4757 compile-with "${OFED_C}"
4759 compile-with "${OFED_C}"
4761 compile-with "${OFED_C}"
4763 compile-with "${OFED_C}"
4765 compile-with "${OFED_C}"
4767 compile-with "${OFED_C}"
4769 compile-with "${OFED_C}"
4771 compile-with "${OFED_C}"
4773 compile-with "${OFED_C}"
4775 compile-with "${OFED_C}"
4777 compile-with "${OFED_C}"
4779 compile-with "${OFED_C}"
4781 compile-with "${OFED_C}"
4783 compile-with "${OFED_C}"
4785 compile-with "${OFED_C}"
4787 compile-with "${OFED_C}"
4790 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4792 # compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4794 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4796 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4798 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4800 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4802 # compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/ipoib/"
4805 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4807 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4809 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/ ${NO_WUNUSED_BUT_SET_VARIABLE}"
4811 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/"
4813 compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/ ${NO_WUNUSED_BUT_SET_VARIABLE}"
4816 compile-with "${OFED_C} -I$S/dev/ice/"
4818 compile-with "${OFED_C} -I$S/dev/ice/"
4820 compile-with "${OFED_C} -I$S/dev/ice/"
4822 compile-with "${OFED_C} -I$S/dev/ice/"
4824 compile-with "${OFED_C} -I$S/dev/ice/"
4826 compile-with "${OFED_C} -I$S/dev/ice/"
4828 compile-with "${OFED_C} -I$S/dev/ice/"
4830 compile-with "${OFED_C} -I$S/dev/ice/"
4832 compile-with "${OFED_C} -I$S/dev/ice/"
4834 compile-with "${OFED_C} -I$S/dev/ice/"
4836 compile-with "${OFED_C} -I$S/dev/ice/"
4838 compile-with "${OFED_C} -I$S/dev/ice/"
4840 compile-with "${OFED_C} -I$S/dev/ice/"
4842 compile-with "${OFED_C} -I$S/dev/ice/"
4844 compile-with "${OFED_C} -I$S/dev/ice/"
4847 compile-with "${OFED_C}"
4849 compile-with "${OFED_C}"
4851 compile-with "${OFED_C}"
4853 compile-with "${OFED_C}"
4855 compile-with "${OFED_C}"
4857 compile-with "${OFED_C}"
4859 compile-with "${OFED_C}"
4861 compile-with "${OFED_C}"
4863 compile-with "${OFED_C}"
4865 compile-with "${OFED_C}"
4867 compile-with "${OFED_C}"
4869 compile-with "${OFED_C}"
4871 compile-with "${OFED_C}"
4873 compile-with "${OFED_C}"
4875 compile-with "${OFED_C}"
4877 compile-with "${OFED_C}"
4879 compile-with "${OFED_C}"
4881 compile-with "${OFED_C}"
4884 compile-with "${OFED_C}"
4886 compile-with "${OFED_C}"
4888 compile-with "${OFED_C}"
4890 compile-with "${OFED_C}"
4892 compile-with "${OFED_C}"
4894 compile-with "${OFED_C}"
4896 compile-with "${OFED_C}"
4898 compile-with "${OFED_C}"
4900 compile-with "${OFED_C}"
4902 compile-with "${OFED_C}"
4904 compile-with "${OFED_C}"
4906 compile-with "${OFED_C}"
4908 compile-with "${OFED_C}"
4911 compile-with "${OFED_C}"
4913 compile-with "${OFED_C}"
4915 compile-with "${OFED_C}"
4917 compile-with "${OFED_C}"
4919 compile-with "${OFED_C}"
4921 compile-with "${OFED_C}"
4923 compile-with "${OFED_C}"
4925 compile-with "${OFED_C}"
4927 compile-with "${OFED_C}"
4929 compile-with "${OFED_C}"
4931 compile-with "${OFED_C}"
4933 compile-with "${OFED_C}"
4935 compile-with "${OFED_C}"
4937 compile-with "${OFED_C}"
4939 compile-with "${OFED_C}"
4941 compile-with "${OFED_C}"
4943 compile-with "${OFED_C}"
4945 compile-with "${OFED_C}"
4947 compile-with "${OFED_C}"
4949 compile-with "${OFED_C}"
4952 compile-with "${OFED_C}"
4954 compile-with "${OFED_C}"
4956 compile-with "${OFED_C}"
4958 compile-with "${OFED_C}"
4960 compile-with "${OFED_C}"
4962 compile-with "${OFED_C}"
4964 compile-with "${OFED_C}"
4967 compile-with "${OFED_C}"
4969 compile-with "${OFED_C}"
4971 compile-with "${OFED_C}"
4973 compile-with "${OFED_C}"
4975 compile-with "${OFED_C}"
4977 compile-with "${OFED_C}"
4979 compile-with "${OFED_C}"
4981 compile-with "${OFED_C}"
4983 compile-with "${OFED_C}"
4985 compile-with "${OFED_C}"
4987 compile-with "${OFED_C}"
4989 compile-with "${OFED_C}"
4991 compile-with "${OFED_C}"
4994 compile-with "${OFED_C}"
4996 compile-with "${OFED_C}"
4998 compile-with "${OFED_C}"
5000 compile-with "${OFED_C}"
5002 compile-with "${OFED_C}"
5004 compile-with "${OFED_C}"
5006 compile-with "${OFED_C}"
5008 compile-with "${OFED_C}"
5010 compile-with "${OFED_C}"
5012 compile-with "${OFED_C}"
5014 compile-with "${OFED_C}"
5016 compile-with "${OFED_C}"
5018 compile-with "${OFED_C}"
5020 compile-with "${OFED_C}"
5022 compile-with "${OFED_C}"
5024 compile-with "${OFED_C}"
5026 compile-with "${OFED_C}"
5028 compile-with "${OFED_C}"
5030 compile-with "${OFED_C}"
5032 compile-with "${OFED_C}"
5034 compile-with "${OFED_C}"
5036 compile-with "${OFED_C}"
5038 compile-with "${OFED_C}"
5040 compile-with "${OFED_C}"
5042 compile-with "${OFED_C}"
5044 compile-with "${OFED_C}"
5046 compile-with "${OFED_C}"
5048 compile-with "${OFED_C}"
5050 compile-with "${OFED_C}"
5052 compile-with "${OFED_C}"
5054 compile-with "${OFED_C}"
5056 compile-with "${OFED_C}"
5058 compile-with "${OFED_C}"
5060 compile-with "${OFED_C}"
5062 compile-with "${OFED_C}"
5064 compile-with "${OFED_C}"
5066 compile-with "${OFED_C}"
5068 compile-with "${OFED_C}"
5070 compile-with "${OFED_C}"
5072 compile-with "${OFED_C}"
5075 compile-with "${OFED_C}"
5077 compile-with "${OFED_C}"
5079 compile-with "${OFED_C}"
5081 compile-with "${OFED_C}"
5083 compile-with "${OFED_C}"
5085 compile-with "${OFED_C}"
5087 compile-with "${OFED_C}"
5089 compile-with "${OFED_C}"
5091 compile-with "${OFED_C}"
5093 compile-with "${OFED_C}"
5095 compile-with "${OFED_C}"
5097 compile-with "${OFED_C}"
5116 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5122 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5128 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium -Wno-unused-function"
5131 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5134 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5137 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5140 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5143 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium -Wno-unused-function"
5146 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5149 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5152 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include/sodium -I$S/crypto/libsodium"
5154 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5156 compile-with "${NORMAL_C} -I$S/contrib/libsodium/src/libsodium/include -I$S/crypto/libsodium"
5184 compile-with "RPCGEN_CPP='${CPP}' rpcgen -hM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v pthread.h > rpctlscd.h" \
5189 compile-with "RPCGEN_CPP='${CPP}' rpcgen -c $S/rpc/rpcsec_tls/rpctlscd.x -o rpctlscd_xdr.c" no-ctfconvert \
5194 compile-with "RPCGEN_CPP='${CPP}' rpcgen -lM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v string.h > rpctlscd_clnt.c" no-ctfconvert \
5199 compile-with "RPCGEN_CPP='${CPP}' rpcgen -hM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v pthread.h > rpctlssd.h" \
5204 compile-with "RPCGEN_CPP='${CPP}' rpcgen -c $S/rpc/rpcsec_tls/rpctlssd.x -o rpctlssd_xdr.c" no-ctfconvert \
5209 compile-with "RPCGEN_CPP='${CPP}' rpcgen -lM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v string.h > rpctlssd_clnt.c" no-ctfconvert \
5224 security/audit/audit_dtrace.c optional dtaudit audit | dtraceall audit compile-with "${CDDL_C}"