From c910801d6a65a351ae1907c8bcf3211251b3ce44 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 6 Jun 2015 13:09:49 +0000 Subject: [PATCH] Remove WARNS keylogin build fine with clang and gcc --- usr.bin/keylogin/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index 2dab2499319e..786efae3ea2b 100644 --- a/usr.bin/keylogin/Makefile +++ b/usr.bin/keylogin/Makefile @@ -4,6 +4,4 @@ PROG= keylogin LIBADD= rpcsvc -WARNS?= 0 - .include