diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/PETRA | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/PETRA b/sys/arch/i386/conf/PETRA index 728781fe07f..9ffdafb86cb 100644 --- a/sys/arch/i386/conf/PETRA +++ b/sys/arch/i386/conf/PETRA @@ -1,4 +1,4 @@ -# $OpenBSD: PETRA,v 1.3 1997/07/07 12:37:03 niklas Exp $ +# $OpenBSD: PETRA,v 1.4 1997/08/07 09:05:49 niklas Exp $ # # PETRA -- everything that's currently supported with certain # changes for Applitron's fileserver petra, a 128 MB @@ -7,6 +7,8 @@ machine i386 # architecture, used by config; REQUIRED +makeoptions DEBUG="-g" # make a bsd.gdb too + include "../../../conf/GENERIC" option I386_CPU # CPU classes; at least one is REQUIRED |