03aef4723c
options SPACE TAB makeoptions TAB psuedo-device TAB remove trailing whitespace replace multiple spaces -> tabs options "FOO" -> options FOO options "FOO=bar" -> options FOO=bar options "FOO=\"bar\"" -> options FOO="\"bar\""
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
# $NetBSD: std.vax,v 1.14 2001/11/20 12:56:42 lukem Exp $
|
|
#
|
|
# Std vaxfiles
|
|
#
|
|
machine vax
|
|
|
|
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
|