diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:05:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 09:05:50 +0000 |
commit | 3a9923706475957ef54fa54278ec78a3ed4c693f (patch) | |
tree | 3034be46a264e703d9b125508c0d343c7992e7e7 | |
parent | 48bc4fdf5dc5bbfb59f09c889def30356c0b6af4 (diff) |
Yes, -g is good on this one
-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 |