diff options
Diffstat (limited to 'mk/sys.clean-env.mk')
-rw-r--r-- | mk/sys.clean-env.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/sys.clean-env.mk b/mk/sys.clean-env.mk index 5ac74bba9342..88d32cb3c6e9 100644 --- a/mk/sys.clean-env.mk +++ b/mk/sys.clean-env.mk @@ -1,14 +1,14 @@ -# $Id: sys.clean-env.mk,v 1.22 2017/10/25 23:44:20 sjg Exp $ +# $Id: sys.clean-env.mk,v 1.23 2020/08/19 17:51:53 sjg Exp $ # # @(#) Copyright (c) 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 # @@ -55,7 +55,7 @@ MAKE_ENV_SAVE_PREFIX_LIST += \ MAKE_ENV_SAVE_EXCLUDE_LIST ?= _ # This is the actual list that we will save -# HOME is probably something worth clobbering eg. +# HOME is probably something worth clobbering eg. # HOME=/var/empty MAKE_ENV_SAVE_VAR_LIST += \ HOME \ |