aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-15 03:52:17 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-15 03:52:17 +0000
commit77dec3a0c76af7a34f5f54c22dc065a5c58a582d (patch)
treec7889f5384649785893aede7c7e455a13919511b /share
parentb1da34ca3134a986495428aeccc370274eae13be (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e5146e1a7f3a0..a6eaba1f7a365 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -26,8 +26,9 @@
# To build perl with thread support
#PERL_THREADED= true
#
-# To avoid building sendmail
+# To avoid building various parts of the base system:
#NO_SENDMAIL= true
+#NO_CVS= true
#
# To compile just the kernel with special optimisations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway):