1# $NetBSD: std.vax,v 1.17 2021/06/04 10:46:11 martin Exp $ 2# 3# Std vaxfiles 4# 5machine vax 6include "conf/std" # MI standard options 7 8options EXEC_AOUT # execve(2) support for a.out binaries 9options EXEC_SCRIPT # execve(2) support for scripts 10options EXEC_ELF32 # execve(2) support for ELF32 binaries 11 12options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by 13 # default (slow cpu) 14 15