diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-03-31 18:07:05 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-03-31 18:07:05 +0000 |
commit | ec729db0989b0d0ea51be1c1b7822bd59cffac5e (patch) | |
tree | 14d57922193361fb19090da12ef3bc8843f73f2d /Mk | |
parent | 214494533b04d9e180153c01784fa793f0464452 (diff) | |
download | ports-ec729db0989b0d0ea51be1c1b7822bd59cffac5e.tar.gz ports-ec729db0989b0d0ea51be1c1b7822bd59cffac5e.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.cmake.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.cmake.mk b/Mk/bsd.cmake.mk index 3c9b561b34fc..5be9db9970de 100644 --- a/Mk/bsd.cmake.mk +++ b/Mk/bsd.cmake.mk @@ -11,7 +11,7 @@ # compiling/linking # Default: not set # CMAKE_BUILD_TYPE - Type of build (cmake predefined build types), -# affects on CFALGS and thus should not be set. +# affects on CFLAGS and thus should not be set. # Default: none (which respects CFLAGS) # CMAKE_VERBOSE - Verbose build # Default: not set |