15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
# $NetBSD: std.sparc64,v 1.7 2000/06/19 23:30:32 eeh Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc kernel options.
|
|
#
|
|
|
|
machine sparc64 # Machine architecture; required by config(8)
|
|
makeoptions MACHINE=sparc64
|
|
|
|
prefix ../gnu/sys
|
|
cinclude "conf/files.softdep"
|
|
prefix
|
|
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|