Include ELF support by default.

This commit is contained in:
matt 2000-07-19 18:29:21 +00:00
parent 8e9ff5814e
commit 38c659cca5
1 changed files with 2 additions and 1 deletions

View File

@ -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