diff options
author | Mark Murray <markm@FreeBSD.org> | 2001-07-10 17:11:02 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2001-07-10 17:11:02 +0000 |
commit | b4248e791964a6ab7baefb3e9b7ff54aa03276c1 (patch) | |
tree | 66e11aa109e3e0ad773124c6f194a60de6d03fb1 | |
parent | 1e98c32d1b0dff2a9c4ccb8e7f7ca66405006f97 (diff) | |
download | src-b4248e791964a6ab7baefb3e9b7ff54aa03276c1.tar.gz src-b4248e791964a6ab7baefb3e9b7ff54aa03276c1.zip |
Provide a hint for the OPIE 'insecure' mode.
Notes
Notes:
svn path=/head/; revision=79548
-rw-r--r-- | etc/defaults/make.conf | 6 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 5544d5ad9ba9..04eb496cf9ec 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -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 # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 5544d5ad9ba9..04eb496cf9ec 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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 # |