aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-19 09:49:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-19 09:49:03 +0000
commit0a76f6e83448ae79278fe17b0451e0dcb4ce630c (patch)
tree4ad6d4dd25f4cbe216bdc1f99b0c94295cdb7798 /etc
parent9da582e3187353e23294f6eb08d0add27f12e735 (diff)
downloadsrc-0a76f6e83448ae79278fe17b0451e0dcb4ce630c.tar.gz
src-0a76f6e83448ae79278fe17b0451e0dcb4ce630c.zip
Add and document a NO_X knob to force disabling of X support in doscmd
Requested by: sysop@silver.komanda.com.ua
Notes
Notes: svn path=/head/; revision=58280
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 3a6e5880a16e..0ae86e35dc74 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -36,6 +36,7 @@
#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
+#NO_X= true # do not compile in XWindows support (e.g. doscmd)
#NOCRYPT= true # do not build any crypto code
#NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links
#NOGAMES= true # do not build games (games/ subdir)