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.
This commit is contained in:
committed by
Kristof Provost
parent
dcda49233d
commit
3075939da4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user