From b4435eb7d922befe0ea5da4ce0c46e4a7a4f7928 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Fri, 13 Feb 2004 01:14:38 +0000 Subject: [PATCH] Register libarchive in bsd.libnames.mk and mdoc.local Submitted by: ru --- gnu/usr.bin/groff/tmac/mdoc.local | 1 + share/mk/bsd.libnames.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 8bde4a644ea..44ca9d5a923 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -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) diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index f52e37794eb..1a18f84cc64 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -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