The branch main has been updated by cy:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=db2d56ca01e8526ff077a7ecbfcaf9b3130f65b1

commit db2d56ca01e8526ff077a7ecbfcaf9b3130f65b1
Author:     Cy Schubert <c...@freebsd.org>
AuthorDate: 2022-04-02 03:41:34 +0000
Commit:     Cy Schubert <c...@freebsd.org>
CommitDate: 2022-04-04 13:10:45 +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.
    
    MFC after:      3 days
---
 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 \

Reply via email to