diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-05-04 04:21:25 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-05-04 04:21:25 +0000 |
| commit | d350064e0b3a02d36db2e9d93fdbb907c30474d4 (patch) | |
| tree | ed4da512f24099412a538fcecc07aff5b9db6847 /secure/lib | |
| parent | 345012bf8b2731a96a9deca8ee4361016b225001 (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libssh/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index eb5236ede827..27954cb02a0c 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -6,8 +6,10 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c \ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ - key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \ - cli.c rijndael.c version.c + key.c dispatch.c kex.c mac.c uuencode.c misc.c \ + cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \ + version.c + NOPIC= yes INTERNALLIB= yes @@ -27,11 +29,6 @@ CFLAGS+= -DKRB4 CFLAGS+= -DKRB5 .endif # MAKE_KERBEROS5 -CFLAGS+= -DSKEY -DPADD+= ${LIBOPIE} -LDADD+= -lopie -SRCS+= auth-skey.c auth2-skey.c - .include <bsd.lib.mk> .PATH: ${SSHDIR} ${SSHDIR}/lib |
