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

This commit is contained in:
Dag-Erling Smørgrav 2005-09-28 06:23:47 +00:00
parent 80f008e33c
commit 40e48f9362
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150655

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}