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
This commit is contained in:
Cy Schubert 2022-04-01 20:41:34 -07:00
parent 963a032b8d
commit db2d56ca01

View File

@ -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 \