mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a couple of typos that broke buildworld for me.
Reviewed by: peter
This commit is contained in:
parent
1a13494575
commit
89f5f8a61e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ LIBSVN_SUBRDIR= ${.OBJDIR}/../lib/libsvn_subr
|
|||
LIBSVN_WCDIR= ${.OBJDIR}/../lib/libsvn_wc
|
||||
|
||||
LIBAPR= ${LIBAPRDIR}/libapr.a
|
||||
LIBAPR_UTIL= ${LIBAPR_UTILDIR}/libapr_util.a
|
||||
LIBAPR_UTIL= ${LIBAPR_UTILDIR}/libapr-util.a
|
||||
LIBSQLITE= ${LIBSQLITEDIR}/libsqlite3.a
|
||||
LIBSERF= ${LIBSQLITEDIR}/libserf.a
|
||||
LIBSERF= ${LIBSERFDIR}/libserf.a
|
||||
|
||||
LIBSVN_CLIENT= ${LIBSVN_CLIENTDIR}/libsvn_client.a
|
||||
LIBSVN_DELTA= ${LIBSVN_DELTADIR}/libsvn_delta.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue