Add missing quotes around xauth path

This commit is contained in:
Andrey A. Chernov 2000-08-23 19:14:48 +00:00
parent 1c9be6fb56
commit 0305cfcec6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65029

View File

@ -37,7 +37,7 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT}
.include <bsd.prog.mk>
.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