diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:47:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:47:59 +0000 |
commit | b1284f7a65f7b27c35036619089c288a78b1b95d (patch) | |
tree | 8b7405dd9bc4bf9580f2a1241c21107e6f29dac9 /sys/arch/mvme68k/conf | |
parent | 23f1eb80011a08ad6a6ea4f200e3a7d86c78ae1d (diff) |
Remove PTRACE support out of the ramdisks/miniroots.
Diffstat (limited to 'sys/arch/mvme68k/conf')
-rw-r--r-- | sys/arch/mvme68k/conf/MINIROOT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/conf/MINIROOT b/sys/arch/mvme68k/conf/MINIROOT index fda536a500e..8ea4b82389c 100644 --- a/sys/arch/mvme68k/conf/MINIROOT +++ b/sys/arch/mvme68k/conf/MINIROOT @@ -1,8 +1,9 @@ -# $OpenBSD: MINIROOT,v 1.10 2001/06/27 05:46:19 art Exp $ +# $OpenBSD: MINIROOT,v 1.11 2002/03/14 00:47:58 miod Exp $ machine mvme68k m68k include "../../../conf/GENERIC" +rmoption PTRACE option M68060 # support for 060 option M68040 # support for 040 |