From 3e050c7f7a3d7eb2215c9899d916d9a6e21f72f4 Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 19 Dec 2011 13:38:28 +0000 Subject: In usr.bin/vacation/Makefile, fix a typo in the comment about clang warnings. Spotted by: arundel MFC after: 1 week --- usr.bin/vacation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index c20623c..2b13a28 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -14,7 +14,7 @@ WARNS?= 2 .if ${CC:T:Mclang} == "clang" # Unfortunately, clang gives warnings about sendmail code that cannot # be turned off yet. Since this is contrib code, and we don't really -# care about the warnings, just turn make them non-fatal for now. +# care about the warnings, just make them non-fatal for now. NO_WERROR= .endif -- cgit v1.1