diff options
Diffstat (limited to 'mk/whats.mk')
-rw-r--r-- | mk/whats.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/whats.mk b/mk/whats.mk index 1dacb4c14365..e10964463d4a 100644 --- a/mk/whats.mk +++ b/mk/whats.mk @@ -1,20 +1,20 @@ -# $Id: whats.mk,v 1.9 2020/05/09 19:48:53 sjg Exp $ +# $Id: whats.mk,v 1.10 2020/08/19 17:51:53 sjg Exp $ # # @(#) Copyright (c) 2014-2020, 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 # .if ${MK_WHATSTRING:Uno} == "yes" -# it can be useful to embed a what(1) string in binaries +# it can be useful to embed a what(1) string in binaries # so that the build location can be seen from a core file. .if defined(KMOD) what_thing ?= ${KMOD} |