diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-02-28 07:07:26 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-02-28 07:07:26 +0000 |
| commit | c8c372542e6bbc298b3f16b3e49f2347b0befbd8 (patch) | |
| tree | a394fb2fb085488b8ab605cb38201bf7e586beaa /etc | |
| parent | 77ac690c97ab18c1c4882a42ebeff370dbcac072 (diff) | |
Notes
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 6e8e30a2497c..aa0d6aa5da20 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -35,11 +35,11 @@ #NO_OPENSSH= true # do not build OpenSSH #NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs -#NOCRYPT= true # do not build libcrypt +#NOCRYPT= true # do not build any crypto code #NOGAMES= true # do not build games (games/ subdir) #NOINFO= true # do not make or install info files #NOLIBC_R= true # do not build libc_r (re-entrant version of libc) -#NOSECURE= true # do not build crypto code (secure/ subdir) +#NOSECURE= true # do not build crypto code in secure/ subdir #NOSHARE= true # do not go into the share subdir # # To tell the base system that you are using RSAREF (from ports). |
