diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 09:44:18 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-22 09:44:18 +0000 |
| commit | 2731a7bb2e6e56c4bf6079f68ff13d554431cd1a (patch) | |
| tree | 323ddece11bcf7285c9a7a3abdb73757f5ad7bae /secure/usr.bin/ssh | |
| parent | f3627e61fab5f43fde6497be508ad14f970eb615 (diff) | |
Notes
Diffstat (limited to 'secure/usr.bin/ssh')
| -rw-r--r-- | secure/usr.bin/ssh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 2c7f18a72a10..3ea618697a16 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -36,5 +36,9 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT} .include <bsd.prog.mk> +.if defined(X11BASE) +CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\" +.endif + LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypto -lutil -lz DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} |
