Add common file lists, similar to what the other emulation modules use.

This commit is contained in:
thorpej 1995-09-20 00:15:18 +00:00
parent a11f0c987e
commit 236ee835ed
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# $NetBSD: files.osf1,v 1.1 1995/09/20 00:15:18 thorpej 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.
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_syscalls.c compat_osf1
file compat/osf1/osf1_sysent.c compat_osf1

View File

@ -0,0 +1,11 @@
# $NetBSD: files.ultrix,v 1.1 1995/09/20 00:15:19 thorpej Exp $
#
# Config file description for machine-independent Ultrix compat code.
# Included by ports that need it.
# ports should define any machine-specific files they need in their
# own file lists.
file compat/ultrix/ultrix_misc.c compat_ultrix
file compat/ultrix/ultrix_syscalls.c compat_ultrix
file compat/ultrix/ultrix_sysent.c compat_ultrix