diff options
author | 1996-06-10 05:58:50 +0000 | |
---|---|---|
committer | 1996-06-10 05:58:50 +0000 | |
commit | 7bd65ef0d98d4c868635ad17fa2f63bc295639b5 (patch) | |
tree | 1a42c39321f887094f88a1172fab798316985042 | |
parent | even closer to the yp.x file (diff) | |
download | wireguard-openbsd-7bd65ef0d98d4c868635ad17fa2f63bc295639b5.tar.xz wireguard-openbsd-7bd65ef0d98d4c868635ad17fa2f63bc295639b5.zip |
exec_elf if native_elf option
-rw-r--r-- | sys/conf/files | 4 |
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 |