a3b10f5127
Approved by Scott,briggs,fredb,wormey
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
# $NetBSD: std.mac68k,v 1.27 2002/03/25 14:03:05 shiba Exp $
|
|
#
|
|
# "options" common to all mac68k kernel configs
|
|
|
|
machine mac68k m68k
|
|
|
|
options HZ=60 # mac clock runs at 60hz
|
|
|
|
# Executable support
|
|
options EXEC_ELF32 # support for exec'ing ELF
|
|
options EXEC_SCRIPT # support for #! scripts
|