diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:35:30 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:35:30 +0000 |
| commit | b71fb1a4aa198495970831c748fa2d132621fe3d (patch) | |
| tree | 1aa5184f53ef734aacd7fbc1c3b9213098033408 /secure/lib/libssh | |
| parent | 4c3e79cedd538c0306d7de27e1ff66b6fee126cb (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index cc9e65958998..8445edfca17e 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -37,7 +37,7 @@ SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c explicit_bzero.c fmt_scaled.c \ .if ${MK_LDNS} == "no" SRCS+= getrrsetbyname.c .else -LDNSDIR= ${.CURDIR}/../../../contrib/ldns +LDNSDIR= ${SRCTOP}/contrib/ldns CFLAGS+= -DHAVE_LDNS=1 -I${LDNSDIR} SRCS+= getrrsetbyname-ldns.c LIBADD+= ldns |
