Generate dependencies on the INSECURE option.
This commit is contained in:
parent
dd4cb910db
commit
ea9ade0496
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files,v 1.165 1998/01/21 22:24:32 thorpej Exp $
|
||||
# $NetBSD: files,v 1.166 1998/01/22 01:18:30 thorpej Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
@ -22,6 +22,8 @@ defopt TCP_COMPAT_42
|
||||
|
||||
defopt opt_malloclog.h MALLOCLOG MALLOCLOGSIZE
|
||||
|
||||
defopt INSECURE
|
||||
|
||||
# generic attributes
|
||||
define disk
|
||||
define tape
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: kern_sysctl.c,v 1.29 1997/10/21 18:51:06 sommerfe Exp $ */
|
||||
/* $NetBSD: kern_sysctl.c,v 1.30 1998/01/22 01:18:32 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -42,6 +42,8 @@
|
||||
* sysctl system call.
|
||||
*/
|
||||
|
||||
#include "opt_insecure.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/kernel.h>
|
||||
|
Loading…
Reference in New Issue
Block a user