summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 1ae1510..bda9a8c 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -120,6 +120,10 @@ object.
The following variables are common:
+ACFLAGS.${SRC}
+ Flags dependent on source file name.
+CFLAGS.${SRC}
+ Flags dependent on source file name.
CFLAGS.${COMPILER_TYPE}
Flags dependent on compiler added to CXXFLAGS.
CFLAGS.${MACHINE_ARCH}
@@ -131,6 +135,8 @@ CXXFLAGS.${COMPILER_TYPE}
Flags dependent on compiler added to CXXFLAGS.
CXXFLAGS.${MACHINE_ARCH}
Architectural flags added to CXXFLAGS.
+CXXFLAGS.${SRC}
+ Flags dependent on source file name.
COMPILER_FEATURES
A list of features that the compiler supports. Zero or
more of:
@@ -309,7 +315,7 @@ PROGS_CXX PROG and PROGS_CXX in one Makefile. To define
SRCS.bar= bar_src.c
The supported variables are BINDIR BINGRP BINMODE BINOWN
- CFLAGS CPPFLAGS CXXFLAGS DPADD DPLIBS DPSRCS LDADD
+ CFLAGS CXXFLAGS DPADD DPSRCS LDADD
LDFLAGS LIBADD MAN MLINKS PROGNAME SRCS.
PROGNAME The name that the above program will be installed as, if
OpenPOWER on IntegriCloud