From 57dc31272ec32b74fa6d402ad9e21e7f8cf7e1e9 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 25 Nov 1995 00:37:39 +0000 Subject: [PATCH] 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. --- sys/conf/files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index ca08404f7814..c9be5824759e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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