diff options
Diffstat (limited to 'mk/srctop.mk')
-rw-r--r-- | mk/srctop.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/srctop.mk b/mk/srctop.mk index fab090c80d39..91594c7a98e4 100644 --- a/mk/srctop.mk +++ b/mk/srctop.mk @@ -1,14 +1,14 @@ -# $Id: srctop.mk,v 1.3 2012/11/11 23:20:18 sjg Exp $ +# $Id: srctop.mk,v 1.4 2020/08/19 17:51:53 sjg Exp $ # # @(#) Copyright (c) 2012, 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 # @@ -46,7 +46,7 @@ SRCTOP!= cd ${.CURDIR}; while :; do \ here=`pwd`; \ ${_SRCTOP_TEST_} && { echo $$here; break; }; \ case $$here in /*/*/*) cd ..;; *) echo ""; break;; esac; \ - done + done .endif .if defined(SRCTOP) && exists(${SRCTOP}/.) .export SRCTOP |