diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-03-10 13:40:57 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-03-10 13:40:57 +0000 |
commit | 4b06c8929116f104d337c272761ff7d11f8e48e6 (patch) | |
tree | f60b0014663435c30f2efea2b10ca4f8ecc0208c /contrib/cvs/lib/Makefile.in | |
parent | 7b9d41140503f7f79f2cd1d54160042f56f92551 (diff) |
Import cvs-1.9.26 onto vendor branch
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=34461
Diffstat (limited to 'contrib/cvs/lib/Makefile.in')
-rw-r--r-- | contrib/cvs/lib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/lib/Makefile.in b/contrib/cvs/lib/Makefile.in index 9c32d9fd1a28..92122c7a09ae 100644 --- a/contrib/cvs/lib/Makefile.in +++ b/contrib/cvs/lib/Makefile.in @@ -35,6 +35,7 @@ SOURCES = \ getopt1.c \ hostname.c \ md5.c \ + memmove.c \ mkdir.c \ regex.c \ rename.c \ |