summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-07-10 17:11:02 +0000
committermarkm <markm@FreeBSD.org>2001-07-10 17:11:02 +0000
commit2850959fa7fb92681b30ffb44e411415d23d58ea (patch)
tree66e11aa109e3e0ad773124c6f194a60de6d03fb1 /share
parent3c0c4f5ed4e8752fdc391c89a84ec52390beb4f9 (diff)
downloadFreeBSD-src-2850959fa7fb92681b30ffb44e411415d23d58ea.zip
FreeBSD-src-2850959fa7fb92681b30ffb44e411415d23d58ea.tar.gz
Provide a hint for the OPIE 'insecure' mode.
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 5544d5a..04eb496 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
#
OpenPOWER on IntegriCloud