aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-10-16 09:09:33 +0000
committerEd Schouten <ed@FreeBSD.org>2011-10-16 09:09:33 +0000
commit7687733bfbb7b7c5ee6455ffad94804b9ed7857b (patch)
treeab1ee7f5049ca76f8d74fdd60fe8ced8293f0bde /usr.bin/su/Makefile
parentc75216d258e46c3e5438d12d5d91608bd8bd22f8 (diff)
downloadsrc-7687733bfbb7b7c5ee6455ffad94804b9ed7857b.tar.gz
src-7687733bfbb7b7c5ee6455ffad94804b9ed7857b.zip
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.
Notes
Notes: svn path=/head/; revision=226428
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 25216cf44f1d..0002e869c471 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}