diff options
author | peter <peter@FreeBSD.org> | 2000-07-14 09:18:21 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-07-14 09:18:21 +0000 |
commit | b9b09beff77fa0c63504c65b19ba867fd78e84da (patch) | |
tree | 0019e68c5bdaedaa746ca117586b046263ee0456 /etc | |
parent | 3d1a13821110880d487f70d32e7bdc79047815ac (diff) | |
download | FreeBSD-src-b9b09beff77fa0c63504c65b19ba867fd78e84da.zip FreeBSD-src-b9b09beff77fa0c63504c65b19ba867fd78e84da.tar.gz |
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>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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: |