aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-05 10:53:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-05 10:53:24 +0000
commiteaf79dd01e7126679ea01e287212839e4dee26b7 (patch)
tree396ae840330ccb867d1077c27ada5b633f19362e /etc
parenta107e2bc7a01003aa1885a21bdaa57c5e97f33c9 (diff)
downloadsrc-eaf79dd01e7126679ea01e287212839e4dee26b7.tar.gz
src-eaf79dd01e7126679ea01e287212839e4dee26b7.zip
Document NO_OBJC for disabling Objective C support
Notes
Notes: svn path=/head/; revision=57764
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index dbef46909e83..3a6e5880a16e 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -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