From 0576f5e52112cdad6f23c48bfd797e13cd2d8c85 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 17 Sep 2005 09:43:40 +0000 Subject: [PATCH] add conf/std for MI standard options. currently empty. --- sys/conf/std | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/conf/std diff --git a/sys/conf/std b/sys/conf/std new file mode 100644 index 000000000000..638cf65f7d6d --- /dev/null +++ b/sys/conf/std @@ -0,0 +1,6 @@ +# $NetBSD: std,v 1.1 2005/09/17 09:43:40 yamt Exp $ +# +# standard MI 'options' +# +# this file is for options which can't be off-by-default for some reasons. +# "it's commonly used" is NOT a good reason to enable options here.