Commenting out WARNS actually brought it up to 4.

This commit is contained in:
Ruslan Ermilov 2005-09-28 14:36:16 +00:00
parent 79247772f0
commit ce8bf81ff2

View File

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