summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>1999-10-25 20:27:28 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>1999-10-25 20:27:28 +0000
commite8fe268cdfaec343fa3f9c68d984fab18888066d (patch)
tree0cd60882dfab33c483ad7be23bf21cf7be0243d8 /usr.bin/ssh/ssh-agent
parent9e9af51e44fe2017e2364b45a2d1d3d43228e2e2 (diff)
move common files to ./lib and link libssh.a, tested with and w/o obj
Diffstat (limited to 'usr.bin/ssh/ssh-agent')
-rw-r--r--usr.bin/ssh/ssh-agent/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.bin/ssh/ssh-agent/Makefile b/usr.bin/ssh/ssh-agent/Makefile
index 0c9f10b0170..6e23e17ad55 100644
--- a/usr.bin/ssh/ssh-agent/Makefile
+++ b/usr.bin/ssh/ssh-agent/Makefile
@@ -15,18 +15,6 @@ LDADD= -lcrypto -lutil -lz
DPADD= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
MAN= ssh-agent.1
-SRCS= ssh-agent.c log-client.c rsa.c buffer.c xmalloc.c bufaux.c \
- authfd.c authfile.c mpaux.c cipher.c
+SRCS= ssh-agent.c log-client.c
.include <bsd.prog.mk>
-
-.if (${KERBEROS} == "yes")
-CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
-LDADD+= -lkrb
-DPADD+= ${LIBKRB}
-.if (${AFS} == "yes")
-CFLAGS+= -DAFS
-LDADD+= -lkafs
-DPADD+= ${LIBKRBAFS}
-.endif # AFS
-.endif # KERBEROS