aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su
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
parentc75216d258e46c3e5438d12d5d91608bd8bd22f8 (diff)
Notes
Diffstat (limited to 'usr.bin/su')
-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 25216cf44f1d8..0002e869c4711 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}