1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Make NO_LKM a new-style option.

Forgotten by:	dima
This commit is contained in:
Eivind Eklund 1998-02-12 18:02:07 +00:00
parent aa1f0f51b6
commit be41061b8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33277
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>