d116707af0
prefix ../gnu/sys cinclude "conf/files.softdep" prefix to all std.* files, so that soft dependencies can be activated using "options SOFTDEP".
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
# $NetBSD: std.mac68k,v 1.24 1999/11/15 19:00:28 fvdl Exp $
|
|
#
|
|
# standard Macintosh information.
|
|
# roughly copied from std.sparc 14 Oct 1993.
|
|
|
|
machine mac68k m68k
|
|
|
|
prefix ../gnu/sys
|
|
cinclude "conf/files.softdep"
|
|
prefix
|
|
|
|
options HZ=60 # mac clock runs at 60hz
|
|
|
|
# Executable support
|
|
options EXEC_AOUT # a.out binary support
|
|
options EXEC_SCRIPT # shell script support
|