From 0305cfcec67037b6c1a85575f2569178bfd914ff Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 23 Aug 2000 19:14:48 +0000 Subject: [PATCH] Add missing quotes around xauth path --- secure/usr.bin/ssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile index 91900bf4ae5c..3ea618697a16 100644 --- a/secure/usr.bin/ssh/Makefile +++ b/secure/usr.bin/ssh/Makefile @@ -37,7 +37,7 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT} .include .if defined(X11BASE) -CFLAGS+= -DXAUTH_PATH=${X11BASE}/bin/xauth +CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\" .endif LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypto -lutil -lz