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 Schouten 2011-10-16 09:09:33 +00:00
parent c75216d258
commit 7687733bfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226428

View file

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