1# $NetBSD: std.sparc,v 1.19 1999/11/15 19:00:30 fvdl Exp $ 2 3# 4# Mandatory NetBSD/sparc kernel options. 5# 6 7machine sparc # Machine architecture; required by config(8) 8 9prefix ../gnu/sys 10cinclude "conf/files.softdep" 11prefix 12 13options EXEC_AOUT # execve(2) support for a.out binaries 14options EXEC_ELF32 # execve(2) support for ELF binaries 15options EXEC_SCRIPT # execve(2) support for scripts 16