From 7bd0a1d4a800d91ce1ee0323b0cd7f1bf92c661f Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 28 Aug 1994 14:21:55 +0000 Subject: Fix filenames for LIBC and LIBTERM. --- share/mk/bsd.README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 0b34f5f..6f513d8 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -204,7 +204,7 @@ DPADD Additional dependencies for the program. Usually used for The following libraries are predefined for DPADD: - LIBC /lib/libc.a + LIBC /usr/lib/libc.a LIBCOMPAT /usr/lib/libcompat.a LIBCURSES /usr/lib/libcurses.a LIBDBM /usr/lib/libdbm.a @@ -217,7 +217,7 @@ DPADD Additional dependencies for the program. Usually used for LIBPC /usr/lib/libpc.a LIBPLOT /usr/lib/libplot.a LIBRPC /usr/lib/sunrpc.a - LIBTERM /usr/lib/libterm.a + LIBTERM /usr/lib/libtermcap.a (sic) LIBUTIL /usr/lib/libutil.a SHAREDSTRINGS If defined, a new .c.o rule is used that results in shared -- cgit v1.1