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\""
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
# $NetBSD: std.x86_64,v 1.2 2001/11/20 12:56:43 lukem Exp $
|
|
#
|
|
# standard, required NetBSD/x86_64 'options'
|
|
|
|
machine x86_64
|
|
|
|
options EXEC_ELF64 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|