diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 17:28:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-06-08 17:28:12 +0000 |
commit | 54124732e16049703dd06364f4ef3d39e558b725 (patch) | |
tree | 4c98e8d872f96e2dcc4fdb8e954444eaf96c950f /sys/conf/GENERIC | |
parent | 92ebf1cb01f2aff540bcb51498fb415f8b7eda5e (diff) |
makeoptions
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 88a30dddac2..dde3964adc5 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 1998/05/20 05:07:30 gene Exp $ +# $OpenBSD: GENERIC,v 1.32 1998/06/08 17:28:11 deraadt Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -13,7 +13,7 @@ option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices option DDB # in-kernel debugger -#makeoption DEBUG="-g" # compile full symbol table +#makeoptions DEBUG="-g" # compile full symbol table option DIAGNOSTIC # internal consistency checks option KTRACE # system call tracing, a la ktrace(1) |