aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-14 10:37:46 +0000
committerKristof Provost <kp@FreeBSD.org>2024-04-15 21:27:05 +0000
commit3075939da41a22fc6a4ec592d78f582a711b5e79 (patch)
tree60c19aa4afcd8e8fcc4889e384e5b8f0d5e16644 /share
parentdcda49233de3efb9ed361692e118ecdf2f692339 (diff)
downloadsrc-3075939da41a22fc6a4ec592d78f582a711b5e79.tar.gz
src-3075939da41a22fc6a4ec592d78f582a711b5e79.zip
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.
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.libnames.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk
index a12c3755ea72..ebe788a346aa 100644
--- a/share/mk/src.libnames.mk
+++ b/share/mk/src.libnames.mk
@@ -617,7 +617,7 @@ LIBOPTS?= ${LIBOPTSDIR}/libopts${PIE_SUFFIX}.a
LIBPARSEDIR= ${_LIB_OBJTOP}/usr.sbin/ntp/libparse
LIBPARSE?= ${LIBPARSEDIR}/libparse${PIE_SUFFIX}.a
-LIBPFCTL= ${_LIB_OBJTOP}/lib/libpfctl
+LIBPFCTLDIR= ${_LIB_OBJTOP}/lib/libpfctl
LIBPFCTL?= ${LIBPFCTLDIR}/libpfctl${PIE_SUFFIX}.a
LIBLPRDIR= ${_LIB_OBJTOP}/usr.sbin/lpr/common_source