mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Provide a hint for the OPIE 'insecure' mode.
This commit is contained in:
parent
1e98c32d1b
commit
b4248e7919
2 changed files with 12 additions and 0 deletions
|
|
@ -111,6 +111,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
#
|
||||
#WANT_OPENSSL_MANPAGES= true
|
||||
#
|
||||
# To build usr.bin/opie* and libopie with options to make it accept
|
||||
# being operatred over insecure TTY's. Mainly of use during debugging,
|
||||
# This is also of use if all traffic is routinely encrypted.
|
||||
#
|
||||
#WANT_INSECURE_OPIE= true
|
||||
#
|
||||
# To build sys/modules when building the world (our old way of doing things)
|
||||
#MODULES_WITH_WORLD=true # do not build modules when building kernel
|
||||
#
|
||||
|
|
|
|||
|
|
@ -111,6 +111,12 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
|
|||
#
|
||||
#WANT_OPENSSL_MANPAGES= true
|
||||
#
|
||||
# To build usr.bin/opie* and libopie with options to make it accept
|
||||
# being operatred over insecure TTY's. Mainly of use during debugging,
|
||||
# This is also of use if all traffic is routinely encrypted.
|
||||
#
|
||||
#WANT_INSECURE_OPIE= true
|
||||
#
|
||||
# To build sys/modules when building the world (our old way of doing things)
|
||||
#MODULES_WITH_WORLD=true # do not build modules when building kernel
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue