NetBSD/sys/arch/sparc/conf/std.sparc
fvdl d116707af0 Add
prefix ../gnu/sys
cinclude "conf/files.softdep"
prefix

to all std.* files, so that soft dependencies can be activated using
"options SOFTDEP".
1999-11-15 19:00:25 +00:00

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