summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhelbig <helbig@FreeBSD.org>1997-12-15 20:30:38 +0000
committerhelbig <helbig@FreeBSD.org>1997-12-15 20:30:38 +0000
commitbf82710fe709ef5b3e943e0ec201b4ef5add73fa (patch)
tree06e9ea867692952986a300c6a953bc7016d97ad9 /share
parent71581c314a6e799fd0b1d6d9ae7adba7602b0152 (diff)
downloadFreeBSD-src-bf82710fe709ef5b3e943e0ec201b4ef5add73fa.zip
FreeBSD-src-bf82710fe709ef5b3e943e0ec201b4ef5add73fa.tar.gz
Add libcalendar
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.libnames.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 94aedf8..47e4928 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.libnames.mk,v 1.8 1997/05/23 04:48:23 brian Exp $
+# $Id: bsd.libnames.mk,v 1.9 1997/12/09 20:17:49 wosch Exp $
#
# The include file <bsd.libnames.mk> define library names.
# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
@@ -12,6 +12,7 @@ LIBKZTAIL?= ${DESTDIR}/usr/lib/kztail.o
LIBALIAS?= ${DESTDIR}/usr/lib/libalias.a
LIBC?= ${DESTDIR}/usr/lib/libc.a
LIBC_PIC= ${DESTDIR}/usr/lib/libc_pic.a
+LIBCALENDAR?= ${DESTDIR}/usr/lib/libcalendar.a
LIBCOM_ERR= ${DESTDIR}/usr/lib/libcom_err.a
LIBCOMPAT?= ${DESTDIR}/usr/lib/libcompat.a
LIBCRYPT?= ${DESTDIR}/usr/lib/libcrypt.a
OpenPOWER on IntegriCloud