1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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

build cleanly.
This commit is contained in:
Mark Murray 2002-02-04 16:09:25 +00:00
parent a0e457a620
commit 95641278ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90188

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