summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd/Makefile
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1999-09-30 00:17:09 +0000
committerNiels Provos <provos@cvs.openbsd.org>1999-09-30 00:17:09 +0000
commitea71ddf3dbc33f1c9ee9d6a80cbf5c5550b2d286 (patch)
tree39a01c286ae282bb2398ea33f8a7b57fd9e97657 /usr.bin/ssh/sshd/Makefile
parent776c33488ce3d10a217e028abe8b5abdf9af2343 (diff)
revert last commit. somethign was out of sync.
Diffstat (limited to 'usr.bin/ssh/sshd/Makefile')
-rw-r--r--usr.bin/ssh/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 23df3359d5a..ca6eab1d419 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -4,7 +4,7 @@ PROG= sshd
BINOWN= root
BINMODE=555
BINDIR= /usr/sbin
-LDADD= -lcrypto -ldes -lutil -lz -lkrb
+LDADD= -lcrypto -ldes -lutil -lz
DPADD= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ}
MAN= sshd.8