From: asou Date: Tue, 25 Jul 2023 20:19:14 +0000 (+0000) Subject: Add CXXOPTS. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6c5021ac1b5d100a58004edfbda3e153d2ae52d4;p=openbsd Add CXXOPTS. ok deraadt@ --- 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: