Remove WARNS line. This tool builds with WARNS=6 properly.

This commit is contained in:
Ed Schouten 2011-10-16 08:14:12 +00:00
parent 1e2070ab5b
commit 43f65c0c3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226423

View File

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