NetBSD/sys/compat/sunos/files.sunos
ad 92ce8c6a3d Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime
2008-11-19 18:35:57 +00:00

16 lines
732 B
Plaintext

# $NetBSD: files.sunos,v 1.8 2008/11/19 18:36:05 ad Exp $
#
# Config file description for machine-independent SunOS compat code.
# Included by ports that need it.
# ports should define any machine-specific files they need in their
# own file lists.
file compat/sunos/sunos_exec.c compat_sunos & !compat_netbsd32
file compat/sunos/sunos_exec_aout.c compat_sunos & exec_aout & !compat_netbsd32
file compat/sunos/sunos_sysent.c compat_sunos & !compat_netbsd32
file compat/sunos/sunos_ioctl.c compat_sunos & !compat_netbsd32
file compat/sunos/sunos_misc.c compat_sunos & !compat_netbsd32
file compat/sunos/sunos_mod.c compat_sunos & !compat_netbsd32
file compat/sunos/sunos_syscalls.c syscall_debug & compat_sunos & !compat_netbsd32