diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1999-09-30 00:10:01 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1999-09-30 00:10:01 +0000 |
commit | 86fa8d5b032115b4f83e6bcaa9e271236a51436d (patch) | |
tree | f257b4278ecdafc4f8b7a66099994e5283a7d1f9 /usr.bin/ssh/sshd | |
parent | af9afe5d3f583e759cf7ffe5bc6cd1ba0a64bc72 (diff) |
link with -lkrb
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index ca6eab1d419..23df3359d5a 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 +LDADD= -lcrypto -ldes -lutil -lz -lkrb DPADD= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} MAN= sshd.8 |