From b9b09beff77fa0c63504c65b19ba867fd78e84da Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 14 Jul 2000 09:18:21 +0000 Subject: 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 --- etc/defaults/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 17d7b1d..5c5c1f0 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: -- cgit v1.1