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.
This commit is contained in:
ed 2011-10-16 09:09:33 +00:00
parent e3855b1e6b
commit 49ae4d0407

View File

@ -5,6 +5,8 @@
PROG= su
WARNS?= 5
DPADD= ${LIBUTIL} ${LIBPAM}
LDADD= -lutil ${MINUSLPAM}