files.freebsd revision 1.11
11.11Smatt#	$NetBSD: files.freebsd,v 1.11 2006/08/30 11:04:37 matt Exp $
21.1Smycroft#
31.2Spk# Config file description for machine-independent FreeBSD compat code.
41.1Smycroft# Included by ports that need it.
51.1Smycroft
61.1Smycroft# ports should define any machine-specific files they need in their
71.1Smycroft# own file lists.
81.1Smycroft
91.1Smycroftfile	compat/freebsd/freebsd_exec.c		compat_freebsd
101.4Sjdolecekfile	compat/freebsd/freebsd_exec_elf32.c	compat_freebsd & exec_elf32
111.4Sjdolecekfile	compat/freebsd/freebsd_exec_aout.c	compat_freebsd & exec_aout
121.7Smanufile	compat/freebsd/freebsd_file.c		compat_freebsd
131.5Spookafile	compat/freebsd/freebsd_fork.c		compat_freebsd
141.1Smycroftfile	compat/freebsd/freebsd_ioctl.c		compat_freebsd
151.3Smycroftfile	compat/freebsd/freebsd_ipc.c		compat_freebsd
161.1Smycroftfile	compat/freebsd/freebsd_misc.c		compat_freebsd
171.11Smattfile	compat/freebsd/freebsd_ptrace.c		compat_freebsd & ptrace
181.8Sgmcgarryfile	compat/freebsd/freebsd_sched.c		compat_freebsd
191.9Sheasfile	compat/freebsd/freebsd_sysctl.c		compat_freebsd
201.1Smycroftfile	compat/freebsd/freebsd_sysent.c		compat_freebsd
211.1Smycroftfile	compat/freebsd/freebsd_syscalls.c	compat_freebsd
22