16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
# $NetBSD: std.sparc,v 1.19 1999/11/15 19:00:30 fvdl Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc kernel options.
|
|
#
|
|
|
|
machine sparc # Machine architecture; required by config(8)
|
|
|
|
prefix ../gnu/sys
|
|
cinclude "conf/files.softdep"
|
|
prefix
|
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
options EXEC_ELF32 # execve(2) support for ELF binaries
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|