Protect "make buildworld" against -Werror, as this module does not

build cleanly.
This commit is contained in:
markm 2002-02-04 16:09:25 +00:00
parent a6ee5d93d9
commit 4e3ec91692

View File

@ -7,6 +7,7 @@ LIB= pam_ssh
SHLIB_NAME= pam_ssh.so
SRCS= pam_ssh.c
CFLAGS+= -I${SSHSRC}
NO_WERROR= yes
DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ}
LDADD= -lssh -lcrypto -lcrypt -lutil -lz
MAN= pam_ssh.8