xref: /freebsd/sys/conf/files (revision 14c35d6ca08e2f400104f47999ee57878f0ee773)
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"
16b44fb1c4SJordan K. Hubbardcfs/cfs_namecache.c	optional vcfs
17b44fb1c4SJordan K. Hubbardcfs/cfs_nbsd.c		optional vcfs
18b44fb1c4SJordan K. Hubbardcfs/cfs_fbsd.c		optional vcfs
19b44fb1c4SJordan K. Hubbardcfs/cfs_psdev.c		optional vcfs
20b44fb1c4SJordan K. Hubbardcfs/cfs_subr.c		optional vcfs
21b44fb1c4SJordan K. Hubbardcfs/cfs_venus.c		optional vcfs
22b44fb1c4SJordan K. Hubbardcfs/cfs_vfsops.c	optional vcfs
23b44fb1c4SJordan K. Hubbardcfs/cfs_vnodeops.c	optional vcfs
2426f9a767SRodney W. Grimesddb/db_access.c		optional ddb
2514c35d6cSDoug Rabsonddb/db_kld.c		optional ddb db_kld_symbols
2614c35d6cSDoug Rabsonddb/db_elf.c		optional ddb db_elf_symbols
2726f9a767SRodney W. Grimesddb/db_aout.c		optional ddb
2826f9a767SRodney W. Grimesddb/db_break.c		optional ddb
2926f9a767SRodney W. Grimesddb/db_command.c	optional ddb
3026f9a767SRodney W. Grimesddb/db_examine.c	optional ddb
3126f9a767SRodney W. Grimesddb/db_expr.c		optional ddb
3226f9a767SRodney W. Grimesddb/db_input.c		optional ddb
3326f9a767SRodney W. Grimesddb/db_lex.c		optional ddb
3426f9a767SRodney W. Grimesddb/db_output.c		optional ddb
3526f9a767SRodney W. Grimesddb/db_print.c		optional ddb
368a129caeSDavid Greenmanddb/db_ps.c		optional ddb
3726f9a767SRodney W. Grimesddb/db_run.c		optional ddb
3826f9a767SRodney W. Grimesddb/db_sym.c		optional ddb
3926f9a767SRodney W. Grimesddb/db_trap.c		optional ddb
4026f9a767SRodney W. Grimesddb/db_variables.c	optional ddb
4126f9a767SRodney W. Grimesddb/db_watch.c		optional ddb
4226f9a767SRodney W. Grimesddb/db_write_cmd.c	optional ddb
4317def80bSSatoshi Asamidev/ccd/ccd.c		optional ccd device-driver
4465adb54cSMatt Jacobdev/isp/isp_freebsd.c	optional isp device-driver
4565adb54cSMatt Jacobdev/isp/isp.c		optional isp device-driver
463458e54aSJulian Elischerdev/dpt/dpt_control.c	optional	dpt device-driver
473458e54aSJulian Elischerdev/dpt/dpt_scsi.c		optional	dpt	device-driver
4868713f97SKenjiro Chodev/en/midway.c		optional en device-driver
495be8af92SJoerg Wunschdev/pdq/pdq.c		optional fea device-driver
505be8af92SJoerg Wunschdev/pdq/pdq_ifsubr.c	optional fea device-driver
515be8af92SJoerg Wunschdev/pdq/pdq.c		optional fpa device-driver
525be8af92SJoerg Wunschdev/pdq/pdq_ifsubr.c	optional fpa device-driver
531b16a0ddSMike Smithdev/ppbus/nlpt.c	optional nlpt
5422531ffcSMike Smithdev/ppbus/ppb_base.c	optional ppbus
5522531ffcSMike Smithdev/ppbus/ppb_1284.c	optional ppbus
561b16a0ddSMike Smithdev/ppbus/ppbconf.c	optional ppbus
5722526298SMike Smithdev/ppbus/ppi.c		optional ppi
58507e2e44SPoul-Henning Kampdev/ppbus/pps.c		optional pps
5922526298SMike Smithdev/ppbus/vpo.c		optional vpo
603e425b96SJulian Elischerdev/slice/slice_base.c	optional	slice
613e425b96SJulian Elischerdev/slice/slice_device.c optional	slice
623e425b96SJulian Elischerdev/slice/mbr.c		optional	slice
633e425b96SJulian Elischerdev/slice/disklabel.c	optional	slice
64afa59fd4SPoul-Henning Kampdev/vn/vn.c		optional vn
65b3ac88f1SGuido van Rooijdev/vx/if_vx.c		optional vx  device-driver
6662494ee3SBruce Evansgnu/ext2fs/ext2_alloc.c		optional ext2fs
6762494ee3SBruce Evansgnu/ext2fs/ext2_balloc.c	optional ext2fs
6862494ee3SBruce Evansgnu/ext2fs/ext2_inode.c		optional ext2fs
6962494ee3SBruce Evansgnu/ext2fs/ext2_inode_cnv.c	optional ext2fs
7062494ee3SBruce Evansgnu/ext2fs/ext2_linux_balloc.c	optional ext2fs
7162494ee3SBruce Evansgnu/ext2fs/ext2_linux_ialloc.c	optional ext2fs
7262494ee3SBruce Evansgnu/ext2fs/ext2_lookup.c	optional ext2fs
7362494ee3SBruce Evansgnu/ext2fs/ext2_subr.c		optional ext2fs
7462494ee3SBruce Evansgnu/ext2fs/ext2_vfsops.c	optional ext2fs
7562494ee3SBruce Evansgnu/ext2fs/ext2_vnops.c		optional ext2fs
76df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_bmap.c	optional cd9660
77df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_lookup.c	optional cd9660
78df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_node.c	optional cd9660
79df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_rrip.c	optional cd9660
80df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_util.c	optional cd9660
81df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_vfsops.c	optional cd9660
82df8bae1dSRodney W. Grimesisofs/cd9660/cd9660_vnops.c	optional cd9660
8326f9a767SRodney W. Grimeskern/imgact_aout.c	standard
84e1743d02SSøren Schmidtkern/imgact_elf.c	standard
85e64ac777SPoul-Henning Kampkern/imgact_gzip.c	optional gzip
8626f9a767SRodney W. Grimeskern/imgact_shell.c	standard
87e03e30f8SBruce Evanskern/inflate.c		optional gzip
88df8bae1dSRodney W. Grimeskern/init_main.c	standard
89df8bae1dSRodney W. Grimeskern/init_sysent.c	standard
90d66a5066SPeter Wemmkern/init_sysvec.c	standard
917066d59cSDoug Rabsonkern/kern_intr.c	standard
92cea6c86cSDoug Rabsonkern/kern_module.c	standard
93cea6c86cSDoug Rabsonkern/kern_linker.c	standard
94cea6c86cSDoug Rabsonkern/link_aout.c	standard
95df8bae1dSRodney W. Grimeskern/kern_acct.c	standard
96df8bae1dSRodney W. Grimeskern/kern_clock.c	standard
9787f6c662SJulian Elischerkern/kern_conf.c	standard
98df8bae1dSRodney W. Grimeskern/kern_descrip.c	standard
99df8bae1dSRodney W. Grimeskern/kern_exec.c	standard
100df8bae1dSRodney W. Grimeskern/kern_exit.c	standard
101df8bae1dSRodney W. Grimeskern/kern_fork.c	standard
102df8bae1dSRodney W. Grimeskern/kern_ktrace.c	standard
1035ea9b263SGarrett Wollmankern/kern_lkm.c		standard
104996c772fSJohn Dysonkern/kern_lock.c	standard
105db3170abSDavid Greenmankern/kern_lockf.c	standard
106df8bae1dSRodney W. Grimeskern/kern_malloc.c	standard
10745ec3b38SPoul-Henning Kampkern/kern_mib.c		standard
1083f31c649SGarrett Wollmankern/kern_ntptime.c	standard
109f7b630a4SBruce Evanskern/kern_opt.c		standard
110df8bae1dSRodney W. Grimeskern/kern_physio.c	standard
111df8bae1dSRodney W. Grimeskern/kern_proc.c	standard
112df8bae1dSRodney W. Grimeskern/kern_prot.c	standard
113df8bae1dSRodney W. Grimeskern/kern_resource.c	standard
114386308f3SJulian Elischerkern/kern_shutdown.c	standard
115df8bae1dSRodney W. Grimeskern/kern_sig.c		standard
116df8bae1dSRodney W. Grimeskern/kern_subr.c	standard
117df8bae1dSRodney W. Grimeskern/kern_synch.c	standard
118df8bae1dSRodney W. Grimeskern/kern_sysctl.c	standard
119df8bae1dSRodney W. Grimeskern/kern_time.c	standard
120a50ec505SPoul-Henning Kampkern/kern_timeout.c	standard
121df8bae1dSRodney W. Grimeskern/kern_xxx.c		standard
122934f5f33SPoul-Henning Kampkern/md5c.c		standard
123226d4c89SBruce Evanskern/subr_diskslice.c	standard
124f2f9c185SJustin T. Gibbskern/subr_autoconf.c	standard
125226d4c89SBruce Evanskern/subr_dkbad.c	standard
126df8bae1dSRodney W. Grimeskern/subr_log.c		standard
127df8bae1dSRodney W. Grimeskern/subr_prf.c		standard
128df8bae1dSRodney W. Grimeskern/subr_prof.c	standard
12926f9a767SRodney W. Grimeskern/subr_rlist.c	standard
130df8bae1dSRodney W. Grimeskern/subr_xxx.c		standard
131df8bae1dSRodney W. Grimeskern/sys_generic.c	standard
13262494ee3SBruce Evanskern/sys_pipe.c		standard
133df8bae1dSRodney W. Grimeskern/sys_process.c	standard
134df8bae1dSRodney W. Grimeskern/sys_socket.c	standard
135143f48e1SPeter Wemmkern/sysv_ipc.c		standard
1363b8a29aeSDoug Rabsonkern/sysv_msg.c		optional sysvmsg
1373b8a29aeSDoug Rabsonkern/sysv_sem.c		optional sysvsem
138df8bae1dSRodney W. Grimeskern/sysv_shm.c		optional sysvshm
139df8bae1dSRodney W. Grimeskern/tty.c		standard
140df8bae1dSRodney W. Grimeskern/tty_compat.c	standard
141df8bae1dSRodney W. Grimeskern/tty_conf.c		standard
142df8bae1dSRodney W. Grimeskern/tty_pty.c		optional pty
143819f72f9SUgen J.S. Antsilevichkern/tty_snoop.c	optional snp
144df8bae1dSRodney W. Grimeskern/tty_subr.c		standard
145df8bae1dSRodney W. Grimeskern/tty_tb.c		optional tb
146df8bae1dSRodney W. Grimeskern/tty_tty.c		standard
147df8bae1dSRodney W. Grimeskern/uipc_domain.c	standard
148df8bae1dSRodney W. Grimeskern/uipc_mbuf.c	standard
149df8bae1dSRodney W. Grimeskern/uipc_proto.c	standard
150df8bae1dSRodney W. Grimeskern/uipc_socket.c	standard
151df8bae1dSRodney W. Grimeskern/uipc_socket2.c	standard
152df8bae1dSRodney W. Grimeskern/uipc_syscalls.c	standard
153df8bae1dSRodney W. Grimeskern/uipc_usrreq.c	standard
154df8bae1dSRodney W. Grimeskern/vfs_bio.c		standard
155df8bae1dSRodney W. Grimeskern/vfs_cache.c	standard
156df8bae1dSRodney W. Grimeskern/vfs_cluster.c	standard
157df8bae1dSRodney W. Grimeskern/vfs_conf.c		standard
158cec0f20cSPoul-Henning Kampkern/vfs_default.c	standard
159df8bae1dSRodney W. Grimeskern/vfs_init.c		standard
160df8bae1dSRodney W. Grimeskern/vfs_lookup.c	standard
161df8bae1dSRodney W. Grimeskern/vfs_subr.c		standard
162df8bae1dSRodney W. Grimeskern/vfs_syscalls.c	standard
163df8bae1dSRodney W. Grimeskern/vfs_vnops.c	standard
1642c1011f7SJohn Dysonkern/kern_threads.c	standard
1652c1011f7SJohn Dysonkern/vfs_aio.c		standard
166df8bae1dSRodney W. Grimesmiscfs/deadfs/dead_vnops.c	standard
16762494ee3SBruce Evansmiscfs/devfs/devfs_tree.c	optional devfs
16862494ee3SBruce Evansmiscfs/devfs/devfs_vfsops.c	optional devfs
16962494ee3SBruce Evansmiscfs/devfs/devfs_vnops.c	optional devfs
170df8bae1dSRodney W. Grimesmiscfs/fdesc/fdesc_vfsops.c	optional fdesc
171df8bae1dSRodney W. Grimesmiscfs/fdesc/fdesc_vnops.c	optional fdesc
172c9b1d604SGarrett Wollmanmiscfs/fifofs/fifo_vnops.c	standard
173df8bae1dSRodney W. Grimesmiscfs/kernfs/kernfs_vfsops.c	optional kernfs
174df8bae1dSRodney W. Grimesmiscfs/kernfs/kernfs_vnops.c	optional kernfs
175df8bae1dSRodney W. Grimesmiscfs/nullfs/null_subr.c	optional nullfs
176df8bae1dSRodney W. Grimesmiscfs/nullfs/null_vfsops.c	optional nullfs
177df8bae1dSRodney W. Grimesmiscfs/nullfs/null_vnops.c	optional nullfs
178df8bae1dSRodney W. Grimesmiscfs/portal/portal_vfsops.c	optional portal
179df8bae1dSRodney W. Grimesmiscfs/portal/portal_vnops.c	optional portal
180df8bae1dSRodney W. Grimesmiscfs/procfs/procfs_ctl.c	optional procfs
1819ef8f02dSPeter Wemmmiscfs/procfs/procfs_fpregs.c	standard
18262494ee3SBruce Evansmiscfs/procfs/procfs_map.c	optional procfs
1839ef8f02dSPeter Wemmmiscfs/procfs/procfs_mem.c	standard
184db3170abSDavid Greenmanmiscfs/procfs/procfs_note.c	optional procfs
1859ef8f02dSPeter Wemmmiscfs/procfs/procfs_regs.c	standard
186db3170abSDavid Greenmanmiscfs/procfs/procfs_status.c	optional procfs
187db3170abSDavid Greenmanmiscfs/procfs/procfs_subr.c	optional procfs
18862494ee3SBruce Evansmiscfs/procfs/procfs_type.c	optional procfs
189db3170abSDavid Greenmanmiscfs/procfs/procfs_vfsops.c	optional procfs
190db3170abSDavid Greenmanmiscfs/procfs/procfs_vnops.c	optional procfs
191df8bae1dSRodney W. Grimesmiscfs/specfs/spec_vnops.c	standard
192df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_subr.c	optional umapfs
193df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_vfsops.c	optional umapfs
194df8bae1dSRodney W. Grimesmiscfs/umapfs/umap_vnops.c	optional umapfs
195df8bae1dSRodney W. Grimesmiscfs/union/union_subr.c	optional union
196df8bae1dSRodney W. Grimesmiscfs/union/union_vfsops.c	optional union
197df8bae1dSRodney W. Grimesmiscfs/union/union_vnops.c	optional union
198db3170abSDavid Greenmanmsdosfs/msdosfs_conv.c		optional msdosfs
199db3170abSDavid Greenmanmsdosfs/msdosfs_denode.c	optional msdosfs
200db3170abSDavid Greenmanmsdosfs/msdosfs_fat.c		optional msdosfs
201db3170abSDavid Greenmanmsdosfs/msdosfs_lookup.c	optional msdosfs
202db3170abSDavid Greenmanmsdosfs/msdosfs_vfsops.c	optional msdosfs
203db3170abSDavid Greenmanmsdosfs/msdosfs_vnops.c		optional msdosfs
204df8bae1dSRodney W. Grimesnet/bpf.c		optional bpfilter
205df8bae1dSRodney W. Grimesnet/bpf_filter.c	optional bpfilter
20613c49711SPeter Wemmnet/bsd_comp.c		optional ppp_bsdcomp
2072cc2df49SGarrett Wollman#net/hostcache.c		standard
208df8bae1dSRodney W. Grimesnet/if.c		standard
20968713f97SKenjiro Chonet/if_atmsubr.c	optional atm
21059d8d13fSGarrett Wollmannet/if_disc.c		optional disc
211df8bae1dSRodney W. Grimesnet/if_ethersubr.c	optional ether
212d41f24e7SDavid Greenmannet/if_fddisubr.c	optional fddi
213df8bae1dSRodney W. Grimesnet/if_loop.c		optional loop
2141cde3a7eSPeter Wemmnet/if_media.c		standard
215bbd17bf8SGarrett Wollmannet/if_mib.c		standard
216e98e6beeSGarrett Wollmannet/if_ppp.c		optional ppp
217df8bae1dSRodney W. Grimesnet/if_sl.c		optional sl
218e03e30f8SBruce Evansnet/if_spppsubr.c	optional sppp
21962494ee3SBruce Evansnet/if_tun.c		optional tun
2202cc2df49SGarrett Wollmannet/if_vlan.c		optional vlan
22113c49711SPeter Wemmnet/ppp_deflate.c	optional ppp_deflate
222099a8761SPeter Wemmnet/ppp_tty.c		optional ppp
223df8bae1dSRodney W. Grimesnet/radix.c		standard
224df8bae1dSRodney W. Grimesnet/raw_cb.c		standard
225df8bae1dSRodney W. Grimesnet/raw_usrreq.c	standard
226df8bae1dSRodney W. Grimesnet/route.c		standard
227df8bae1dSRodney W. Grimesnet/rtsock.c		standard
228099a8761SPeter Wemmnet/slcompress.c	optional ppp
229df8bae1dSRodney W. Grimesnet/slcompress.c	optional sl
23013c49711SPeter Wemmnet/zlib.c		optional ppp_deflate
231655929bfSJulian Elischernetatalk/aarp.c		optional netatalk
232655929bfSJulian Elischernetatalk/at_control.c	optional netatalk
233655929bfSJulian Elischernetatalk/at_proto.c	optional netatalk
234655929bfSJulian Elischernetatalk/at_rmx.c	optional netatalkdebug
235655929bfSJulian Elischernetatalk/ddp_input.c	optional netatalk
236655929bfSJulian Elischernetatalk/ddp_output.c	optional netatalk
237655929bfSJulian Elischernetatalk/ddp_usrreq.c	optional netatalk
238b43e0b68SGarrett Wollman#netccitt/ccitt_proto.c	optional ccitt
239b43e0b68SGarrett Wollman#netccitt/hd_debug.c	optional hdlc
240b43e0b68SGarrett Wollman#netccitt/hd_input.c	optional hdlc
241b43e0b68SGarrett Wollman#netccitt/hd_output.c	optional hdlc
242b43e0b68SGarrett Wollman#netccitt/hd_subr.c	optional hdlc
243b43e0b68SGarrett Wollman#netccitt/hd_timer.c	optional hdlc
244b43e0b68SGarrett Wollman#netccitt/if_x25subr.c	optional ccitt
245b43e0b68SGarrett Wollman#netccitt/llc_input.c	optional llc
246b43e0b68SGarrett Wollman#netccitt/llc_output.c	optional llc
247b43e0b68SGarrett Wollman#netccitt/llc_subr.c	optional llc
248b43e0b68SGarrett Wollman#netccitt/llc_timer.c	optional llc
249b43e0b68SGarrett Wollman#netccitt/pk_acct.c	optional ccitt
250b43e0b68SGarrett Wollman#netccitt/pk_debug.c	optional ccitt
251b43e0b68SGarrett Wollman#netccitt/pk_input.c	optional ccitt
252b43e0b68SGarrett Wollman#netccitt/pk_llcsubr.c	optional hdlc
253b43e0b68SGarrett Wollman#netccitt/pk_llcsubr.c	optional llc
254b43e0b68SGarrett Wollman#netccitt/pk_output.c	optional ccitt
255b43e0b68SGarrett Wollman#netccitt/pk_subr.c	optional ccitt
256b43e0b68SGarrett Wollman#netccitt/pk_timer.c	optional ccitt
257b43e0b68SGarrett Wollman#netccitt/pk_usrreq.c	optional ccitt
258b43e0b68SGarrett Wollman#netimp/if_imp.c		optional imp
259b43e0b68SGarrett Wollman#netimp/if_imphost.c	optional imp
260b43e0b68SGarrett Wollman#netimp/raw_imp.c	optional imp
2611ee25934SPeter Wemmnetinet/fil.c		optional ipfilter inet
26268713f97SKenjiro Chonetinet/if_atm.c	optional atm
263df8bae1dSRodney W. Grimesnetinet/if_ether.c	optional ether
264df8bae1dSRodney W. Grimesnetinet/igmp.c		optional inet
265df8bae1dSRodney W. Grimesnetinet/in.c		optional inet
2662cc2df49SGarrett Wollman#netinet/in_hostcache.c	optional inet
267df8bae1dSRodney W. Grimesnetinet/in_pcb.c	optional inet
268df8bae1dSRodney W. Grimesnetinet/in_proto.c	optional inet
2691db18e0fSGarrett Wollmannetinet/in_rmx.c	optional inet
2701ee25934SPeter Wemmnetinet/ip_auth.c	optional ipfilter inet
27162494ee3SBruce Evansnetinet/ip_divert.c	optional ipdivert
2721ee25934SPeter Wemmnetinet/ip_fil.c	optional ipfilter inet
2731f91d8c5SDavid Greenmannetinet/ip_flow.c	optional inet
2741ee25934SPeter Wemmnetinet/ip_frag.c	optional ipfilter inet
27562494ee3SBruce Evansnetinet/ip_fw.c		optional ipfirewall
276df8bae1dSRodney W. Grimesnetinet/ip_icmp.c	optional inet
277df8bae1dSRodney W. Grimesnetinet/ip_input.c	optional inet
2781ee25934SPeter Wemmnetinet/ip_log.c	optional ipfilter inet
2795e9ae478SGarrett Wollmannetinet/ip_mroute.c	optional inet
2801ee25934SPeter Wemmnetinet/ip_nat.c	optional ipfilter inet
281df8bae1dSRodney W. Grimesnetinet/ip_output.c	optional inet
2821ee25934SPeter Wemmnetinet/ip_proxy.c	optional ipfilter inet
2831ee25934SPeter Wemmnetinet/ip_state.c	optional ipfilter inet
2841ee25934SPeter Wemmnetinet/mlf_ipl.c	optional ipfilter inet
285df8bae1dSRodney W. Grimesnetinet/raw_ip.c	optional inet
286610ee2f9SDavid Greenmannetinet/tcp_debug.c	optional tcpdebug
287df8bae1dSRodney W. Grimesnetinet/tcp_input.c	optional inet
288df8bae1dSRodney W. Grimesnetinet/tcp_output.c	optional inet
289df8bae1dSRodney W. Grimesnetinet/tcp_subr.c	optional inet
290df8bae1dSRodney W. Grimesnetinet/tcp_timer.c	optional inet
291df8bae1dSRodney W. Grimesnetinet/tcp_usrreq.c	optional inet
292df8bae1dSRodney W. Grimesnetinet/udp_usrreq.c	optional inet
293cc6a66f2SJulian Elischernetipx/ipx.c		optional ipx
294cc6a66f2SJulian Elischernetipx/ipx_cksum.c	optional ipx
295cc6a66f2SJulian Elischernetipx/ipx_input.c	optional ipx
296cc6a66f2SJulian Elischernetipx/ipx_ip.c		optional ipx
297cc6a66f2SJulian Elischernetipx/ipx_outputfl.c	optional ipx
298cc6a66f2SJulian Elischernetipx/ipx_pcb.c	optional ipx
299cc6a66f2SJulian Elischernetipx/ipx_proto.c	optional ipx
300cc6a66f2SJulian Elischernetipx/ipx_tun.c	optional ipx
30162494ee3SBruce Evansnetipx/ipx_usrreq.c	optional ipx
302cc6a66f2SJulian Elischernetipx/spx_debug.c	optional ipx
303cc6a66f2SJulian Elischernetipx/spx_usrreq.c	optional ipx
304b43e0b68SGarrett Wollman#netiso/clnp_debug.c	optional iso
305b43e0b68SGarrett Wollman#netiso/clnp_er.c	optional iso
306b43e0b68SGarrett Wollman#netiso/clnp_frag.c	optional iso
307b43e0b68SGarrett Wollman#netiso/clnp_input.c	optional iso
308b43e0b68SGarrett Wollman#netiso/clnp_options.c	optional iso
309b43e0b68SGarrett Wollman#netiso/clnp_output.c	optional iso
310b43e0b68SGarrett Wollman#netiso/clnp_raw.c	optional iso
311b43e0b68SGarrett Wollman#netiso/clnp_subr.c	optional iso
312b43e0b68SGarrett Wollman#netiso/clnp_timer.c	optional iso
313b43e0b68SGarrett Wollman#netiso/cltp_usrreq.c	optional iso
314b43e0b68SGarrett Wollman#netiso/esis.c		optional iso
315b43e0b68SGarrett Wollman#netiso/idrp_usrreq.c	optional iso
316b43e0b68SGarrett Wollman#netiso/if_eon.c		optional eon
317b43e0b68SGarrett Wollman#netiso/iso.c		optional iso
318b43e0b68SGarrett Wollman#netiso/iso_chksum.c	optional iso
319b43e0b68SGarrett Wollman#netiso/iso_pcb.c	optional iso
320b43e0b68SGarrett Wollman#netiso/iso_proto.c	optional iso
321b43e0b68SGarrett Wollman#netiso/iso_snpac.c	optional iso
322b43e0b68SGarrett Wollman#netiso/tp_astring.c	optional iso
323b43e0b68SGarrett Wollman#netiso/tp_astring.c	optional tpip
324b43e0b68SGarrett Wollman#netiso/tp_cons.c	optional iso
325b43e0b68SGarrett Wollman#netiso/tp_driver.c	optional iso
326b43e0b68SGarrett Wollman#netiso/tp_driver.c	optional tpip
327b43e0b68SGarrett Wollman#netiso/tp_emit.c	optional iso
328b43e0b68SGarrett Wollman#netiso/tp_emit.c	optional tpip
329b43e0b68SGarrett Wollman#netiso/tp_inet.c	optional iso
330b43e0b68SGarrett Wollman#netiso/tp_inet.c	optional tpip
331b43e0b68SGarrett Wollman#netiso/tp_input.c	optional iso
332b43e0b68SGarrett Wollman#netiso/tp_input.c	optional tpip
333b43e0b68SGarrett Wollman#netiso/tp_iso.c		optional iso
334b43e0b68SGarrett Wollman#netiso/tp_meas.c	optional iso
335b43e0b68SGarrett Wollman#netiso/tp_meas.c	optional tpip
336b43e0b68SGarrett Wollman#netiso/tp_output.c	optional iso
337b43e0b68SGarrett Wollman#netiso/tp_output.c	optional tpip
338b43e0b68SGarrett Wollman#netiso/tp_pcb.c		optional iso
339b43e0b68SGarrett Wollman#netiso/tp_pcb.c		optional tpip
340b43e0b68SGarrett Wollman#netiso/tp_subr.c	optional iso
341b43e0b68SGarrett Wollman#netiso/tp_subr.c	optional tpip
342b43e0b68SGarrett Wollman#netiso/tp_subr2.c	optional iso
343b43e0b68SGarrett Wollman#netiso/tp_subr2.c	optional tpip
344b43e0b68SGarrett Wollman#netiso/tp_timer.c	optional iso
345b43e0b68SGarrett Wollman#netiso/tp_timer.c	optional tpip
346b43e0b68SGarrett Wollman#netiso/tp_trace.c	optional iso
347b43e0b68SGarrett Wollman#netiso/tp_trace.c	optional tpip
348b43e0b68SGarrett Wollman#netiso/tp_usrreq.c	optional iso
349b43e0b68SGarrett Wollman#netiso/tp_usrreq.c	optional tpip
350b43e0b68SGarrett Wollman#netiso/tuba_subr.c	optional iso tuba
351b43e0b68SGarrett Wollman#netiso/tuba_table.c	optional iso tuba
352b43e0b68SGarrett Wollman#netiso/tuba_usrreq.c	optional iso tuba
353bd22f58eSGarrett Wollmannetkey/key.c		optional key
354751bf650SJun-ichiro itojun Haginonetkey/key_debug.c	optional key_debug
35568713f97SKenjiro Chonetnatm/natm.c		optional natm
35668713f97SKenjiro Chonetnatm/natm_pcb.c	optional natm
35768713f97SKenjiro Chonetnatm/natm_proto.c	optional natm
358dc915e7cSGarrett Wollman#netns/idp_usrreq.c	optional ns
359dc915e7cSGarrett Wollman#netns/ns.c		optional ns
360dc915e7cSGarrett Wollman#netns/ns_error.c	optional ns
361dc915e7cSGarrett Wollman#netns/ns_input.c	optional ns
362dc915e7cSGarrett Wollman#netns/ns_ip.c		optional ns
363dc915e7cSGarrett Wollman#netns/ns_output.c	optional ns
364dc915e7cSGarrett Wollman#netns/ns_pcb.c		optional ns
365dc915e7cSGarrett Wollman#netns/ns_proto.c	optional ns
366dc915e7cSGarrett Wollman#netns/spp_debug.c	optional ns
367dc915e7cSGarrett Wollman#netns/spp_usrreq.c	optional ns
368df8bae1dSRodney W. Grimesnfs/nfs_bio.c		optional nfs
369df8bae1dSRodney W. Grimesnfs/nfs_node.c		optional nfs
370df8bae1dSRodney W. Grimesnfs/nfs_nqlease.c	optional nfs
371df8bae1dSRodney W. Grimesnfs/nfs_serv.c		optional nfs
372df8bae1dSRodney W. Grimesnfs/nfs_socket.c	optional nfs
373df8bae1dSRodney W. Grimesnfs/nfs_srvcache.c	optional nfs
374df8bae1dSRodney W. Grimesnfs/nfs_subs.c		optional nfs
375df8bae1dSRodney W. Grimesnfs/nfs_syscalls.c	optional nfs
376df8bae1dSRodney W. Grimesnfs/nfs_vfsops.c	optional nfs
377df8bae1dSRodney W. Grimesnfs/nfs_vnops.c		optional nfs
378432aad0eSTor Eggenfs/bootp_subr.c	optional bootp
379432aad0eSTor Eggenfs/krpc_subr.c		optional bootp
380e7e437dbSNate Williamspccard/pccard.c		optional card
381c669d2dfSNate Williamspccard/pccard_beep.c	optional card
3828a7580c3SPoul-Henning Kamppccard/pcic.c		optional pcic device-driver
383030713d7SNate Williamspci/pcic_p.c		optional pcic device-driver
3840617e8fdSBruce Evanspci/aic7870.c		optional ahc device-driver			\
3852edd1d66SJustin T. Gibbs	dependency	"aic7xxx_reg.h $S/pci/aic7870.c"
386a30c77e8SMark Murraypci/brooktree848.c	optional bktr device-driver
387eb1a5f23SJustin T. Gibbspci/bt9xx.c		optional bt device-driver
388fdc021baSJulian Elischerpci/dpt_pci.c		optional pci dpt device-driver
3893010cd65SDavid Greenmanpci/cy_pci.c		optional cy device-driver
390f3f509deSStefan Eßerpci/if_de.c		optional de device-driver
39184084227SStefan Eßerpci/if_ed_p.c		optional ed device-driver
39268713f97SKenjiro Chopci/if_en_pci.c		optional en device-driver
393a17c678eSDavid Greenmanpci/if_fxp.c		optional fxp device-driver
394c268c94fSStefan Eßerpci/if_lnc_p.c		optional lnc device-driver
395e4107dcfSJoerg Wunschpci/if_fpa.c		optional fpa device-driver
396ebcdcb98SJohn Haypci/if_sr_p.c		optional sr device-driver
397c24476e3SBill Paulpci/if_tl.c		optional tl device-driver
398d8f643d7SJordan K. Hubbardpci/if_tx.c		optional tx device-driver
399b3ac88f1SGuido van Rooijpci/if_vx_pci.c		optional vx device-driver
40065adb54cSMatt Jacobpci/isp_pci.c		optional isp device-driver
40162494ee3SBruce Evanspci/meteor.c		optional meteor device-driver
402f3f509deSStefan Eßerpci/ncr.c		optional ncr device-driver
403f3f509deSStefan Eßerpci/pci.c		optional pci device-driver
4045bec6157SStefan Eßerpci/pci_compat.c	optional pci
405f3f509deSStefan Eßerpci/pcisupport.c	optional pci
406e511754aSStefan Eßerpci/tek390.c		optional amd device-driver
407f5cd278cSStefan Eßerpci/wdc_p.c		optional wdc device-driver
408897cd717SDoug Rabsonpci/simos.c		optional simos device-driver
4095db3b831SPoul-Henning Kamppci/xrpu.c		optional xrpu device-driver
410adc5342cSPeter Dufaultposix4/posix4_mib.c	standard
411adc5342cSPeter Dufaultposix4/p1003_1b.c	standard
4128a6472b7SPeter Dufaultposix4/ksched.c	optional _kposix_priority_scheduling
41326f9a767SRodney W. Grimesscsi/cd.c		optional cd
41426f9a767SRodney W. Grimesscsi/ch.c		optional ch
415ea76f945SJoerg Wunschscsi/od.c		optional od
416108b30f4SPeter Dufaultscsi/pt.c		optional pt
41762494ee3SBruce Evansscsi/scsi_base.c	optional scbus
41862494ee3SBruce Evansscsi/scsi_driver.c	optional scbus
41962494ee3SBruce Evansscsi/scsi_ioctl.c	optional scbus
42062494ee3SBruce Evansscsi/scsi_sense.c	optional scbus
42162494ee3SBruce Evansscsi/scsiconf.c		optional scbus
4221fff5805SPeter Dufaultscsi/sctarg.c		optional sctarg
42362494ee3SBruce Evansscsi/sd.c		optional sd
42462494ee3SBruce Evansscsi/ssc.c		optional ssc
42562494ee3SBruce Evansscsi/st.c		optional st
42662494ee3SBruce Evansscsi/su.c		optional su
42762494ee3SBruce Evansscsi/uk.c		optional scbus
42862494ee3SBruce Evansscsi/worm.c		optional worm
429df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c	optional ffs
430df8bae1dSRodney W. Grimesufs/ffs/ffs_alloc.c	optional mfs
431df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c	optional ffs
432df8bae1dSRodney W. Grimesufs/ffs/ffs_balloc.c	optional mfs
433df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c	optional ffs
434df8bae1dSRodney W. Grimesufs/ffs/ffs_inode.c	optional mfs
435d2ca4e98SBruce Evansufs/ffs/ffs_softdep_stub.c	standard
436b1897c19SJulian Elischerufs/ffs/ffs_softdep.c	optional softupdates
437df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c	optional ffs
438df8bae1dSRodney W. Grimesufs/ffs/ffs_subr.c	optional mfs
439df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c	optional ffs
440df8bae1dSRodney W. Grimesufs/ffs/ffs_tables.c	optional mfs
441df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c	optional ffs
442df8bae1dSRodney W. Grimesufs/ffs/ffs_vfsops.c	optional mfs
443df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c	optional ffs
444df8bae1dSRodney W. Grimesufs/ffs/ffs_vnops.c	optional mfs
445df8bae1dSRodney W. Grimesufs/mfs/mfs_vfsops.c	optional mfs
446df8bae1dSRodney W. Grimesufs/mfs/mfs_vnops.c	optional mfs
447df8bae1dSRodney W. Grimesufs/ufs/ufs_bmap.c	standard
448df8bae1dSRodney W. Grimesufs/ufs/ufs_disksubr.c	standard
449df8bae1dSRodney W. Grimesufs/ufs/ufs_ihash.c	standard
450df8bae1dSRodney W. Grimesufs/ufs/ufs_inode.c	standard
451df8bae1dSRodney W. Grimesufs/ufs/ufs_lookup.c	standard
452df8bae1dSRodney W. Grimesufs/ufs/ufs_quota.c	standard
453df8bae1dSRodney W. Grimesufs/ufs/ufs_vfsops.c	standard
454df8bae1dSRodney W. Grimesufs/ufs/ufs_vnops.c	standard
45524a1cce3SDavid Greenmanvm/default_pager.c	standard
45626f9a767SRodney W. Grimesvm/device_pager.c	standard
45726f9a767SRodney W. Grimesvm/swap_pager.c		standard
458df8bae1dSRodney W. Grimesvm/vm_fault.c		standard
459df8bae1dSRodney W. Grimesvm/vm_glue.c		standard
460df8bae1dSRodney W. Grimesvm/vm_init.c		standard
461df8bae1dSRodney W. Grimesvm/vm_kern.c		standard
462df8bae1dSRodney W. Grimesvm/vm_map.c		standard
463df8bae1dSRodney W. Grimesvm/vm_meter.c		standard
464df8bae1dSRodney W. Grimesvm/vm_mmap.c		standard
465df8bae1dSRodney W. Grimesvm/vm_object.c		standard
466df8bae1dSRodney W. Grimesvm/vm_page.c		standard
467df8bae1dSRodney W. Grimesvm/vm_pageout.c		standard
468df8bae1dSRodney W. Grimesvm/vm_pager.c		standard
469df8bae1dSRodney W. Grimesvm/vm_swap.c		standard
470df8bae1dSRodney W. Grimesvm/vm_unix.c		standard
47126f9a767SRodney W. Grimesvm/vnode_pager.c	standard
4723f89af99SJohn Dysonvm/vm_zone.c		standard
473