Increase WARNS.

This commit is contained in:
Dag-Erling Smørgrav 2005-09-26 20:34:09 +00:00
parent bd43956b81
commit f8ac10df9f

View file

@ -7,7 +7,7 @@ LIB= pam_ssh
MAN= pam_ssh.8
SRCS= pam_ssh.c
WARNS?= 0
WARNS?= 3
CFLAGS+= -I${SSHSRC}
DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT}