mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Register libarchive in bsd.libnames.mk and mdoc.local
Submitted by: ru
This commit is contained in:
parent
e522ca7145
commit
b4435eb7d9
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
.ds doc-volume-operating-system FreeBSD
|
||||
.
|
||||
.\" FreeBSD .Lb values
|
||||
.ds doc-str-Lb-libarchive Streaming Archive Library (libarchive, \-larchive)
|
||||
.ds doc-str-Lb-libbluetooth Bluetooth User Library (libbluetooth, \-lbluetooth)
|
||||
.ds doc-str-Lb-libc_r Reentrant C\~Library (libc_r, \-lc_r)
|
||||
.ds doc-str-Lb-libcalendar Calendar Arithmetic Library (libcalendar, \-lcalendar)
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
LIBCRT0?= ${DESTDIR}${LIBDIR}/crt0.o
|
||||
|
||||
LIBALIAS?= ${DESTDIR}${LIBDIR}/libalias.a
|
||||
LIBARCHIVE?= ${DESTDIR}${LIBDIR}/libarchive.a
|
||||
LIBASN1?= ${DESTDIR}${LIBDIR}/libasn1.a
|
||||
LIBATM?= ${DESTDIR}${LIBDIR}/libatm.a
|
||||
LIBBLUETOOTH?= ${DESTDIR}${LIBDIR}/libbluetooth.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue