files.freebsd revision 1.7
11.7Smanu#	$NetBSD: files.freebsd,v 1.7 2002/12/08 00:52:04 manu 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.1Smycroftfile	compat/freebsd/freebsd_ptrace.c		compat_freebsd
181.1Smycroftfile	compat/freebsd/freebsd_sysent.c		compat_freebsd
191.1Smycroftfile	compat/freebsd/freebsd_syscalls.c	compat_freebsd
20