From 696e4efe8da75ca8e5e738ef7567897a3f4e212e Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 10 May 2017 23:14:09 +0000 Subject: [PATCH] MFC 314894: Fix a couple of typos and reword some sentences in bsd.README. git-svn-id: svn://svn.freebsd.org/base/stable/10@318165 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/mk/bsd.README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 6ec971686..e353f5228 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -253,7 +253,7 @@ PROG_CXX If defined, the name of the program to build. Also of PROG if PROG is also set. PROGS When used with , allow building multiple -PROGS_CXX PROG and PROGS_CXX in one Makefile. To define +PROGS_CXX PROG and PROG_CXX in one Makefile. To define individual variables for each program the VAR.prog syntax should be used. For example: @@ -470,7 +470,7 @@ SRCS List of source files to build the library. Suffix types versions of make.) SHLIB_LDSCRIPT Template file to generate shared library linker script. - Unless used, a simple symlink is created to the real + If not defined, a simple symlink is created to the real shared object. LIBRARIES_ONLY Do not build or install files other than the library. -- 2.42.0