diff options
-rw-r--r-- | share/mk/bsd.README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 0be59ae5f6e..ce23a826a8d 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.85 2020/09/22 10:31:46 martijn Exp $ +# $OpenBSD: bsd.README,v 1.86 2023/07/25 20:19:14 asou Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -302,6 +302,8 @@ CLEANFILES Additional files to remove for the clean and cleandir targets. COPTS Additional flags to the compiler when creating C objects. +CXXOPTS Additional flags to the compiler when creating C++ objects. + LDADD Additional linker objects. Usually used for libraries. For example, to link with the crypto and utility libraries, use: |