git: 79d3b2813a6c - stable/13 - share/mk heimdal: Remove unnecessary trailing backslash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 21:18:41 UTC
The branch stable/13 has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=79d3b2813a6ca34b5f41f4419ccd32dfb492bcea
commit 79d3b2813a6ca34b5f41f4419ccd32dfb492bcea
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-04-02 03:41:34 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-04-07 21:18:04 +0000
share/mk heimdal: Remove unnecessary trailing backslash
Remove the trailing backslash from the last list item. This is a NOP and
never bothered anything because the next line was a blank line. Remove
it for correctness sake.
(cherry picked from commit db2d56ca01e8526ff077a7ecbfcaf9b3130f65b1)
---
share/mk/local.dirdeps-options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/local.dirdeps-options.mk b/share/mk/local.dirdeps-options.mk
index 86d6f3530e23..9ad08a78cb19 100644
--- a/share/mk/local.dirdeps-options.mk
+++ b/share/mk/local.dirdeps-options.mk
@@ -13,7 +13,7 @@ DIRDEPS.KERBEROS_SUPPORT.yes+= \
kerberos5/lib/libhx509 \
kerberos5/lib/libkrb5 \
kerberos5/lib/libroken \
- kerberos5/lib/libwind \
+ kerberos5/lib/libwind
DIRDEPS.NIS.yes+= \
include/rpc \