blob: 163c2421388b411bf56889d3a2d25087e624bbee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: files.sunos32,v 1.4 2019/01/27 02:08:40 pgoyette 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.
# XXX compat_sunos32
#define compat_sunos
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
|