summaryrefslogtreecommitdiffstats
path: root/etc/defaults/make.conf
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-03-04 03:14:27 +0000
committerkris <kris@FreeBSD.org>2001-03-04 03:14:27 +0000
commite85d61bbf0bd1d90c6d1abd5e6552df4c0c3782c (patch)
tree72638bdfd745e28a7c78bb062dbb9632b0abdc9e /etc/defaults/make.conf
parent4e2eb78ecad4a6b5a760ceda4af304065081189c (diff)
downloadFreeBSD-src-e85d61bbf0bd1d90c6d1abd5e6552df4c0c3782c.zip
FreeBSD-src-e85d61bbf0bd1d90c6d1abd5e6552df4c0c3782c.tar.gz
Correct the comment above MAKE_IDEA to be less confusing now that we
only have one patented algorithm in make.conf.
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r--etc/defaults/make.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index b5b6e2e..aa7da78 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -116,15 +116,15 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#MODULES_WITH_WORLD=true # do not build modules when building kernel
#
#
-# Controls for building various OPTIONAL parts of the crypto system.
-# Patents are involved - you must not use these unless you either have
-# a license or would be within patent 'fair use' provisions.
-# Generally 'educational use' is OK, but personal (even non-commercial)
-# use is not.
-# *** It is YOUR RESPONSIBILITY to determine if you can use these! ***
-#
-# Patented in the USA and many european countries - thought to be OK to
-# use for any non-commercial use. This is optional.
+# The following controls building optional IDEA code in libcrypto and
+# certain ports. Patents are involved - you must not use this unless
+# you either have a license or fall within patent 'fair use'
+# provisions.
+#
+# *** It is YOUR RESPONSIBILITY to determine if you can use this! ***
+#
+# IDEA is patented in the USA and many european countries - thought to
+# be OK to use for any non-commercial use. This is optional.
#MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
#
# To avoid running MAKEDEV all on /dev during install:
OpenPOWER on IntegriCloud