diff options
author | ASOU Masato <asou@cvs.openbsd.org> | 2023-07-25 20:19:15 +0000 |
---|---|---|
committer | ASOU Masato <asou@cvs.openbsd.org> | 2023-07-25 20:19:15 +0000 |
commit | 4703731aabc63cbfd8f00472faa6f5e3559d011b (patch) | |
tree | d4ee077cf48c6cd5cc2a69669527b03fe6188792 /share | |
parent | bc8a793106e952cd91ec4baf3cb84cb901cd2dc6 (diff) |
Add CXXOPTS.
ok deraadt@
Diffstat (limited to 'share')
-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: |