92ce8c6a3d
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
16 lines
766 B
Plaintext
16 lines
766 B
Plaintext
# $NetBSD: files.sunos32,v 1.2 2008/11/19 18:36:05 ad Exp $
|
|
#
|
|
# Config file description for machine-independent SunOS compat code for
|
|
# 64-bit kernel. Included by ports that need it.
|
|
|
|
# ports should define any machine-specific files they need in their
|
|
# own file lists.
|
|
|
|
file compat/sunos32/sunos32_exec.c compat_sunos & compat_netbsd32
|
|
file compat/sunos32/sunos32_exec_aout.c compat_sunos & compat_netbsd32
|
|
file compat/sunos32/sunos32_misc.c compat_sunos & compat_netbsd32
|
|
file compat/sunos32/sunos32_ioctl.c compat_sunos & compat_netbsd32
|
|
file compat/sunos32/sunos32_sysent.c compat_sunos & compat_netbsd32
|
|
file compat/sunos32/sunos32_mod.c compat_sunos & compat_netbsd32
|
|
file compat/sunos32/sunos32_syscalls.c syscall_debug & compat_sunos & compat_netbsd32
|