Protect "make buildworld" against -Werror, as this module does not
build cleanly.
This commit is contained in:
parent
a6ee5d93d9
commit
4e3ec91692
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user