summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-09-29 00:09:22 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-09-29 00:09:22 +0000
commit7cfab3bb92d83cce3b4094fa576313c4f4894b19 (patch)
tree6c16fbaee1fb7cf543d9982e8bc0f4c62037fc37
parent3873e563fc622541d7af60dc7b03f21aa2e7b640 (diff)
Notes
-rw-r--r--share/examples/etc/make.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e52ece894ebf..d05509429489 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -53,6 +53,13 @@
#
#CXXFLAGS+= -fmemoize-lookups -fsave-memoized
#
+# MAKE_SHELL controls the shell used internally by make(1) to process the
+# command scripts in makefiles. Three shells are supported, sh, ksh, and
+# csh. Using sh is most common, and advised. Using ksh *may* work, but is
+# not guaranteed to. Using csh is absurd. The default is to use sh.
+#
+#MAKE_SHELL?=sh
+#
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
# for use in developing FreeBSD and testing changes. They can be used by
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not