blob: 4c1292ad6a2594cc2f8a4e8ae0a0fe2942baaadc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: files.osf1,v 1.4 1999/11/10 15:55:22 mickey Exp $
# $NetBSD: files.osf1,v 1.3 1995/11/15 05:42:17 cgd Exp $
#
# Config file description for machine-independent OSF/1 compat code.
# Included by ports that need it.
# ports should define any machine-specific files they need in their
# own file lists.
# XXX COMPAT_OSF1 requires ECOFF
file compat/osf1/osf1_ioctl.c compat_osf1
file compat/osf1/osf1_misc.c compat_osf1
file compat/osf1/osf1_mount.c compat_osf1
file compat/osf1/osf1_signal.c compat_osf1
file compat/osf1/osf1_syscalls.c compat_osf1 & syscall_debug
file compat/osf1/osf1_sysent.c compat_osf1
|