summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-25 19:10:09 +0000
committerdes <des@FreeBSD.org>2002-06-25 19:10:09 +0000
commit513df53f599143b8e6eea0bfc146795e8b49a816 (patch)
treed2e405b1830cc112b95eb861435acc4cf82f9dbe /secure/usr.bin/ssh
parentdf105eba79a48fb00cc8f6a894e8869777c2b518 (diff)
downloadFreeBSD-src-513df53f599143b8e6eea0bfc146795e8b49a816.zip
FreeBSD-src-513df53f599143b8e6eea0bfc146795e8b49a816.tar.gz
No guts, no glory. Switch to OpenSSH-portable.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'secure/usr.bin/ssh')
-rw-r--r--secure/usr.bin/ssh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index 82a8d00..d9ba6a7 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -2,6 +2,7 @@
#
PROG= ssh
+CFLAGS+=-I${SSHDIR}
.if defined(ENABLE_SUID_SSH)
BINMODE=4555
.endif
@@ -21,7 +22,7 @@ DPADD+= ${LIBKRB} ${LIBCOM_ERR}
.if defined(MAKE_KERBEROS5)
DISTRIBUTION=krb5
-CFLAGS+= -DKRB5
+CFLAGS+= -DKRB5 -DHEIMDAL
LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken -lcrypt
DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT}
.endif
OpenPOWER on IntegriCloud