1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Document NO_OBJC for disabling Objective C support

This commit is contained in:
Kris Kennaway 2000-03-05 10:53:24 +00:00
parent a107e2bc7a
commit eaf79dd01e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57764
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@
# To avoid building various parts of the base system:
#NO_CVS= true # do not build CVS
#NO_FORTRAN= true # do not build g77 and related libraries
#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_SENDMAIL= true # do not build sendmail and related programs

View File

@ -32,6 +32,7 @@
# To avoid building various parts of the base system:
#NO_CVS= true # do not build CVS
#NO_FORTRAN= true # do not build g77 and related libraries
#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_SENDMAIL= true # do not build sendmail and related programs