diff options
author | Peter Wemm <peter@FreeBSD.org> | 2002-12-02 03:13:37 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2002-12-02 03:13:37 +0000 |
commit | 6361f125fbebb7b3fba759b74fe02de24f44ebf6 (patch) | |
tree | 15f00bd8ebd718713d8c0a8707ebebfced99c550 /contrib/cvs/lib/Makefile.am | |
parent | b2b29aad0d0d63394479a7459a0f17936ce7c064 (diff) |
Import cvs-1.11.2.1 as of 2002/12/01 onto vendor branch. This fixes all
of the bugs that I know of. We've been running a slightly older version
of this on freefall/repoman, where it was afflicted by a silly merge error
on my part (fixed).
Approved by: re
Notes
Notes:
svn path=/vendor/cvs/dist/; revision=107484
Diffstat (limited to 'contrib/cvs/lib/Makefile.am')
-rw-r--r-- | contrib/cvs/lib/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/cvs/lib/Makefile.am b/contrib/cvs/lib/Makefile.am index 5984fcf0c667..4e4dae9b7eb0 100644 --- a/contrib/cvs/lib/Makefile.am +++ b/contrib/cvs/lib/Makefile.am @@ -40,7 +40,6 @@ noinst_LIBRARIES = libcvs.a # matching?) libcvs_a_SOURCES = \ argmatch.c \ - ftruncate.c \ getdate.y \ getline.c \ getopt.c \ @@ -54,7 +53,7 @@ libcvs_a_SOURCES = \ yesno.c \ getline.h \ getopt.h \ - fnmatch.h \ + getpagesize.h \ md5.h \ regex.h \ savecwd.h \ @@ -66,7 +65,9 @@ libcvs_a_SOURCES = \ ## dup2.c ## fncase.c ## fnmatch.c -## hostname.c +## fnmatch.h +## ftruncate.c +## gethostname.c ## memmove.c ## mkdir.c ## rename.c |