1f2f9c185SJustin T. Gibbsaicasm optional ahc device-driver \ 2f2f9c185SJustin T. Gibbs dependency "$S/dev/aic7xxx/*.[chyl]" \ 3f2f9c185SJustin T. Gibbs 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" 1626f9a767SRodney W. Grimesddb/db_access.c optional ddb 1726f9a767SRodney W. Grimesddb/db_aout.c optional ddb 1826f9a767SRodney W. Grimesddb/db_break.c optional ddb 1926f9a767SRodney W. Grimesddb/db_command.c optional ddb 2026f9a767SRodney W. Grimesddb/db_examine.c optional ddb 2126f9a767SRodney W. Grimesddb/db_expr.c optional ddb 2226f9a767SRodney W. Grimesddb/db_input.c optional ddb 2326f9a767SRodney W. Grimesddb/db_lex.c optional ddb 2426f9a767SRodney W. Grimesddb/db_output.c optional ddb 2526f9a767SRodney W. Grimesddb/db_print.c optional ddb 268a129caeSDavid Greenmanddb/db_ps.c optional ddb 2726f9a767SRodney W. Grimesddb/db_run.c optional ddb 2826f9a767SRodney W. Grimesddb/db_sym.c optional ddb 2926f9a767SRodney W. Grimesddb/db_trap.c optional ddb 3026f9a767SRodney W. Grimesddb/db_variables.c optional ddb 3126f9a767SRodney W. Grimesddb/db_watch.c optional ddb 3226f9a767SRodney W. Grimesddb/db_write_cmd.c optional ddb 3317def80bSSatoshi Asamidev/ccd/ccd.c optional ccd device-driver 343458e54aSJulian Elischerdev/dpt/dpt_control.c optional dpt device-driver 353458e54aSJulian Elischerdev/dpt/dpt_scsi.c optional dpt device-driver 3668713f97SKenjiro Chodev/en/midway.c optional en device-driver 375be8af92SJoerg Wunschdev/pdq/pdq.c optional fea device-driver 385be8af92SJoerg Wunschdev/pdq/pdq_ifsubr.c optional fea device-driver 395be8af92SJoerg Wunschdev/pdq/pdq.c optional fpa device-driver 405be8af92SJoerg Wunschdev/pdq/pdq_ifsubr.c optional fpa device-driver 411b16a0ddSMike Smithdev/ppbus/nlpt.c optional nlpt 4222531ffcSMike Smithdev/ppbus/ppb_base.c optional ppbus 4322531ffcSMike Smithdev/ppbus/ppb_1284.c optional ppbus 441b16a0ddSMike Smithdev/ppbus/ppbconf.c optional ppbus 4522526298SMike Smithdev/ppbus/ppi.c optional ppi 46507e2e44SPoul-Henning Kampdev/ppbus/pps.c optional pps 4722526298SMike Smithdev/ppbus/vpo.c optional vpo 48afa59fd4SPoul-Henning Kampdev/vn/vn.c optional vn 49b3ac88f1SGuido van Rooijdev/vx/if_vx.c optional vx device-driver 5062494ee3SBruce Evansgnu/ext2fs/ext2_alloc.c optional ext2fs 5162494ee3SBruce Evansgnu/ext2fs/ext2_balloc.c optional ext2fs 5262494ee3SBruce Evansgnu/ext2fs/ext2_inode.c optional ext2fs 5362494ee3SBruce Evansgnu/ext2fs/ext2_inode_cnv.c optional ext2fs 5462494ee3SBruce Evansgnu/ext2fs/ext2_linux_balloc.c optional ext2fs 5562494ee3SBruce Evansgnu/ext2fs/ext2_linux_ialloc.c optional ext2fs 5662494ee3SBruce Evansgnu/ext2fs/ext2_lookup.c optional ext2fs 5762494ee3SBruce Evansgnu/ext2fs/ext2_subr.c optional ext2fs 5862494ee3SBruce Evansgnu/ext2fs/ext2_vfsops.c optional ext2fs 5962494ee3SBruce Evansgnu/ext2fs/ext2_vnops.c optional ext2fs 60df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_bmap.c optional cd9660 61df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_lookup.c optional cd9660 62df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_node.c optional cd9660 63df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_rrip.c optional cd9660 64df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_util.c optional cd9660 65df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_vfsops.c optional cd9660 66df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_vnops.c optional cd9660 6726f9a767SRodney W. Grimeskern/imgact_aout.c standard 68e1743d02SSøren Schmidtkern/imgact_elf.c standard 69e64ac777SPoul-Henning Kampkern/imgact_gzip.c optional gzip 7026f9a767SRodney W. Grimeskern/imgact_shell.c standard 71e03e30f8SBruce Evanskern/inflate.c optional gzip 72df8bae1dSRodney W. Grimeskern/init_main.c standard 73df8bae1dSRodney W. Grimeskern/init_sysent.c standard 74d66a5066SPeter Wemmkern/init_sysvec.c standard 75a1854c86SStefan Eßerkern/kern_intr.c standard 76cea6c86cSDoug Rabsonkern/kern_module.c standard 77cea6c86cSDoug Rabsonkern/kern_linker.c standard 78cea6c86cSDoug Rabsonkern/link_aout.c standard 79df8bae1dSRodney W. Grimeskern/kern_acct.c standard 80df8bae1dSRodney W. Grimeskern/kern_clock.c standard 8187f6c662SJulian Elischerkern/kern_conf.c standard 82df8bae1dSRodney W. Grimeskern/kern_descrip.c standard 83df8bae1dSRodney W. Grimeskern/kern_exec.c standard 84df8bae1dSRodney W. Grimeskern/kern_exit.c standard 85df8bae1dSRodney W. Grimeskern/kern_fork.c standard 86df8bae1dSRodney W. Grimeskern/kern_ktrace.c standard 875ea9b263SGarrett Wollmankern/kern_lkm.c standard 88996c772fSJohn Dysonkern/kern_lock.c standard 89db3170abSDavid Greenmankern/kern_lockf.c standard 90df8bae1dSRodney W. Grimeskern/kern_malloc.c standard 9145ec3b38SPoul-Henning Kampkern/kern_mib.c standard 923f31c649SGarrett Wollmankern/kern_ntptime.c standard 93f7b630a4SBruce Evanskern/kern_opt.c standard 94df8bae1dSRodney W. Grimeskern/kern_physio.c standard 95df8bae1dSRodney W. Grimeskern/kern_proc.c standard 96df8bae1dSRodney W. Grimeskern/kern_prot.c standard 97df8bae1dSRodney W. Grimeskern/kern_resource.c standard 98386308f3SJulian Elischerkern/kern_shutdown.c standard 99df8bae1dSRodney W. Grimeskern/kern_sig.c standard 100df8bae1dSRodney W. Grimeskern/kern_subr.c standard 101df8bae1dSRodney W. Grimeskern/kern_synch.c standard 102df8bae1dSRodney W. Grimeskern/kern_sysctl.c standard 103df8bae1dSRodney W. Grimeskern/kern_time.c standard 104a50ec505SPoul-Henning Kampkern/kern_timeout.c standard 105df8bae1dSRodney W. Grimeskern/kern_xxx.c standard 106fd82b92aSPoul-Henning Kampkern/md5c.c optional md5 10719d4b75dSJoerg Wunschkern/md5c.c optional sppp 108226d4c89SBruce Evanskern/subr_diskslice.c standard 109f2f9c185SJustin T. Gibbskern/subr_autoconf.c standard 110226d4c89SBruce Evanskern/subr_dkbad.c standard 111df8bae1dSRodney W. Grimeskern/subr_log.c standard 112df8bae1dSRodney W. Grimeskern/subr_prf.c standard 113df8bae1dSRodney W. Grimeskern/subr_prof.c standard 11426f9a767SRodney W. Grimeskern/subr_rlist.c standard 115df8bae1dSRodney W. Grimeskern/subr_xxx.c standard 116df8bae1dSRodney W. Grimeskern/sys_generic.c standard 11762494ee3SBruce Evanskern/sys_pipe.c standard 118df8bae1dSRodney W. Grimeskern/sys_process.c standard 119df8bae1dSRodney W. Grimeskern/sys_socket.c standard 120143f48e1SPeter Wemmkern/sysv_ipc.c standard 1213b8a29aeSDoug Rabsonkern/sysv_msg.c optional sysvmsg 1223b8a29aeSDoug Rabsonkern/sysv_sem.c optional sysvsem 123df8bae1dSRodney W. Grimeskern/sysv_shm.c optional sysvshm 124df8bae1dSRodney W. Grimeskern/tty.c standard 125df8bae1dSRodney W. Grimeskern/tty_compat.c standard 126df8bae1dSRodney W. Grimeskern/tty_conf.c standard 127df8bae1dSRodney W. Grimeskern/tty_pty.c optional pty 128819f72f9SUgen J.S. Antsilevichkern/tty_snoop.c optional snp 129df8bae1dSRodney W. Grimeskern/tty_subr.c standard 130df8bae1dSRodney W. Grimeskern/tty_tb.c optional tb 131df8bae1dSRodney W. Grimeskern/tty_tty.c standard 132df8bae1dSRodney W. Grimeskern/uipc_domain.c standard 133df8bae1dSRodney W. Grimeskern/uipc_mbuf.c standard 134df8bae1dSRodney W. Grimeskern/uipc_proto.c standard 135df8bae1dSRodney W. Grimeskern/uipc_socket.c standard 136df8bae1dSRodney W. Grimeskern/uipc_socket2.c standard 137df8bae1dSRodney W. Grimeskern/uipc_syscalls.c standard 138df8bae1dSRodney W. Grimeskern/uipc_usrreq.c standard 139df8bae1dSRodney W. Grimeskern/vfs_bio.c standard 140df8bae1dSRodney W. Grimeskern/vfs_cache.c standard 141df8bae1dSRodney W. Grimeskern/vfs_cluster.c standard 142df8bae1dSRodney W. Grimeskern/vfs_conf.c standard 143cec0f20cSPoul-Henning Kampkern/vfs_default.c standard 144df8bae1dSRodney W. Grimeskern/vfs_init.c standard 145df8bae1dSRodney W. Grimeskern/vfs_lookup.c standard 146df8bae1dSRodney W. Grimeskern/vfs_subr.c standard 147df8bae1dSRodney W. Grimeskern/vfs_syscalls.c standard 148df8bae1dSRodney W. Grimeskern/vfs_vnops.c standard 1492c1011f7SJohn Dysonkern/kern_threads.c standard 1502c1011f7SJohn Dysonkern/vfs_aio.c standard 151df8bae1dSRodney W. Grimesmiscfs/deadfs/dead_vnops.c standard 15262494ee3SBruce Evansmiscfs/devfs/devfs_tree.c optional devfs 15362494ee3SBruce Evansmiscfs/devfs/devfs_vfsops.c optional devfs 15462494ee3SBruce Evansmiscfs/devfs/devfs_vnops.c optional devfs 155df8bae1dSRodney W. Grimesmiscfs/fdesc/fdesc_vfsops.c optional fdesc 156df8bae1dSRodney W. Grimesmiscfs/fdesc/fdesc_vnops.c optional fdesc 157c9b1d604SGarrett Wollmanmiscfs/fifofs/fifo_vnops.c standard 158df8bae1dSRodney W. Grimesmiscfs/kernfs/kernfs_vfsops.c optional kernfs 159df8bae1dSRodney W. Grimesmiscfs/kernfs/kernfs_vnops.c optional kernfs 160df8bae1dSRodney W. Grimesmiscfs/nullfs/null_subr.c optional nullfs 161df8bae1dSRodney W. Grimesmiscfs/nullfs/null_vfsops.c optional nullfs 162df8bae1dSRodney W. Grimesmiscfs/nullfs/null_vnops.c optional nullfs 163df8bae1dSRodney W. Grimesmiscfs/portal/portal_vfsops.c optional portal 164df8bae1dSRodney W. Grimesmiscfs/portal/portal_vnops.c optional portal 165df8bae1dSRodney W. Grimesmiscfs/procfs/procfs_ctl.c optional procfs 1669ef8f02dSPeter Wemmmiscfs/procfs/procfs_fpregs.c standard 16762494ee3SBruce Evansmiscfs/procfs/procfs_map.c optional procfs 1689ef8f02dSPeter Wemmmiscfs/procfs/procfs_mem.c standard 169db3170abSDavid Greenmanmiscfs/procfs/procfs_note.c optional procfs 1709ef8f02dSPeter Wemmmiscfs/procfs/procfs_regs.c standard 171db3170abSDavid Greenmanmiscfs/procfs/procfs_status.c optional procfs 172db3170abSDavid Greenmanmiscfs/procfs/procfs_subr.c optional procfs 17362494ee3SBruce Evansmiscfs/procfs/procfs_type.c optional procfs 174db3170abSDavid Greenmanmiscfs/procfs/procfs_vfsops.c optional procfs 175db3170abSDavid Greenmanmiscfs/procfs/procfs_vnops.c optional procfs 176df8bae1dSRodney W. Grimesmiscfs/specfs/spec_vnops.c standard 177df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_subr.c optional umapfs 178df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_vfsops.c optional umapfs 179df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_vnops.c optional umapfs 180df8bae1dSRodney W. Grimesmiscfs/union/union_subr.c optional union 181df8bae1dSRodney W. Grimesmiscfs/union/union_vfsops.c optional union 182df8bae1dSRodney W. Grimesmiscfs/union/union_vnops.c optional union 183db3170abSDavid Greenmanmsdosfs/msdosfs_conv.c optional msdosfs 184db3170abSDavid Greenmanmsdosfs/msdosfs_denode.c optional msdosfs 185db3170abSDavid Greenmanmsdosfs/msdosfs_fat.c optional msdosfs 186db3170abSDavid Greenmanmsdosfs/msdosfs_lookup.c optional msdosfs 187db3170abSDavid Greenmanmsdosfs/msdosfs_vfsops.c optional msdosfs 188db3170abSDavid Greenmanmsdosfs/msdosfs_vnops.c optional msdosfs 189df8bae1dSRodney W. Grimesnet/bpf.c optional bpfilter 190df8bae1dSRodney W. Grimesnet/bpf_filter.c optional bpfilter 19113c49711SPeter Wemmnet/bsd_comp.c optional ppp_bsdcomp 192cee405baSGarrett Wollmannet/hostcache.c standard 193df8bae1dSRodney W. Grimesnet/if.c standard 19468713f97SKenjiro Chonet/if_atmsubr.c optional atm 19559d8d13fSGarrett Wollmannet/if_disc.c optional disc 196df8bae1dSRodney W. Grimesnet/if_ethersubr.c optional ether 197d41f24e7SDavid Greenmannet/if_fddisubr.c optional fddi 198df8bae1dSRodney W. Grimesnet/if_loop.c optional loop 1991cde3a7eSPeter Wemmnet/if_media.c standard 200bbd17bf8SGarrett Wollmannet/if_mib.c standard 201e98e6beeSGarrett Wollmannet/if_ppp.c optional ppp 202df8bae1dSRodney W. Grimesnet/if_sl.c optional sl 203e03e30f8SBruce Evansnet/if_spppsubr.c optional sppp 20462494ee3SBruce Evansnet/if_tun.c optional tun 20513c49711SPeter Wemmnet/ppp_deflate.c optional ppp_deflate 206099a8761SPeter Wemmnet/ppp_tty.c optional ppp 207df8bae1dSRodney W. Grimesnet/radix.c standard 208df8bae1dSRodney W. Grimesnet/raw_cb.c standard 209df8bae1dSRodney W. Grimesnet/raw_usrreq.c standard 210df8bae1dSRodney W. Grimesnet/route.c standard 211df8bae1dSRodney W. Grimesnet/rtsock.c standard 212099a8761SPeter Wemmnet/slcompress.c optional ppp 213df8bae1dSRodney W. Grimesnet/slcompress.c optional sl 21413c49711SPeter Wemmnet/zlib.c optional ppp_deflate 215655929bfSJulian Elischernetatalk/aarp.c optional netatalk 216655929bfSJulian Elischernetatalk/at_control.c optional netatalk 217655929bfSJulian Elischernetatalk/at_proto.c optional netatalk 218655929bfSJulian Elischernetatalk/at_rmx.c optional netatalkdebug 219655929bfSJulian Elischernetatalk/ddp_input.c optional netatalk 220655929bfSJulian Elischernetatalk/ddp_output.c optional netatalk 221655929bfSJulian Elischernetatalk/ddp_usrreq.c optional netatalk 222b43e0b68SGarrett Wollman#netccitt/ccitt_proto.c optional ccitt 223b43e0b68SGarrett Wollman#netccitt/hd_debug.c optional hdlc 224b43e0b68SGarrett Wollman#netccitt/hd_input.c optional hdlc 225b43e0b68SGarrett Wollman#netccitt/hd_output.c optional hdlc 226b43e0b68SGarrett Wollman#netccitt/hd_subr.c optional hdlc 227b43e0b68SGarrett Wollman#netccitt/hd_timer.c optional hdlc 228b43e0b68SGarrett Wollman#netccitt/if_x25subr.c optional ccitt 229b43e0b68SGarrett Wollman#netccitt/llc_input.c optional llc 230b43e0b68SGarrett Wollman#netccitt/llc_output.c optional llc 231b43e0b68SGarrett Wollman#netccitt/llc_subr.c optional llc 232b43e0b68SGarrett Wollman#netccitt/llc_timer.c optional llc 233b43e0b68SGarrett Wollman#netccitt/pk_acct.c optional ccitt 234b43e0b68SGarrett Wollman#netccitt/pk_debug.c optional ccitt 235b43e0b68SGarrett Wollman#netccitt/pk_input.c optional ccitt 236b43e0b68SGarrett Wollman#netccitt/pk_llcsubr.c optional hdlc 237b43e0b68SGarrett Wollman#netccitt/pk_llcsubr.c optional llc 238b43e0b68SGarrett Wollman#netccitt/pk_output.c optional ccitt 239b43e0b68SGarrett Wollman#netccitt/pk_subr.c optional ccitt 240b43e0b68SGarrett Wollman#netccitt/pk_timer.c optional ccitt 241b43e0b68SGarrett Wollman#netccitt/pk_usrreq.c optional ccitt 242b43e0b68SGarrett Wollman#netimp/if_imp.c optional imp 243b43e0b68SGarrett Wollman#netimp/if_imphost.c optional imp 244b43e0b68SGarrett Wollman#netimp/raw_imp.c optional imp 24568713f97SKenjiro Chonetinet/if_atm.c optional atm 246df8bae1dSRodney W. Grimesnetinet/if_ether.c optional ether 247df8bae1dSRodney W. Grimesnetinet/igmp.c optional inet 248df8bae1dSRodney W. Grimesnetinet/in.c optional inet 249cee405baSGarrett Wollmannetinet/in_hostcache.c optional inet 250df8bae1dSRodney W. Grimesnetinet/in_pcb.c optional inet 251df8bae1dSRodney W. Grimesnetinet/in_proto.c optional inet 2521db18e0fSGarrett Wollmannetinet/in_rmx.c optional inet 25362494ee3SBruce Evansnetinet/ip_divert.c optional ipdivert 25462494ee3SBruce Evansnetinet/ip_fw.c optional ipfirewall 255df8bae1dSRodney W. Grimesnetinet/ip_icmp.c optional inet 256df8bae1dSRodney W. Grimesnetinet/ip_input.c optional inet 2575e9ae478SGarrett Wollmannetinet/ip_mroute.c optional inet 258df8bae1dSRodney W. Grimesnetinet/ip_output.c optional inet 259df8bae1dSRodney W. Grimesnetinet/raw_ip.c optional inet 260610ee2f9SDavid Greenmannetinet/tcp_debug.c optional tcpdebug 261df8bae1dSRodney W. Grimesnetinet/tcp_input.c optional inet 262df8bae1dSRodney W. Grimesnetinet/tcp_output.c optional inet 263df8bae1dSRodney W. Grimesnetinet/tcp_subr.c optional inet 264df8bae1dSRodney W. Grimesnetinet/tcp_timer.c optional inet 265df8bae1dSRodney W. Grimesnetinet/tcp_usrreq.c optional inet 266df8bae1dSRodney W. Grimesnetinet/udp_usrreq.c optional inet 26755452e7fSDarren Reednetinet/ip_fil.c optional ipfilter inet 26855452e7fSDarren Reednetinet/fil.c optional ipfilter inet 26955452e7fSDarren Reednetinet/ip_nat.c optional ipfilter inet 27055452e7fSDarren Reednetinet/ip_frag.c optional ipfilter inet 27155452e7fSDarren Reednetinet/ip_state.c optional ipfilter inet 27290538e09SDarren Reednetinet/ip_proxy.c optional ipfilter inet 27390538e09SDarren Reednetinet/mln_ipl.c optional ipfilter inet 274cc6a66f2SJulian Elischernetipx/ipx.c optional ipx 275cc6a66f2SJulian Elischernetipx/ipx_cksum.c optional ipx 276cc6a66f2SJulian Elischernetipx/ipx_input.c optional ipx 277cc6a66f2SJulian Elischernetipx/ipx_ip.c optional ipx 278cc6a66f2SJulian Elischernetipx/ipx_outputfl.c optional ipx 279cc6a66f2SJulian Elischernetipx/ipx_pcb.c optional ipx 280cc6a66f2SJulian Elischernetipx/ipx_proto.c optional ipx 281cc6a66f2SJulian Elischernetipx/ipx_tun.c optional ipx 28262494ee3SBruce Evansnetipx/ipx_usrreq.c optional ipx 283cc6a66f2SJulian Elischernetipx/spx_debug.c optional ipx 284cc6a66f2SJulian Elischernetipx/spx_usrreq.c optional ipx 285b43e0b68SGarrett Wollman#netiso/clnp_debug.c optional iso 286b43e0b68SGarrett Wollman#netiso/clnp_er.c optional iso 287b43e0b68SGarrett Wollman#netiso/clnp_frag.c optional iso 288b43e0b68SGarrett Wollman#netiso/clnp_input.c optional iso 289b43e0b68SGarrett Wollman#netiso/clnp_options.c optional iso 290b43e0b68SGarrett Wollman#netiso/clnp_output.c optional iso 291b43e0b68SGarrett Wollman#netiso/clnp_raw.c optional iso 292b43e0b68SGarrett Wollman#netiso/clnp_subr.c optional iso 293b43e0b68SGarrett Wollman#netiso/clnp_timer.c optional iso 294b43e0b68SGarrett Wollman#netiso/cltp_usrreq.c optional iso 295b43e0b68SGarrett Wollman#netiso/esis.c optional iso 296b43e0b68SGarrett Wollman#netiso/idrp_usrreq.c optional iso 297b43e0b68SGarrett Wollman#netiso/if_eon.c optional eon 298b43e0b68SGarrett Wollman#netiso/iso.c optional iso 299b43e0b68SGarrett Wollman#netiso/iso_chksum.c optional iso 300b43e0b68SGarrett Wollman#netiso/iso_pcb.c optional iso 301b43e0b68SGarrett Wollman#netiso/iso_proto.c optional iso 302b43e0b68SGarrett Wollman#netiso/iso_snpac.c optional iso 303b43e0b68SGarrett Wollman#netiso/tp_astring.c optional iso 304b43e0b68SGarrett Wollman#netiso/tp_astring.c optional tpip 305b43e0b68SGarrett Wollman#netiso/tp_cons.c optional iso 306b43e0b68SGarrett Wollman#netiso/tp_driver.c optional iso 307b43e0b68SGarrett Wollman#netiso/tp_driver.c optional tpip 308b43e0b68SGarrett Wollman#netiso/tp_emit.c optional iso 309b43e0b68SGarrett Wollman#netiso/tp_emit.c optional tpip 310b43e0b68SGarrett Wollman#netiso/tp_inet.c optional iso 311b43e0b68SGarrett Wollman#netiso/tp_inet.c optional tpip 312b43e0b68SGarrett Wollman#netiso/tp_input.c optional iso 313b43e0b68SGarrett Wollman#netiso/tp_input.c optional tpip 314b43e0b68SGarrett Wollman#netiso/tp_iso.c optional iso 315b43e0b68SGarrett Wollman#netiso/tp_meas.c optional iso 316b43e0b68SGarrett Wollman#netiso/tp_meas.c optional tpip 317b43e0b68SGarrett Wollman#netiso/tp_output.c optional iso 318b43e0b68SGarrett Wollman#netiso/tp_output.c optional tpip 319b43e0b68SGarrett Wollman#netiso/tp_pcb.c optional iso 320b43e0b68SGarrett Wollman#netiso/tp_pcb.c optional tpip 321b43e0b68SGarrett Wollman#netiso/tp_subr.c optional iso 322b43e0b68SGarrett Wollman#netiso/tp_subr.c optional tpip 323b43e0b68SGarrett Wollman#netiso/tp_subr2.c optional iso 324b43e0b68SGarrett Wollman#netiso/tp_subr2.c optional tpip 325b43e0b68SGarrett Wollman#netiso/tp_timer.c optional iso 326b43e0b68SGarrett Wollman#netiso/tp_timer.c optional tpip 327b43e0b68SGarrett Wollman#netiso/tp_trace.c optional iso 328b43e0b68SGarrett Wollman#netiso/tp_trace.c optional tpip 329b43e0b68SGarrett Wollman#netiso/tp_usrreq.c optional iso 330b43e0b68SGarrett Wollman#netiso/tp_usrreq.c optional tpip 331b43e0b68SGarrett Wollman#netiso/tuba_subr.c optional iso tuba 332b43e0b68SGarrett Wollman#netiso/tuba_table.c optional iso tuba 333b43e0b68SGarrett Wollman#netiso/tuba_usrreq.c optional iso tuba 334bd22f58eSGarrett Wollmannetkey/key.c optional key 33568713f97SKenjiro Chonetnatm/natm.c optional natm 33668713f97SKenjiro Chonetnatm/natm_pcb.c optional natm 33768713f97SKenjiro Chonetnatm/natm_proto.c optional natm 338dc915e7cSGarrett Wollman#netns/idp_usrreq.c optional ns 339dc915e7cSGarrett Wollman#netns/ns.c optional ns 340dc915e7cSGarrett Wollman#netns/ns_error.c optional ns 341dc915e7cSGarrett Wollman#netns/ns_input.c optional ns 342dc915e7cSGarrett Wollman#netns/ns_ip.c optional ns 343dc915e7cSGarrett Wollman#netns/ns_output.c optional ns 344dc915e7cSGarrett Wollman#netns/ns_pcb.c optional ns 345dc915e7cSGarrett Wollman#netns/ns_proto.c optional ns 346dc915e7cSGarrett Wollman#netns/spp_debug.c optional ns 347dc915e7cSGarrett Wollman#netns/spp_usrreq.c optional ns 348df8bae1dSRodney W. Grimesnfs/nfs_bio.c optional nfs 349df8bae1dSRodney W. Grimesnfs/nfs_node.c optional nfs 350df8bae1dSRodney W. Grimesnfs/nfs_nqlease.c optional nfs 351df8bae1dSRodney W. Grimesnfs/nfs_serv.c optional nfs 352df8bae1dSRodney W. Grimesnfs/nfs_socket.c optional nfs 353df8bae1dSRodney W. Grimesnfs/nfs_srvcache.c optional nfs 354df8bae1dSRodney W. Grimesnfs/nfs_subs.c optional nfs 355df8bae1dSRodney W. Grimesnfs/nfs_syscalls.c optional nfs 356df8bae1dSRodney W. Grimesnfs/nfs_vfsops.c optional nfs 357df8bae1dSRodney W. Grimesnfs/nfs_vnops.c optional nfs 358432aad0eSTor Eggenfs/bootp_subr.c optional bootp 359432aad0eSTor Eggenfs/krpc_subr.c optional bootp 360e7e437dbSNate Williamspccard/pccard.c optional card 361c669d2dfSNate Williamspccard/pccard_beep.c optional card 3628a7580c3SPoul-Henning Kamppccard/pcic.c optional pcic device-driver 363030713d7SNate Williamspci/pcic_p.c optional pcic device-driver 3640617e8fdSBruce Evanspci/aic7870.c optional ahc device-driver \ 3652edd1d66SJustin T. Gibbs dependency "aic7xxx_reg.h $S/pci/aic7870.c" 366a30c77e8SMark Murraypci/brooktree848.c optional bktr device-driver 367eb1a5f23SJustin T. Gibbspci/bt9xx.c optional bt device-driver 3683458e54aSJulian Elischerpci/dpt_pci.c optional dpt device-driver 3693010cd65SDavid Greenmanpci/cy_pci.c optional cy device-driver 370f3f509deSStefan Eßerpci/if_de.c optional de device-driver 37184084227SStefan Eßerpci/if_ed_p.c optional ed device-driver 37268713f97SKenjiro Chopci/if_en_pci.c optional en device-driver 373a17c678eSDavid Greenmanpci/if_fxp.c optional fxp device-driver 374c268c94fSStefan Eßerpci/if_lnc_p.c optional lnc device-driver 375e4107dcfSJoerg Wunschpci/if_fpa.c optional fpa device-driver 376ebcdcb98SJohn Haypci/if_sr_p.c optional sr device-driver 377d8f643d7SJordan K. Hubbardpci/if_tx.c optional tx device-driver 378b3ac88f1SGuido van Rooijpci/if_vx_pci.c optional vx device-driver 37962494ee3SBruce Evanspci/meteor.c optional meteor device-driver 380f3f509deSStefan Eßerpci/ncr.c optional ncr device-driver 381f3f509deSStefan Eßerpci/pci.c optional pci device-driver 3825bec6157SStefan Eßerpci/pci_compat.c optional pci 383f3f509deSStefan Eßerpci/pcisupport.c optional pci 384e511754aSStefan Eßerpci/tek390.c optional amd device-driver 385f5cd278cSStefan Eßerpci/wdc_p.c optional wdc device-driver 38626f9a767SRodney W. Grimesscsi/cd.c optional cd 38726f9a767SRodney W. Grimesscsi/ch.c optional ch 388ea76f945SJoerg Wunschscsi/od.c optional od 389108b30f4SPeter Dufaultscsi/pt.c optional pt 39062494ee3SBruce Evansscsi/scsi_base.c optional scbus 39162494ee3SBruce Evansscsi/scsi_driver.c optional scbus 39262494ee3SBruce Evansscsi/scsi_ioctl.c optional scbus 39362494ee3SBruce Evansscsi/scsi_sense.c optional scbus 39462494ee3SBruce Evansscsi/scsiconf.c optional scbus 3951fff5805SPeter Dufaultscsi/sctarg.c optional sctarg 39662494ee3SBruce Evansscsi/sd.c optional sd 39762494ee3SBruce Evansscsi/ssc.c optional ssc 39862494ee3SBruce Evansscsi/st.c optional st 39962494ee3SBruce Evansscsi/su.c optional su 40062494ee3SBruce Evansscsi/uk.c optional scbus 40162494ee3SBruce Evansscsi/worm.c optional worm 402df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c optional ffs 403df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c optional mfs 404df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c optional ffs 405df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c optional mfs 406df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c optional ffs 407df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c optional mfs 408df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c optional ffs 409df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c optional mfs 410df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c optional ffs 411df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c optional mfs 412df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c optional ffs 413df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c optional mfs 414df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c optional ffs 415df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c optional mfs 416df8bae1dSRodney W. Grimesufs/mfs/mfs_vfsops.c optional mfs 417df8bae1dSRodney W. Grimesufs/mfs/mfs_vnops.c optional mfs 418df8bae1dSRodney W. Grimesufs/ufs/ufs_bmap.c standard 419df8bae1dSRodney W. Grimesufs/ufs/ufs_disksubr.c standard 420df8bae1dSRodney W. Grimesufs/ufs/ufs_ihash.c standard 421df8bae1dSRodney W. Grimesufs/ufs/ufs_inode.c standard 422df8bae1dSRodney W. Grimesufs/ufs/ufs_lookup.c standard 423df8bae1dSRodney W. Grimesufs/ufs/ufs_quota.c standard 424df8bae1dSRodney W. Grimesufs/ufs/ufs_vfsops.c standard 425df8bae1dSRodney W. Grimesufs/ufs/ufs_vnops.c standard 42624a1cce3SDavid Greenmanvm/default_pager.c standard 42726f9a767SRodney W. Grimesvm/device_pager.c standard 42826f9a767SRodney W. Grimesvm/swap_pager.c standard 429df8bae1dSRodney W. Grimesvm/vm_fault.c standard 430df8bae1dSRodney W. Grimesvm/vm_glue.c standard 431df8bae1dSRodney W. Grimesvm/vm_init.c standard 432df8bae1dSRodney W. Grimesvm/vm_kern.c standard 433df8bae1dSRodney W. Grimesvm/vm_map.c standard 434df8bae1dSRodney W. Grimesvm/vm_meter.c standard 435df8bae1dSRodney W. Grimesvm/vm_mmap.c standard 436df8bae1dSRodney W. Grimesvm/vm_object.c standard 437df8bae1dSRodney W. Grimesvm/vm_page.c standard 438df8bae1dSRodney W. Grimesvm/vm_pageout.c standard 439df8bae1dSRodney W. Grimesvm/vm_pager.c standard 440df8bae1dSRodney W. Grimesvm/vm_swap.c standard 441df8bae1dSRodney W. Grimesvm/vm_unix.c standard 44226f9a767SRodney W. Grimesvm/vnode_pager.c standard 4433f89af99SJohn Dysonvm/vm_zone.c standard 444