22d88e6c63
the recently introduced files.ppbus. Also, let the mvme68k port use it's own lpt implementation for now, so define USE_ALT_LPT option in std.memv68k. This makes the mvme68k kernels configure and build again.
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
# $NetBSD: std.mvme68k,v 1.11 2004/01/30 09:42:01 he Exp $
|
|
#
|
|
# Options/devices that all mvme68ks should have
|
|
#
|
|
|
|
machine mvme68k m68k
|
|
|
|
timekeeper0 at mainbus0
|
|
|
|
options EXEC_AOUT # support for exec'ing a.out
|
|
options EXEC_ELF32 # support for exec'ing Elf
|
|
options EXEC_SCRIPT # support for #! scripts
|
|
|
|
options USE_ALT_LPT # use own lpt implementation
|