summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2017-07-19 17:28:52 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2017-07-19 17:28:52 +0000
commit8ec4a0e57bbe9bb2f424c13e2076400428d4b842 (patch)
tree887d12df2b013e1a796c2e91d9ff45636219e07a /share
parent97c36613a10ad33c2129d66f0dcdaa16e630568b (diff)
Avoid the historical term "loader", consistently talk about the "linker".
Outdated terminology noticed by espie@.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.README10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 867a16788b0..17f1c813e7a 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.75 2017/07/19 12:45:30 schwarze Exp $
+# $OpenBSD: bsd.README,v 1.76 2017/07/19 17:28:51 schwarze Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -302,13 +302,13 @@ CLEANFILES Additional files to remove for the clean and cleandir targets.
COPTS Additional flags to the compiler when creating C objects.
-LDADD Additional loader objects. Usually used for libraries.
- For example, to load with the crypto and utility
+LDADD Additional linker objects. Usually used for libraries.
+ For example, to link with the crypto and utility
libraries, use:
LDADD+=-lutil -lcrypto
-LDFLAGS Additional loader flags.
+LDFLAGS Additional linker flags.
LINKS The list of binary links; should be full pathnames, the
linked-to file coming first, followed by the linked
@@ -478,7 +478,7 @@ LIBOWN Library owner.
LIBMODE Library mode.
-LDADD Additional loader objects.
+LDADD Additional linker objects.
MAN The manual pages to be installed (use a .1 - .9 suffix).