std.mac68k revision 1.28
1#	$NetBSD: std.mac68k,v 1.28 2005/09/17 09:44:07 yamt 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