diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2025-07-11 21:57:10 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2025-08-07 13:54:34 +0000 |
| commit | 4757b351ea9d59d71d4a38b82506d2d16fcd560d (patch) | |
| tree | 9ce6a4079151ea8e9bbe49185fbe1ada8168498f /secure/lib/libssh | |
| parent | e7be843b4a162e68651d3911f0357ed464915629 (diff) | |
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 2f1bc4a9ba69..35883d4a9d42 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -65,6 +65,8 @@ LIBADD+= ldns CFLAGS+= -D_PATH_SSH_ASKPASS_DEFAULT='"${LOCALBASE}/bin/ssh-askpass"' .endif +NO_LINT= + LIBADD+= crypto crypt z .include <bsd.lib.mk> |
