diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 15cce85443f9..50066531b16b 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -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 COPTS. LDADD. CPPFLAGS. -CXXFLAGS. These provide a way to specify additions to the - associated variables in a way that applies only to a particular - library or program. corresponds to the LIB variable set - in the library's makefile. 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. These provide a way to specify additions to the associated + variables in a way that applies only to a particular library + or program. corresponds to the LIB variable set in + the library's makefile. 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 =-=-=-=-=