summaryrefslogtreecommitdiffstats
path: root/usr.bin/su
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-10-16 09:09:33 +0000
committered <ed@FreeBSD.org>2011-10-16 09:09:33 +0000
commit49ae4d0407d23a6997ce62edbc811ddfdff6dbe7 (patch)
treeab1ee7f5049ca76f8d74fdd60fe8ced8293f0bde /usr.bin/su
parente3855b1e6b906bd58299dc535cd7b21f4b87488c (diff)
downloadFreeBSD-src-49ae4d0407d23a6997ce62edbc811ddfdff6dbe7.zip
FreeBSD-src-49ae4d0407d23a6997ce62edbc811ddfdff6dbe7.tar.gz
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.
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 25216cf..0002e86 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}
OpenPOWER on IntegriCloud