Provide a hint for the OPIE 'insecure' mode.

This commit is contained in:
Mark Murray 2001-07-10 17:11:02 +00:00
parent 1e98c32d1b
commit b4248e7919
2 changed files with 12 additions and 0 deletions

View file

@ -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
#

View file

@ -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
#