]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
src.libnames.mk: fix LIBPFCTL definition
authorLexi Winter <lexi@le-Fay.ORG>
Sun, 14 Apr 2024 10:37:46 +0000 (11:37 +0100)
committerKristof Provost <kp@FreeBSD.org>
Mon, 15 Apr 2024 21:27:05 +0000 (23:27 +0200)
commit3075939da41a22fc6a4ec592d78f582a711b5e79
tree60c19aa4afcd8e8fcc4889e384e5b8f0d5e16644
parentdcda49233de3efb9ed361692e118ecdf2f692339
src.libnames.mk: fix LIBPFCTL definition

Following the convention used in the rest of this file, ${LIBPFCTLDIR}
should refer to the directory, and ${LIBPFCTL} to the library itself.

Instead, both values were assigned to ${LIBPFCTL}, and ${LIBPFCTLDIR} was
not set at all.

This appears to be a simple typo and not a deliberate choice, so fix it
by assigning the directory name to ${LIBPFCTLDIR} instead.
share/mk/src.libnames.mk