Add a new file to SRCS

This commit is contained in:
Kris Kennaway 2000-06-03 10:04:31 +00:00
parent c322fe352d
commit d52b295063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61213

View File

@ -4,7 +4,7 @@
SSHSRC= ${.CURDIR}/../../../crypto/openssh
LIB= ssh
SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
SRCS= authfd.c authfile.c aux.c bufaux.c buffer.c canohost.c channels.c \
cipher.c compat.c compress.c crc32.c deattack.c fingerprint.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 \