The branch stable/12 has been updated by cy:

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

commit 8f89382e0fd6346c43a0b149462f52d87f40f818
Author:     Cy Schubert <[email protected]>
AuthorDate: 2022-04-02 03:41:34 +0000
Commit:     Cy Schubert <[email protected]>
CommitDate: 2022-04-07 21:20:34 +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 67b30f351f9f..5779f80bfe43 100644
--- a/share/mk/local.dirdeps-options.mk
+++ b/share/mk/local.dirdeps-options.mk
@@ -14,7 +14,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