freebsd-dev/usr.bin/mkcsmapper
Dimitry Andric b294993d63 To avoid having to explicitly test COMPILER_TYPE for setting
clang-specific or gcc-specific flags, introduce the following new
variables for use in Makefiles:

CFLAGS.clang
CFLAGS.gcc
CXXFLAGS.clang
CXXFLAGS.gcc

In bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS for
the right compiler.

MFC after:	1 week
2013-12-22 17:51:33 +00:00
..
ldef.h Prevent shadowing. 2013-05-25 15:36:15 +00:00
lex.l Attempt to deal with a compile failure that shows up with gcc, which 2013-07-03 18:25:27 +00:00
Makefile Let iconv build on -HEAD properly. 2013-05-23 18:07:01 +00:00
Makefile.inc To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +00:00
mkcsmapper.1
yacc.y Prevent shadowing. 2013-05-25 15:36:15 +00:00