From 520c8e1852dcf472b22af234984dd65704864896 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Fri, 22 Jun 2018 09:10:50 +0000 Subject: [PATCH] su(1): build with WARNS=6 Tested with full make universe --- usr.bin/su/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 178e670758c3..78e0d6553213 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -5,8 +5,6 @@ PROG= su -WARNS?= 5 - LIBADD= util pam .if ${MK_AUDIT} != "no"