aboutsummaryrefslogtreecommitdiff
path: root/mk/sys.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/sys.mk')
-rw-r--r--mk/sys.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/mk/sys.mk b/mk/sys.mk
index 37e37390eb27..b21dfa8b4ebf 100644
--- a/mk/sys.mk
+++ b/mk/sys.mk
@@ -1,14 +1,14 @@
-# $Id: sys.mk,v 1.47 2020/04/17 21:08:17 sjg Exp $
+# $Id: sys.mk,v 1.51 2020/08/19 17:51:53 sjg Exp $
#
# @(#) Copyright (c) 2003-2009, Simon J. Gerraty
#
# This file is provided in the hope that it will
# be of use. There is absolutely NO WARRANTY.
# Permission to copy, redistribute or otherwise
-# use this file is hereby granted provided that
+# use this file is hereby granted provided that
# the above copyright notice and this notice are
-# left intact.
-#
+# left intact.
+#
# Please send copies of changes and bug-fixes to:
# sjg@crufty.net
#
@@ -77,6 +77,7 @@ OPTIONS_DEFAULT_DEPENDENT += \
AUTO_OBJ/DIRDEPS_BUILD \
META_MODE/DIRDEPS_BUILD \
STAGING/DIRDEPS_BUILD \
+ STATIC_DIRDEPS_CACHE/DIRDEPS_CACHE \
.-include <options.mk>
@@ -116,7 +117,7 @@ ROOT_GROUP != sed -n /:0:/s/:.*//p /etc/group
unix ?= We run ${_HOST_OSNAME}.
-# We need a Bourne/POSIX shell
+# We need a Bourne/POSIX shell
MAKE_SHELL ?= sh
SHELL ?= ${MAKE_SHELL}