diff options
author | markm <markm@FreeBSD.org> | 2001-07-10 17:11:02 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-07-10 17:11:02 +0000 |
commit | 2850959fa7fb92681b30ffb44e411415d23d58ea (patch) | |
tree | 66e11aa109e3e0ad773124c6f194a60de6d03fb1 /etc | |
parent | 3c0c4f5ed4e8752fdc391c89a84ec52390beb4f9 (diff) | |
download | FreeBSD-src-2850959fa7fb92681b30ffb44e411415d23d58ea.zip FreeBSD-src-2850959fa7fb92681b30ffb44e411415d23d58ea.tar.gz |
Provide a hint for the OPIE 'insecure' mode.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 5544d5a..04eb496 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 # |