Fix a tyop, wrap some long lines.
This commit is contained in:
parent
f7e3330a08
commit
1cc7226c95
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bsd.README,v 1.136 2003/09/13 02:52:05 erh Exp $
|
||||
# $NetBSD: bsd.README,v 1.137 2003/09/13 11:16:28 simonb Exp $
|
||||
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
|
||||
|
||||
This is the README file for the new make "include" files for the BSD
|
||||
@ -262,12 +262,13 @@ CXXFLAGS.lib<lib>
|
||||
COPTS.<prog>
|
||||
LDADD.<prog>
|
||||
CPPFLAGS.<prog>
|
||||
CXXFLAGS.<prog> These provide a way to specify additions to the
|
||||
associated variables in a way that applies only to a particular
|
||||
library or program. <lib> corresponds to the LIB variable set
|
||||
in the library's makefile. <prog> corresponds to either PROG
|
||||
or PROG_CXX (if set). For example, if COPTS.libcrypto is set to "g",
|
||||
"-g" will be added to COPTS only when compiling the crypto library.
|
||||
CXXFLAGS.<prog> These provide a way to specify additions to the associated
|
||||
variables in a way that applies only to a particular library
|
||||
or program. <lib> corresponds to the LIB variable set in
|
||||
the library's makefile. <prog> corresponds to either PROG
|
||||
or PROG_CXX (if set). For example, if COPTS.libcrypto is
|
||||
set to "-g", "-g" will be added to COPTS only when compiling
|
||||
the crypto library.
|
||||
|
||||
=-=-=-=-= sys.mk =-=-=-=-=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user