diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-21 21:47:20 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-21 21:47:20 +0000 |
| commit | a0218a2a4d9b91aeef7be46e98191cee2ed8cca5 (patch) | |
| tree | cde309d68197c42f9d3235b9fe71dba39c1c6f96 /share/examples/etc | |
| parent | 5da30ee2ba6a1eed15236d9ed8612fa599cf8b67 (diff) | |
Notes
Diffstat (limited to 'share/examples/etc')
| -rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index bc8bbbad6bbb..8a26d2be3b40 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -113,7 +113,8 @@ #NO_MODULES= true # do not build modules with the kernel #NO_OBJC= true # do not build Objective C support #NO_OPENSSH= true # do not build OpenSSH -#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) +#NO_OPENSSL= true # do not build OpenSSL (implies NO_KERBEROS and +# NO_OPENSSH) #NO_SENDMAIL= true # do not build sendmail and related programs #NO_SHAREDOCS= true # do not build the 4.4BSD legacy docs #NO_TCSH= true # do not build and install /bin/csh (which is tcsh) |
