aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin/sshd
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-03-19 00:41:40 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-03-19 00:41:40 +0000
commit57f8914dfa7cfe3e83f71def3514cd0571ace77c (patch)
tree3550222268a26150d069c311c7873103bdd247a8 /secure/usr.sbin/sshd
parent24c10828e4635a5b8944c1cfe845828b1c1de4db (diff)
Notes
Diffstat (limited to 'secure/usr.sbin/sshd')
-rw-r--r--secure/usr.sbin/sshd/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile
index 24d08e7a2e79..0120771993be 100644
--- a/secure/usr.sbin/sshd/Makefile
+++ b/secure/usr.sbin/sshd/Makefile
@@ -40,19 +40,6 @@ DPADD+= ${LIBGSSAPI_KRB5} ${LIBGSSAPI} ${LIBKRB5} ${LIBASN1}
LDADD+= -lgssapi_krb5 -lgssapi -lkrb5 -lasn1
.endif
-.if defined(X11BASE)
-# Recommended /etc/make.conf setting is X11BASE=${LOCALBASE} for x.org
-# 7.x upgrade on <= 6.2, but LOCALBASE has moved out of scope of src/
-# so we need to provide the default for users with old make.conf
-# settings.
-LOCALBASE?= /usr/local
-
-# Users may override either LOCALBASE or X11BASE to move the location
-# of xauth
-X11BASE?= ${LOCALBASE}
-CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
-.endif
-
DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
LDADD+= -lcrypto -lcrypt