11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
# $NetBSD: std.vax,v 1.16 2005/12/11 12:19:34 christos Exp $
|
|
#
|
|
# Std vaxfiles
|
|
#
|
|
machine vax
|
|
include "conf/std" # MI standard options
|
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|
|
options EXEC_ELF32 # execve(2) support for ELF32 binaries
|