Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms.

This commit is contained in:
des 2005-09-28 06:23:47 +00:00
parent 5ad0759fa9
commit 6e08585cef

View File

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