summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 14:21:55 +0000
committerbde <bde@FreeBSD.org>1994-08-28 14:21:55 +0000
commit7bd0a1d4a800d91ce1ee0323b0cd7f1bf92c661f (patch)
treef79f810d47760fe6118417f0aaf0d484dfe4eb55 /share
parentd34ba06ad506ce152fbe25a08e57a24665577d3a (diff)
downloadFreeBSD-src-7bd0a1d4a800d91ce1ee0323b0cd7f1bf92c661f.zip
FreeBSD-src-7bd0a1d4a800d91ce1ee0323b0cd7f1bf92c661f.tar.gz
Fix filenames for LIBC and LIBTERM.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.README4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud