pull in ecoff_exec.c with 'options EXEC_ECOFF', as well as with compat

options, so that it can be used in kernels (e.g. alpha) w/o need for
compat options.
This commit is contained in:
cgd 1995-11-25 00:37:39 +00:00
parent 523c12167c
commit 57dc31272e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.69 1995/10/04 23:33:14 pk Exp $
# $NetBSD: files,v 1.70 1995/11/25 00:37:39 cgd Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -73,7 +73,7 @@ file isofs/cd9660/cd9660_vfsops.c cd9660
file isofs/cd9660/cd9660_vnops.c cd9660
file kern/exec_aout.c
file kern/exec_conf.c
file kern/exec_ecoff.c compat_ultrix compat_osf1
file kern/exec_ecoff.c compat_ultrix compat_osf1 exec_ecoff
file kern/exec_elf.c compat_svr4 compat_linux
file kern/exec_script.c
file kern/exec_subr.c