ssh: Remove unintended XAUTH_PATH setting

This crept in while rebasing the OpenSSH 9.8p1 update across
a63701848f ("ssh: Move XAUTH_PATH setting to ssh.mk").

Fixes: 0fdf8fae8b ("openssh: Update to 9.8p1")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2025-02-19 17:37:09 +00:00
parent 0fdf8fae8b
commit b4bb480ae9

View file

@ -57,10 +57,6 @@ LIBADD+= wrap
LIBADD+= crypto
.if defined(LOCALBASE)
CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
.endif
.include <bsd.prog.mk>
.PATH: ${SSHDIR}