diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-04 03:14:27 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-04 03:14:27 +0000 |
| commit | 6a251185af5ec8cb97d608e4c1d97c57fc82df4d (patch) | |
| tree | 4b4c7e55554875a9238cede8c390e39c2a0a6573 /etc/defaults/make.conf | |
| parent | cb96ab3672952acf835d607dcd1679e0900e9d56 (diff) | |
Notes
Diffstat (limited to 'etc/defaults/make.conf')
| -rw-r--r-- | etc/defaults/make.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index b5b6e2e16a266..aa7da78d19cba 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! *** +# 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. # -# Patented in the USA and many european countries - thought to be OK to -# use for any non-commercial use. This is optional. +# *** 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: |
