summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 05:58:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 05:58:51 +0000
commitc2312bd2909d56549fa4d2eaacd50f1e2639bbac (patch)
tree9f635e7f6575a7f13cbded3eb4ad9a23db280eff /sys/conf
parent231a7f6e7a0974802b92d3ef5fdcc305794393d2 (diff)
exec_elf if native_elf option
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d3f965aff97..36584047847 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.22 1996/05/28 12:16:34 deraadt Exp $
+# $OpenBSD: files,v 1.23 1996/06/10 05:58:50 deraadt Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -110,7 +110,7 @@ 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 | exec_ecoff
-file kern/exec_elf.c compat_svr4 | compat_linux
+file kern/exec_elf.c compat_svr4 | compat_linux | native_elf
file kern/exec_script.c
file kern/exec_subr.c
file kern/init_main.c