1f2f9c185SJustin T. Gibbsaicasm optional ahc device-driver \ 2f2f9c185SJustin T. Gibbs dependency "$S/dev/aic7xxx/*.[chyl]" \ 3897cd717SDoug Rabson compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \ 4f2f9c185SJustin T. Gibbs no-obj no-implicit-rule \ 5f2f9c185SJustin T. Gibbs clean "aicasm" 6f2f9c185SJustin T. Gibbs# 7f2f9c185SJustin T. Gibbs# The long compile-with and dependency lines are required because of 8f2f9c185SJustin T. Gibbs# limitations in config: backslash-newline doesn't work in strings, and 9f2f9c185SJustin T. Gibbs# dependency lines other than the first are silently ignored. 10f2f9c185SJustin T. Gibbs# 11f2f9c185SJustin T. Gibbsaic7xxx_{seq,reg}.h optional ahc device-driver \ 12f2f9c185SJustin T. Gibbs compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ 13f2f9c185SJustin T. Gibbs no-obj no-implicit-rule before-depend \ 14f2f9c185SJustin T. Gibbs clean "aic7xxx_seq.h aic7xxx_reg.h" \ 15f2f9c185SJustin T. Gibbs dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm" 16e8ddcfd6SWarner Loshkern/subr_bus.c standard \ 17e8ddcfd6SWarner Losh dependency "device_if.h bus_if.h" 18d41c96eeSNicolas Souchudevice_if.o standard \ 19d41c96eeSNicolas Souchu dependency "device_if.c" \ 20d41c96eeSNicolas Souchu compile-with "${NORMAL_C}" \ 21d41c96eeSNicolas Souchu no-implicit-rule local 22d41c96eeSNicolas Souchudevice_if.c standard \ 23d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \ 24d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -c $S/kern/device_if.m" \ 25d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend local \ 26d41c96eeSNicolas Souchu clean "device_if.c" 27d41c96eeSNicolas Souchudevice_if.h standard \ 28d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \ 29d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -h $S/kern/device_if.m" \ 30d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend \ 31d41c96eeSNicolas Souchu clean "device_if.h" 32d41c96eeSNicolas Souchubus_if.o standard \ 33d41c96eeSNicolas Souchu dependency "bus_if.c" \ 34d41c96eeSNicolas Souchu compile-with "${NORMAL_C}" \ 35d41c96eeSNicolas Souchu no-implicit-rule local 36d41c96eeSNicolas Souchubus_if.c standard \ 37d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/kern/bus_if.m" \ 38d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -c $S/kern/bus_if.m" \ 39d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend local \ 40d41c96eeSNicolas Souchu clean "bus_if.c" 41d41c96eeSNicolas Souchubus_if.h standard \ 42d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/kern/bus_if.m" \ 43d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -h $S/kern/bus_if.m" \ 44d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend \ 45d41c96eeSNicolas Souchu clean "bus_if.h" 46b44fb1c4SJordan K. Hubbardcfs/cfs_namecache.c optional vcfs 47b44fb1c4SJordan K. Hubbardcfs/cfs_fbsd.c optional vcfs 48b44fb1c4SJordan K. Hubbardcfs/cfs_psdev.c optional vcfs 49b44fb1c4SJordan K. Hubbardcfs/cfs_subr.c optional vcfs 50b44fb1c4SJordan K. Hubbardcfs/cfs_venus.c optional vcfs 51b44fb1c4SJordan K. Hubbardcfs/cfs_vfsops.c optional vcfs 52b44fb1c4SJordan K. Hubbardcfs/cfs_vnodeops.c optional vcfs 5326f9a767SRodney W. Grimesddb/db_access.c optional ddb 5414c35d6cSDoug Rabsonddb/db_kld.c optional ddb db_kld_symbols 5514c35d6cSDoug Rabsonddb/db_elf.c optional ddb db_elf_symbols 5626f9a767SRodney W. Grimesddb/db_aout.c optional ddb 5726f9a767SRodney W. Grimesddb/db_break.c optional ddb 5826f9a767SRodney W. Grimesddb/db_command.c optional ddb 5926f9a767SRodney W. Grimesddb/db_examine.c optional ddb 6026f9a767SRodney W. Grimesddb/db_expr.c optional ddb 6126f9a767SRodney W. Grimesddb/db_input.c optional ddb 6226f9a767SRodney W. Grimesddb/db_lex.c optional ddb 6326f9a767SRodney W. Grimesddb/db_output.c optional ddb 6426f9a767SRodney W. Grimesddb/db_print.c optional ddb 658a129caeSDavid Greenmanddb/db_ps.c optional ddb 6626f9a767SRodney W. Grimesddb/db_run.c optional ddb 6726f9a767SRodney W. Grimesddb/db_sym.c optional ddb 6826f9a767SRodney W. Grimesddb/db_trap.c optional ddb 6926f9a767SRodney W. Grimesddb/db_variables.c optional ddb 7026f9a767SRodney W. Grimesddb/db_watch.c optional ddb 7126f9a767SRodney W. Grimesddb/db_write_cmd.c optional ddb 7217def80bSSatoshi Asamidev/ccd/ccd.c optional ccd device-driver 7365adb54cSMatt Jacobdev/isp/isp_freebsd.c optional isp device-driver 7465adb54cSMatt Jacobdev/isp/isp.c optional isp device-driver 753458e54aSJulian Elischerdev/dpt/dpt_control.c optional dpt device-driver 763458e54aSJulian Elischerdev/dpt/dpt_scsi.c optional dpt device-driver 7768713f97SKenjiro Chodev/en/midway.c optional en device-driver 785be8af92SJoerg Wunschdev/pdq/pdq.c optional fea device-driver 795be8af92SJoerg Wunschdev/pdq/pdq_ifsubr.c optional fea device-driver 805be8af92SJoerg Wunschdev/pdq/pdq.c optional fpa device-driver 815be8af92SJoerg Wunschdev/pdq/pdq_ifsubr.c optional fpa device-driver 821b16a0ddSMike Smithdev/ppbus/nlpt.c optional nlpt 8322531ffcSMike Smithdev/ppbus/ppb_base.c optional ppbus 8422531ffcSMike Smithdev/ppbus/ppb_1284.c optional ppbus 8546f3ff79SMike Smithdev/ppbus/ppb_msq.c optional ppbus 861b16a0ddSMike Smithdev/ppbus/ppbconf.c optional ppbus 8722526298SMike Smithdev/ppbus/ppi.c optional ppi 88507e2e44SPoul-Henning Kampdev/ppbus/pps.c optional pps 8922526298SMike Smithdev/ppbus/vpo.c optional vpo 9046f3ff79SMike Smithdev/ppbus/vpoio.c optional vpo 9146f3ff79SMike Smithdev/ppbus/if_plip.c optional plip 92d41c96eeSNicolas Souchusmbus_if.o optional smbus \ 93d41c96eeSNicolas Souchu dependency "smbus_if.c" \ 94d41c96eeSNicolas Souchu compile-with "${NORMAL_C}" \ 95d41c96eeSNicolas Souchu no-implicit-rule local 96d41c96eeSNicolas Souchusmbus_if.c optional smbus \ 97d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/dev/smbus/smbus_if.m" \ 98d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -c $S/dev/smbus/smbus_if.m" \ 99d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend local \ 100d41c96eeSNicolas Souchu clean "smbus_if.c" 101d41c96eeSNicolas Souchusmbus_if.h optional smbus \ 102d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/dev/smbus/smbus_if.m" \ 103d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -h $S/dev/smbus/smbus_if.m" \ 104d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend \ 105d41c96eeSNicolas Souchu clean "smbus_if.h" 106d41c96eeSNicolas Souchudev/smbus/smbconf.c optional smbus 107d41c96eeSNicolas Souchudev/smbus/smbus.c optional smbus 108d41c96eeSNicolas Souchudev/smbus/smb.c optional smb 109d41c96eeSNicolas Souchudev/iicbus/iicsmb.c optional iicsmb 110d41c96eeSNicolas Souchuiicbus_if.o optional iicbus \ 111d41c96eeSNicolas Souchu dependency "iicbus_if.c" \ 112d41c96eeSNicolas Souchu compile-with "${NORMAL_C}" \ 113d41c96eeSNicolas Souchu no-implicit-rule local 114d41c96eeSNicolas Souchuiicbus_if.c optional iicbus \ 115d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbus_if.m" \ 116d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -c $S/dev/iicbus/iicbus_if.m" \ 117d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend local \ 118d41c96eeSNicolas Souchu clean "iicbus_if.c" 119d41c96eeSNicolas Souchuiicbus_if.h optional iicbus \ 120d41c96eeSNicolas Souchu dependency "$S/kern/makedevops.sh $S/dev/iicbus/iicbus_if.m" \ 121d41c96eeSNicolas Souchu compile-with "sh $S/kern/makedevops.sh -h $S/dev/iicbus/iicbus_if.m" \ 122d41c96eeSNicolas Souchu no-obj no-implicit-rule before-depend \ 123d41c96eeSNicolas Souchu clean "iicbus_if.h" 124d41c96eeSNicolas Souchudev/iicbus/iiconf.c optional iicbus 125d41c96eeSNicolas Souchudev/iicbus/iicbus.c optional iicbus 126d41c96eeSNicolas Souchudev/iicbus/if_ic.c optional ic 127d41c96eeSNicolas Souchudev/iicbus/iic.c optional iic 1283e425b96SJulian Elischerdev/slice/slice_base.c optional slice 1293e425b96SJulian Elischerdev/slice/slice_device.c optional slice 1303e425b96SJulian Elischerdev/slice/mbr.c optional slice 1313e425b96SJulian Elischerdev/slice/disklabel.c optional slice 132afa59fd4SPoul-Henning Kampdev/vn/vn.c optional vn 133b3ac88f1SGuido van Rooijdev/vx/if_vx.c optional vx device-driver 13462494ee3SBruce Evansgnu/ext2fs/ext2_alloc.c optional ext2fs 13562494ee3SBruce Evansgnu/ext2fs/ext2_balloc.c optional ext2fs 13662494ee3SBruce Evansgnu/ext2fs/ext2_inode.c optional ext2fs 13762494ee3SBruce Evansgnu/ext2fs/ext2_inode_cnv.c optional ext2fs 13862494ee3SBruce Evansgnu/ext2fs/ext2_linux_balloc.c optional ext2fs 13962494ee3SBruce Evansgnu/ext2fs/ext2_linux_ialloc.c optional ext2fs 14062494ee3SBruce Evansgnu/ext2fs/ext2_lookup.c optional ext2fs 14162494ee3SBruce Evansgnu/ext2fs/ext2_subr.c optional ext2fs 14262494ee3SBruce Evansgnu/ext2fs/ext2_vfsops.c optional ext2fs 14362494ee3SBruce Evansgnu/ext2fs/ext2_vnops.c optional ext2fs 144df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_bmap.c optional cd9660 145df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_lookup.c optional cd9660 146df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_node.c optional cd9660 147df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_rrip.c optional cd9660 148df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_util.c optional cd9660 149df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_vfsops.c optional cd9660 150df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_vnops.c optional cd9660 15126f9a767SRodney W. Grimeskern/imgact_aout.c standard 152e1743d02SSøren Schmidtkern/imgact_elf.c standard 153e64ac777SPoul-Henning Kampkern/imgact_gzip.c optional gzip 15426f9a767SRodney W. Grimeskern/imgact_shell.c standard 155e03e30f8SBruce Evanskern/inflate.c optional gzip 156df8bae1dSRodney W. Grimeskern/init_main.c standard 157df8bae1dSRodney W. Grimeskern/init_sysent.c standard 158d66a5066SPeter Wemmkern/init_sysvec.c standard 1597066d59cSDoug Rabsonkern/kern_intr.c standard 160cea6c86cSDoug Rabsonkern/kern_module.c standard 161cea6c86cSDoug Rabsonkern/kern_linker.c standard 162cea6c86cSDoug Rabsonkern/link_aout.c standard 163df8bae1dSRodney W. Grimeskern/kern_acct.c standard 164df8bae1dSRodney W. Grimeskern/kern_clock.c standard 16587f6c662SJulian Elischerkern/kern_conf.c standard 166df8bae1dSRodney W. Grimeskern/kern_descrip.c standard 167df8bae1dSRodney W. Grimeskern/kern_exec.c standard 168df8bae1dSRodney W. Grimeskern/kern_exit.c standard 169df8bae1dSRodney W. Grimeskern/kern_fork.c standard 170df8bae1dSRodney W. Grimeskern/kern_ktrace.c standard 1715ea9b263SGarrett Wollmankern/kern_lkm.c standard 172996c772fSJohn Dysonkern/kern_lock.c standard 173db3170abSDavid Greenmankern/kern_lockf.c standard 174df8bae1dSRodney W. Grimeskern/kern_malloc.c standard 17545ec3b38SPoul-Henning Kampkern/kern_mib.c standard 1763f31c649SGarrett Wollmankern/kern_ntptime.c standard 177df8bae1dSRodney W. Grimeskern/kern_physio.c standard 178df8bae1dSRodney W. Grimeskern/kern_proc.c standard 179df8bae1dSRodney W. Grimeskern/kern_prot.c standard 180df8bae1dSRodney W. Grimeskern/kern_resource.c standard 181386308f3SJulian Elischerkern/kern_shutdown.c standard 182df8bae1dSRodney W. Grimeskern/kern_sig.c standard 183df8bae1dSRodney W. Grimeskern/kern_subr.c standard 184df8bae1dSRodney W. Grimeskern/kern_synch.c standard 185df8bae1dSRodney W. Grimeskern/kern_sysctl.c standard 186df8bae1dSRodney W. Grimeskern/kern_time.c standard 187a50ec505SPoul-Henning Kampkern/kern_timeout.c standard 188df8bae1dSRodney W. Grimeskern/kern_xxx.c standard 189934f5f33SPoul-Henning Kampkern/md5c.c standard 190226d4c89SBruce Evanskern/subr_diskslice.c standard 191f2f9c185SJustin T. Gibbskern/subr_autoconf.c standard 192226d4c89SBruce Evanskern/subr_dkbad.c standard 193df8bae1dSRodney W. Grimeskern/subr_log.c standard 194df8bae1dSRodney W. Grimeskern/subr_prf.c standard 195df8bae1dSRodney W. Grimeskern/subr_prof.c standard 19626f9a767SRodney W. Grimeskern/subr_rlist.c standard 197df8bae1dSRodney W. Grimeskern/subr_xxx.c standard 198df8bae1dSRodney W. Grimeskern/sys_generic.c standard 19962494ee3SBruce Evanskern/sys_pipe.c standard 200df8bae1dSRodney W. Grimeskern/sys_process.c standard 201df8bae1dSRodney W. Grimeskern/sys_socket.c standard 202143f48e1SPeter Wemmkern/sysv_ipc.c standard 2033b8a29aeSDoug Rabsonkern/sysv_msg.c optional sysvmsg 2043b8a29aeSDoug Rabsonkern/sysv_sem.c optional sysvsem 205df8bae1dSRodney W. Grimeskern/sysv_shm.c optional sysvshm 206df8bae1dSRodney W. Grimeskern/tty.c standard 207df8bae1dSRodney W. Grimeskern/tty_compat.c standard 208df8bae1dSRodney W. Grimeskern/tty_conf.c standard 209df8bae1dSRodney W. Grimeskern/tty_pty.c optional pty 210819f72f9SUgen J.S. Antsilevichkern/tty_snoop.c optional snp 211df8bae1dSRodney W. Grimeskern/tty_subr.c standard 212df8bae1dSRodney W. Grimeskern/tty_tb.c optional tb 213df8bae1dSRodney W. Grimeskern/tty_tty.c standard 214df8bae1dSRodney W. Grimeskern/uipc_domain.c standard 215df8bae1dSRodney W. Grimeskern/uipc_mbuf.c standard 216df8bae1dSRodney W. Grimeskern/uipc_proto.c standard 217df8bae1dSRodney W. Grimeskern/uipc_socket.c standard 218df8bae1dSRodney W. Grimeskern/uipc_socket2.c standard 219df8bae1dSRodney W. Grimeskern/uipc_syscalls.c standard 220df8bae1dSRodney W. Grimeskern/uipc_usrreq.c standard 221df8bae1dSRodney W. Grimeskern/vfs_bio.c standard 222df8bae1dSRodney W. Grimeskern/vfs_cache.c standard 223df8bae1dSRodney W. Grimeskern/vfs_cluster.c standard 224df8bae1dSRodney W. Grimeskern/vfs_conf.c standard 225cec0f20cSPoul-Henning Kampkern/vfs_default.c standard 226df8bae1dSRodney W. Grimeskern/vfs_init.c standard 227df8bae1dSRodney W. Grimeskern/vfs_lookup.c standard 228df8bae1dSRodney W. Grimeskern/vfs_subr.c standard 229df8bae1dSRodney W. Grimeskern/vfs_syscalls.c standard 230df8bae1dSRodney W. Grimeskern/vfs_vnops.c standard 2312c1011f7SJohn Dysonkern/kern_threads.c standard 2322c1011f7SJohn Dysonkern/vfs_aio.c standard 233df8bae1dSRodney W. Grimesmiscfs/deadfs/dead_vnops.c standard 23462494ee3SBruce Evansmiscfs/devfs/devfs_tree.c optional devfs 23562494ee3SBruce Evansmiscfs/devfs/devfs_vfsops.c optional devfs 23662494ee3SBruce Evansmiscfs/devfs/devfs_vnops.c optional devfs 237df8bae1dSRodney W. Grimesmiscfs/fdesc/fdesc_vfsops.c optional fdesc 238df8bae1dSRodney W. Grimesmiscfs/fdesc/fdesc_vnops.c optional fdesc 239c9b1d604SGarrett Wollmanmiscfs/fifofs/fifo_vnops.c standard 240df8bae1dSRodney W. Grimesmiscfs/kernfs/kernfs_vfsops.c optional kernfs 241df8bae1dSRodney W. Grimesmiscfs/kernfs/kernfs_vnops.c optional kernfs 242df8bae1dSRodney W. Grimesmiscfs/nullfs/null_subr.c optional nullfs 243df8bae1dSRodney W. Grimesmiscfs/nullfs/null_vfsops.c optional nullfs 244df8bae1dSRodney W. Grimesmiscfs/nullfs/null_vnops.c optional nullfs 245df8bae1dSRodney W. Grimesmiscfs/portal/portal_vfsops.c optional portal 246df8bae1dSRodney W. Grimesmiscfs/portal/portal_vnops.c optional portal 247df8bae1dSRodney W. Grimesmiscfs/procfs/procfs_ctl.c optional procfs 2489ef8f02dSPeter Wemmmiscfs/procfs/procfs_fpregs.c standard 24962494ee3SBruce Evansmiscfs/procfs/procfs_map.c optional procfs 2509ef8f02dSPeter Wemmmiscfs/procfs/procfs_mem.c standard 251db3170abSDavid Greenmanmiscfs/procfs/procfs_note.c optional procfs 2529ef8f02dSPeter Wemmmiscfs/procfs/procfs_regs.c standard 253db3170abSDavid Greenmanmiscfs/procfs/procfs_status.c optional procfs 254db3170abSDavid Greenmanmiscfs/procfs/procfs_subr.c optional procfs 25562494ee3SBruce Evansmiscfs/procfs/procfs_type.c optional procfs 256db3170abSDavid Greenmanmiscfs/procfs/procfs_vfsops.c optional procfs 257db3170abSDavid Greenmanmiscfs/procfs/procfs_vnops.c optional procfs 258df8bae1dSRodney W. Grimesmiscfs/specfs/spec_vnops.c standard 259df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_subr.c optional umapfs 260df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_vfsops.c optional umapfs 261df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_vnops.c optional umapfs 262df8bae1dSRodney W. Grimesmiscfs/union/union_subr.c optional union 263df8bae1dSRodney W. Grimesmiscfs/union/union_vfsops.c optional union 264df8bae1dSRodney W. Grimesmiscfs/union/union_vnops.c optional union 265db3170abSDavid Greenmanmsdosfs/msdosfs_conv.c optional msdosfs 266db3170abSDavid Greenmanmsdosfs/msdosfs_denode.c optional msdosfs 267db3170abSDavid Greenmanmsdosfs/msdosfs_fat.c optional msdosfs 268db3170abSDavid Greenmanmsdosfs/msdosfs_lookup.c optional msdosfs 269db3170abSDavid Greenmanmsdosfs/msdosfs_vfsops.c optional msdosfs 270db3170abSDavid Greenmanmsdosfs/msdosfs_vnops.c optional msdosfs 271df8bae1dSRodney W. Grimesnet/bpf.c optional bpfilter 272df8bae1dSRodney W. Grimesnet/bpf_filter.c optional bpfilter 27313c49711SPeter Wemmnet/bsd_comp.c optional ppp_bsdcomp 2742cc2df49SGarrett Wollman#net/hostcache.c standard 275df8bae1dSRodney W. Grimesnet/if.c standard 27668713f97SKenjiro Chonet/if_atmsubr.c optional atm 27759d8d13fSGarrett Wollmannet/if_disc.c optional disc 278df8bae1dSRodney W. Grimesnet/if_ethersubr.c optional ether 279d41f24e7SDavid Greenmannet/if_fddisubr.c optional fddi 280df8bae1dSRodney W. Grimesnet/if_loop.c optional loop 2811cde3a7eSPeter Wemmnet/if_media.c standard 282bbd17bf8SGarrett Wollmannet/if_mib.c standard 283e98e6beeSGarrett Wollmannet/if_ppp.c optional ppp 284df8bae1dSRodney W. Grimesnet/if_sl.c optional sl 285e03e30f8SBruce Evansnet/if_spppsubr.c optional sppp 28662494ee3SBruce Evansnet/if_tun.c optional tun 2872cc2df49SGarrett Wollmannet/if_vlan.c optional vlan 28813c49711SPeter Wemmnet/ppp_deflate.c optional ppp_deflate 289099a8761SPeter Wemmnet/ppp_tty.c optional ppp 290df8bae1dSRodney W. Grimesnet/radix.c standard 291df8bae1dSRodney W. Grimesnet/raw_cb.c standard 292df8bae1dSRodney W. Grimesnet/raw_usrreq.c standard 293df8bae1dSRodney W. Grimesnet/route.c standard 294df8bae1dSRodney W. Grimesnet/rtsock.c standard 295099a8761SPeter Wemmnet/slcompress.c optional ppp 296df8bae1dSRodney W. Grimesnet/slcompress.c optional sl 29713c49711SPeter Wemmnet/zlib.c optional ppp_deflate 298655929bfSJulian Elischernetatalk/aarp.c optional netatalk 299655929bfSJulian Elischernetatalk/at_control.c optional netatalk 300655929bfSJulian Elischernetatalk/at_proto.c optional netatalk 301655929bfSJulian Elischernetatalk/at_rmx.c optional netatalkdebug 302655929bfSJulian Elischernetatalk/ddp_input.c optional netatalk 303655929bfSJulian Elischernetatalk/ddp_output.c optional netatalk 304655929bfSJulian Elischernetatalk/ddp_usrreq.c optional netatalk 305b43e0b68SGarrett Wollman#netccitt/ccitt_proto.c optional ccitt 306b43e0b68SGarrett Wollman#netccitt/hd_debug.c optional hdlc 307b43e0b68SGarrett Wollman#netccitt/hd_input.c optional hdlc 308b43e0b68SGarrett Wollman#netccitt/hd_output.c optional hdlc 309b43e0b68SGarrett Wollman#netccitt/hd_subr.c optional hdlc 310b43e0b68SGarrett Wollman#netccitt/hd_timer.c optional hdlc 311b43e0b68SGarrett Wollman#netccitt/if_x25subr.c optional ccitt 312b43e0b68SGarrett Wollman#netccitt/llc_input.c optional llc 313b43e0b68SGarrett Wollman#netccitt/llc_output.c optional llc 314b43e0b68SGarrett Wollman#netccitt/llc_subr.c optional llc 315b43e0b68SGarrett Wollman#netccitt/llc_timer.c optional llc 316b43e0b68SGarrett Wollman#netccitt/pk_acct.c optional ccitt 317b43e0b68SGarrett Wollman#netccitt/pk_debug.c optional ccitt 318b43e0b68SGarrett Wollman#netccitt/pk_input.c optional ccitt 319b43e0b68SGarrett Wollman#netccitt/pk_llcsubr.c optional hdlc 320b43e0b68SGarrett Wollman#netccitt/pk_llcsubr.c optional llc 321b43e0b68SGarrett Wollman#netccitt/pk_output.c optional ccitt 322b43e0b68SGarrett Wollman#netccitt/pk_subr.c optional ccitt 323b43e0b68SGarrett Wollman#netccitt/pk_timer.c optional ccitt 324b43e0b68SGarrett Wollman#netccitt/pk_usrreq.c optional ccitt 325b43e0b68SGarrett Wollman#netimp/if_imp.c optional imp 326b43e0b68SGarrett Wollman#netimp/if_imphost.c optional imp 327b43e0b68SGarrett Wollman#netimp/raw_imp.c optional imp 3281ee25934SPeter Wemmnetinet/fil.c optional ipfilter inet 32968713f97SKenjiro Chonetinet/if_atm.c optional atm 330df8bae1dSRodney W. Grimesnetinet/if_ether.c optional ether 331df8bae1dSRodney W. Grimesnetinet/igmp.c optional inet 332df8bae1dSRodney W. Grimesnetinet/in.c optional inet 3332cc2df49SGarrett Wollman#netinet/in_hostcache.c optional inet 334df8bae1dSRodney W. Grimesnetinet/in_pcb.c optional inet 335df8bae1dSRodney W. Grimesnetinet/in_proto.c optional inet 3361db18e0fSGarrett Wollmannetinet/in_rmx.c optional inet 3371ee25934SPeter Wemmnetinet/ip_auth.c optional ipfilter inet 33862494ee3SBruce Evansnetinet/ip_divert.c optional ipdivert 3391ee25934SPeter Wemmnetinet/ip_fil.c optional ipfilter inet 3401f91d8c5SDavid Greenmannetinet/ip_flow.c optional inet 3411ee25934SPeter Wemmnetinet/ip_frag.c optional ipfilter inet 34262494ee3SBruce Evansnetinet/ip_fw.c optional ipfirewall 343df8bae1dSRodney W. Grimesnetinet/ip_icmp.c optional inet 344df8bae1dSRodney W. Grimesnetinet/ip_input.c optional inet 3451ee25934SPeter Wemmnetinet/ip_log.c optional ipfilter inet 3465e9ae478SGarrett Wollmannetinet/ip_mroute.c optional inet 3471ee25934SPeter Wemmnetinet/ip_nat.c optional ipfilter inet 348df8bae1dSRodney W. Grimesnetinet/ip_output.c optional inet 3491ee25934SPeter Wemmnetinet/ip_proxy.c optional ipfilter inet 3501ee25934SPeter Wemmnetinet/ip_state.c optional ipfilter inet 3511ee25934SPeter Wemmnetinet/mlf_ipl.c optional ipfilter inet 352df8bae1dSRodney W. Grimesnetinet/raw_ip.c optional inet 353610ee2f9SDavid Greenmannetinet/tcp_debug.c optional tcpdebug 354df8bae1dSRodney W. Grimesnetinet/tcp_input.c optional inet 355df8bae1dSRodney W. Grimesnetinet/tcp_output.c optional inet 356df8bae1dSRodney W. Grimesnetinet/tcp_subr.c optional inet 357df8bae1dSRodney W. Grimesnetinet/tcp_timer.c optional inet 358df8bae1dSRodney W. Grimesnetinet/tcp_usrreq.c optional inet 359df8bae1dSRodney W. Grimesnetinet/udp_usrreq.c optional inet 360cc6a66f2SJulian Elischernetipx/ipx.c optional ipx 361cc6a66f2SJulian Elischernetipx/ipx_cksum.c optional ipx 362cc6a66f2SJulian Elischernetipx/ipx_input.c optional ipx 363cc6a66f2SJulian Elischernetipx/ipx_ip.c optional ipx 364cc6a66f2SJulian Elischernetipx/ipx_outputfl.c optional ipx 365cc6a66f2SJulian Elischernetipx/ipx_pcb.c optional ipx 366cc6a66f2SJulian Elischernetipx/ipx_proto.c optional ipx 367cc6a66f2SJulian Elischernetipx/ipx_tun.c optional ipx 36862494ee3SBruce Evansnetipx/ipx_usrreq.c optional ipx 369cc6a66f2SJulian Elischernetipx/spx_debug.c optional ipx 370cc6a66f2SJulian Elischernetipx/spx_usrreq.c optional ipx 371b43e0b68SGarrett Wollman#netiso/clnp_debug.c optional iso 372b43e0b68SGarrett Wollman#netiso/clnp_er.c optional iso 373b43e0b68SGarrett Wollman#netiso/clnp_frag.c optional iso 374b43e0b68SGarrett Wollman#netiso/clnp_input.c optional iso 375b43e0b68SGarrett Wollman#netiso/clnp_options.c optional iso 376b43e0b68SGarrett Wollman#netiso/clnp_output.c optional iso 377b43e0b68SGarrett Wollman#netiso/clnp_raw.c optional iso 378b43e0b68SGarrett Wollman#netiso/clnp_subr.c optional iso 379b43e0b68SGarrett Wollman#netiso/clnp_timer.c optional iso 380b43e0b68SGarrett Wollman#netiso/cltp_usrreq.c optional iso 381b43e0b68SGarrett Wollman#netiso/esis.c optional iso 382b43e0b68SGarrett Wollman#netiso/idrp_usrreq.c optional iso 383b43e0b68SGarrett Wollman#netiso/if_eon.c optional eon 384b43e0b68SGarrett Wollman#netiso/iso.c optional iso 385b43e0b68SGarrett Wollman#netiso/iso_chksum.c optional iso 386b43e0b68SGarrett Wollman#netiso/iso_pcb.c optional iso 387b43e0b68SGarrett Wollman#netiso/iso_proto.c optional iso 388b43e0b68SGarrett Wollman#netiso/iso_snpac.c optional iso 389b43e0b68SGarrett Wollman#netiso/tp_astring.c optional iso 390b43e0b68SGarrett Wollman#netiso/tp_astring.c optional tpip 391b43e0b68SGarrett Wollman#netiso/tp_cons.c optional iso 392b43e0b68SGarrett Wollman#netiso/tp_driver.c optional iso 393b43e0b68SGarrett Wollman#netiso/tp_driver.c optional tpip 394b43e0b68SGarrett Wollman#netiso/tp_emit.c optional iso 395b43e0b68SGarrett Wollman#netiso/tp_emit.c optional tpip 396b43e0b68SGarrett Wollman#netiso/tp_inet.c optional iso 397b43e0b68SGarrett Wollman#netiso/tp_inet.c optional tpip 398b43e0b68SGarrett Wollman#netiso/tp_input.c optional iso 399b43e0b68SGarrett Wollman#netiso/tp_input.c optional tpip 400b43e0b68SGarrett Wollman#netiso/tp_iso.c optional iso 401b43e0b68SGarrett Wollman#netiso/tp_meas.c optional iso 402b43e0b68SGarrett Wollman#netiso/tp_meas.c optional tpip 403b43e0b68SGarrett Wollman#netiso/tp_output.c optional iso 404b43e0b68SGarrett Wollman#netiso/tp_output.c optional tpip 405b43e0b68SGarrett Wollman#netiso/tp_pcb.c optional iso 406b43e0b68SGarrett Wollman#netiso/tp_pcb.c optional tpip 407b43e0b68SGarrett Wollman#netiso/tp_subr.c optional iso 408b43e0b68SGarrett Wollman#netiso/tp_subr.c optional tpip 409b43e0b68SGarrett Wollman#netiso/tp_subr2.c optional iso 410b43e0b68SGarrett Wollman#netiso/tp_subr2.c optional tpip 411b43e0b68SGarrett Wollman#netiso/tp_timer.c optional iso 412b43e0b68SGarrett Wollman#netiso/tp_timer.c optional tpip 413b43e0b68SGarrett Wollman#netiso/tp_trace.c optional iso 414b43e0b68SGarrett Wollman#netiso/tp_trace.c optional tpip 415b43e0b68SGarrett Wollman#netiso/tp_usrreq.c optional iso 416b43e0b68SGarrett Wollman#netiso/tp_usrreq.c optional tpip 417b43e0b68SGarrett Wollman#netiso/tuba_subr.c optional iso tuba 418b43e0b68SGarrett Wollman#netiso/tuba_table.c optional iso tuba 419b43e0b68SGarrett Wollman#netiso/tuba_usrreq.c optional iso tuba 420bd22f58eSGarrett Wollmannetkey/key.c optional key 421751bf650SJun-ichiro itojun Haginonetkey/key_debug.c optional key_debug 42268713f97SKenjiro Chonetnatm/natm.c optional natm 42368713f97SKenjiro Chonetnatm/natm_pcb.c optional natm 42468713f97SKenjiro Chonetnatm/natm_proto.c optional natm 425dc915e7cSGarrett Wollman#netns/idp_usrreq.c optional ns 426dc915e7cSGarrett Wollman#netns/ns.c optional ns 427dc915e7cSGarrett Wollman#netns/ns_error.c optional ns 428dc915e7cSGarrett Wollman#netns/ns_input.c optional ns 429dc915e7cSGarrett Wollman#netns/ns_ip.c optional ns 430dc915e7cSGarrett Wollman#netns/ns_output.c optional ns 431dc915e7cSGarrett Wollman#netns/ns_pcb.c optional ns 432dc915e7cSGarrett Wollman#netns/ns_proto.c optional ns 433dc915e7cSGarrett Wollman#netns/spp_debug.c optional ns 434dc915e7cSGarrett Wollman#netns/spp_usrreq.c optional ns 435df8bae1dSRodney W. Grimesnfs/nfs_bio.c optional nfs 436df8bae1dSRodney W. Grimesnfs/nfs_node.c optional nfs 437df8bae1dSRodney W. Grimesnfs/nfs_nqlease.c optional nfs 438df8bae1dSRodney W. Grimesnfs/nfs_serv.c optional nfs 439df8bae1dSRodney W. Grimesnfs/nfs_socket.c optional nfs 440df8bae1dSRodney W. Grimesnfs/nfs_srvcache.c optional nfs 441df8bae1dSRodney W. Grimesnfs/nfs_subs.c optional nfs 442df8bae1dSRodney W. Grimesnfs/nfs_syscalls.c optional nfs 443df8bae1dSRodney W. Grimesnfs/nfs_vfsops.c optional nfs 444df8bae1dSRodney W. Grimesnfs/nfs_vnops.c optional nfs 445432aad0eSTor Eggenfs/bootp_subr.c optional bootp 446432aad0eSTor Eggenfs/krpc_subr.c optional bootp 447e7e437dbSNate Williamspccard/pccard.c optional card 448c669d2dfSNate Williamspccard/pccard_beep.c optional card 4498a7580c3SPoul-Henning Kamppccard/pcic.c optional pcic device-driver 450030713d7SNate Williamspci/pcic_p.c optional pcic device-driver 4510617e8fdSBruce Evanspci/aic7870.c optional ahc device-driver \ 4522edd1d66SJustin T. Gibbs dependency "aic7xxx_reg.h $S/pci/aic7870.c" 453a30c77e8SMark Murraypci/brooktree848.c optional bktr device-driver 454eb1a5f23SJustin T. Gibbspci/bt9xx.c optional bt device-driver 455fdc021baSJulian Elischerpci/dpt_pci.c optional pci dpt device-driver 4563010cd65SDavid Greenmanpci/cy_pci.c optional cy device-driver 457f3f509deSStefan Eßerpci/if_de.c optional de device-driver 45884084227SStefan Eßerpci/if_ed_p.c optional ed device-driver 45968713f97SKenjiro Chopci/if_en_pci.c optional en device-driver 460a17c678eSDavid Greenmanpci/if_fxp.c optional fxp device-driver 461c268c94fSStefan Eßerpci/if_lnc_p.c optional lnc device-driver 462e4107dcfSJoerg Wunschpci/if_fpa.c optional fpa device-driver 463ebcdcb98SJohn Haypci/if_sr_p.c optional sr device-driver 464c24476e3SBill Paulpci/if_tl.c optional tl device-driver 465d8f643d7SJordan K. Hubbardpci/if_tx.c optional tx device-driver 466b3ac88f1SGuido van Rooijpci/if_vx_pci.c optional vx device-driver 467e30938ceSBill Paulpci/if_xl.c optional xl device-driver 46865adb54cSMatt Jacobpci/isp_pci.c optional isp device-driver 46962494ee3SBruce Evanspci/meteor.c optional meteor device-driver 470f3f509deSStefan Eßerpci/ncr.c optional ncr device-driver 471f3f509deSStefan Eßerpci/pci.c optional pci device-driver 4725bec6157SStefan Eßerpci/pci_compat.c optional pci 473f3f509deSStefan Eßerpci/pcisupport.c optional pci 474e511754aSStefan Eßerpci/tek390.c optional amd device-driver 475f5cd278cSStefan Eßerpci/wdc_p.c optional wdc device-driver 476897cd717SDoug Rabsonpci/simos.c optional simos device-driver 4775db3b831SPoul-Henning Kamppci/xrpu.c optional xrpu device-driver 478adc5342cSPeter Dufaultposix4/posix4_mib.c standard 479adc5342cSPeter Dufaultposix4/p1003_1b.c standard 4808a6472b7SPeter Dufaultposix4/ksched.c optional _kposix_priority_scheduling 48126f9a767SRodney W. Grimesscsi/cd.c optional cd 48226f9a767SRodney W. Grimesscsi/ch.c optional ch 483ea76f945SJoerg Wunschscsi/od.c optional od 484108b30f4SPeter Dufaultscsi/pt.c optional pt 48562494ee3SBruce Evansscsi/scsi_base.c optional scbus 48662494ee3SBruce Evansscsi/scsi_driver.c optional scbus 48762494ee3SBruce Evansscsi/scsi_ioctl.c optional scbus 48862494ee3SBruce Evansscsi/scsi_sense.c optional scbus 48962494ee3SBruce Evansscsi/scsiconf.c optional scbus 4901fff5805SPeter Dufaultscsi/sctarg.c optional sctarg 49162494ee3SBruce Evansscsi/sd.c optional sd 49262494ee3SBruce Evansscsi/ssc.c optional ssc 49362494ee3SBruce Evansscsi/st.c optional st 4945c3c780fSBrian Somersscsi/su.c optional ssc 49562494ee3SBruce Evansscsi/su.c optional su 49662494ee3SBruce Evansscsi/uk.c optional scbus 49762494ee3SBruce Evansscsi/worm.c optional worm 498df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c optional ffs 499df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c optional mfs 500df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c optional ffs 501df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c optional mfs 502df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c optional ffs 503df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c optional mfs 504d2ca4e98SBruce Evansufs/ffs/ffs_softdep_stub.c standard 505b1897c19SJulian Elischerufs/ffs/ffs_softdep.c optional softupdates 506df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c optional ffs 507df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c optional mfs 508df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c optional ffs 509df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c optional mfs 510df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c optional ffs 511df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c optional mfs 512df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c optional ffs 513df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c optional mfs 514df8bae1dSRodney W. Grimesufs/mfs/mfs_vfsops.c optional mfs 515df8bae1dSRodney W. Grimesufs/mfs/mfs_vnops.c optional mfs 516df8bae1dSRodney W. Grimesufs/ufs/ufs_bmap.c standard 517df8bae1dSRodney W. Grimesufs/ufs/ufs_disksubr.c standard 518df8bae1dSRodney W. Grimesufs/ufs/ufs_ihash.c standard 519df8bae1dSRodney W. Grimesufs/ufs/ufs_inode.c standard 520df8bae1dSRodney W. Grimesufs/ufs/ufs_lookup.c standard 521df8bae1dSRodney W. Grimesufs/ufs/ufs_quota.c standard 522df8bae1dSRodney W. Grimesufs/ufs/ufs_vfsops.c standard 523df8bae1dSRodney W. Grimesufs/ufs/ufs_vnops.c standard 52424a1cce3SDavid Greenmanvm/default_pager.c standard 52526f9a767SRodney W. Grimesvm/device_pager.c standard 52626f9a767SRodney W. Grimesvm/swap_pager.c standard 527df8bae1dSRodney W. Grimesvm/vm_fault.c standard 528df8bae1dSRodney W. Grimesvm/vm_glue.c standard 529df8bae1dSRodney W. Grimesvm/vm_init.c standard 530df8bae1dSRodney W. Grimesvm/vm_kern.c standard 531df8bae1dSRodney W. Grimesvm/vm_map.c standard 532df8bae1dSRodney W. Grimesvm/vm_meter.c standard 533df8bae1dSRodney W. Grimesvm/vm_mmap.c standard 534df8bae1dSRodney W. Grimesvm/vm_object.c standard 535df8bae1dSRodney W. Grimesvm/vm_page.c standard 536df8bae1dSRodney W. Grimesvm/vm_pageout.c standard 537df8bae1dSRodney W. Grimesvm/vm_pager.c standard 538df8bae1dSRodney W. Grimesvm/vm_swap.c standard 539df8bae1dSRodney W. Grimesvm/vm_unix.c standard 54026f9a767SRodney W. Grimesvm/vnode_pager.c standard 5413f89af99SJohn Dysonvm/vm_zone.c standard 542