diff options
| author | Wolfgang Helbig <helbig@FreeBSD.org> | 1997-12-15 20:30:38 +0000 |
|---|---|---|
| committer | Wolfgang Helbig <helbig@FreeBSD.org> | 1997-12-15 20:30:38 +0000 |
| commit | e525599ef1c213a866335e68edf3fc7bdd8d47f3 (patch) | |
| tree | c92a54b7935a267686763e7437dd421adcbbabed /share | |
| parent | abf533d806805f35c03816705fec70e25a69e168 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.libnames.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index 94aedf8e5ca4..47e49288baed 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 |
