Add the new version.c to libssh.

This commit is contained in:
Brian Feldman 2001-05-03 00:45:03 +00:00
parent 88c80dc7ef
commit 718acf91af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76229

View File

@ -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