aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/make.conf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-07-14 09:18:21 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-07-14 09:18:21 +0000
commit97e8e70bd184d3ae0dca4e91cc166062b29f002e (patch)
tree2708ca0a20b506c1ccf715d359755104d873c74a /etc/defaults/make.conf
parent51525cb0209d650ec6d5b1ec8662aa812bdbb2c6 (diff)
downloadsrc-97e8e70bd184d3ae0dca4e91cc166062b29f002e.tar.gz
src-97e8e70bd184d3ae0dca4e91cc166062b29f002e.zip
Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code. ;-( Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=63123
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r--etc/defaults/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 17d7b1dbab00..5c5c1f0c5ba5 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -86,11 +86,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
# Patented in the USA and many european countries - thought to be OK to
# use for any non-commercial use. This is optional.
-#WITH_IDEA= YES # IDEA (128 bit symmetric encryption)
+#MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
#
# Patented in the USA only (due to expire in September 2000). RSA is
# required for OpenSSH. Either use this or ports/security/rsaref.
-#WITH_RSAINTL= YES # RSA (public key exchange)
+#MAKE_RSAINTL= YES # RSA (public key exchange)
#
#
# To avoid running MAKEDEV all on /dev during install: