1# $NetBSD: std.mac68k,v 1.29 2005/12/11 12:18:02 christos Exp $ 2# 3# "options" common to all mac68k kernel configs 4 5machine mac68k m68k 6include "conf/std" # MI standard options 7 8options HZ=60 # mac clock runs at 60hz 9 10# Executable support 11options EXEC_ELF32 # support for exec'ing ELF 12options EXEC_SCRIPT # support for #! scripts 13