Make NO_LKM a new-style option.

Forgotten by:	dima
This commit is contained in:
eivind 1998-02-12 18:02:07 +00:00
parent 2f60a6a670
commit 7f31bf3e90
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $Id: options,v 1.58 1998/02/04 22:32:02 eivind Exp $
# $Id: options,v 1.59 1998/02/06 12:41:39 eivind Exp $
# Format:
# Option name filename
@ -18,6 +18,7 @@ KTRACE
MD5
MFS_AUTOLOAD opt_mfs.h
MFS_ROOT opt_mfs.h
NO_LKM
NSWAPDEV opt_swap.h
PPS_SYNC opt_ntp.h
QUOTA

View File

@ -30,10 +30,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: kern_lkm.c,v 1.46 1998/01/24 02:54:34 eivind Exp $
* $Id: kern_lkm.c,v 1.47 1998/02/11 20:47:55 dima Exp $
*/
#include "opt_devfs.h"
#include "opt_no_lkm.h"
#include <sys/param.h>
#include <sys/systm.h>