diff options
author | green <green@FreeBSD.org> | 2001-05-03 00:45:03 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-05-03 00:45:03 +0000 |
commit | a20f39c9766aadb9fbf836ffc7018ba2bb0188e5 (patch) | |
tree | 2f466753f35a8fc710393fbf53fa4a00fb7b2149 /secure | |
parent | ed39fc393affa94f49d74146fa4712aa9915569a (diff) | |
download | FreeBSD-src-a20f39c9766aadb9fbf836ffc7018ba2bb0188e5.zip FreeBSD-src-a20f39c9766aadb9fbf836ffc7018ba2bb0188e5.tar.gz |
Add the new version.c to libssh.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index f10d110..eb5236e 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,7 +7,7 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.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 + cli.c rijndael.c version.c NOPIC= yes INTERNALLIB= yes |