From 7687733bfbb7b7c5ee6455ffad94804b9ed7857b Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 16 Oct 2011 09:09:33 +0000 Subject: [PATCH] Undo r226423. It seems su does build without warnings, but it requires a small fix to libbsm headers, which I have not committed to SVN yet. --- usr.bin/su/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 25216cf44f1..0002e869c47 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -5,6 +5,8 @@ PROG= su +WARNS?= 5 + DPADD= ${LIBUTIL} ${LIBPAM} LDADD= -lutil ${MINUSLPAM}