From 38c659cca5e4172f7ecc57d1dda7428e0d3bf684 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 19 Jul 2000 18:29:21 +0000 Subject: [PATCH] Include ELF support by default. --- sys/arch/vax/conf/std.vax | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/vax/conf/std.vax b/sys/arch/vax/conf/std.vax index 94cc34b074d3..a7cadcda3860 100644 --- a/sys/arch/vax/conf/std.vax +++ b/sys/arch/vax/conf/std.vax @@ -1,4 +1,4 @@ -# $NetBSD: std.vax,v 1.11 2000/06/22 20:27:57 fvdl Exp $ +# $NetBSD: std.vax,v 1.12 2000/07/19 18:29:21 matt Exp $ # # Std vaxfiles # @@ -6,3 +6,4 @@ machine vax options EXEC_AOUT # execve(2) support for a.out binaries options EXEC_SCRIPT # execve(2) support for scripts +otpions EXEC_ELF32 # execve(2) support for ELF32 binaries