aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS from the base system.Eitan Adler2013-06-151-37/+0
| | | | | | | | | Discussed with: many Reviewed by: peter, zi Approved by: core Notes: svn path=/head/; revision=251794
* + Make it clear this was taken from the CVS 1.11 branch on 10-March-2008.David E. O'Brien2008-03-191-3/+3
| | | | | | | + Depend on $CVSDIR/configure also - so things get properly remade if we tweak. Notes: svn path=/head/; revision=177406
* Tidy up cvs entriesWarner Losh2005-06-031-2/+0
| | | | Notes: svn path=/head/; revision=146929
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fix the embedded version string in cvs and cvsbug. This breaks scriptsPeter Wemm2004-09-281-1/+1
| | | | | | | | | | that parse it. PR: 72139 Submitted by: Eugene M. Kim <gene@nttmcl.com> Notes: svn path=/head/; revision=135908
* Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuAndrey A. Chernov2004-02-171-2/+1
| | | | Notes: svn path=/head/; revision=125931
* Switch back to regex.h and fix error when mismatched regex.h used withAndrey A. Chernov2004-02-161-1/+4
| | | | | | | system libgnuregex Notes: svn path=/head/; revision=125898
* Only evaluate CVS version once, when necessary.Ruslan Ermilov2003-09-071-4/+3
| | | | | | | Eliminates the need in sed(1) during install. Notes: svn path=/head/; revision=119840
* Finish update for cvs-1.11.5. Some build-time tunables were moved fromPeter Wemm2003-01-211-2/+17
| | | | | | | | | | | options.h to config.h.in and set via ./configure when built normally. Export some of the build knobs to the Makefile here, overridable from /etc/make.conf. Also get the version strings right. config.h was repocopied to config.h.proto, and we do a limited sed on it at build time now. Notes: svn path=/head/; revision=109667
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-6/+1
| | | | Notes: svn path=/head/; revision=96514
* Allow to build with GCC 3.1.David E. O'Brien2002-03-301-1/+2
| | | | Notes: svn path=/head/; revision=93413
* Minor style nits.David E. O'Brien2000-01-211-4/+4
| | | | Notes: svn path=/head/; revision=56356
* Fix typo: MAINAINER -> MAINTAINERAlexey Zelkin2000-01-101-1/+1
| | | | Notes: svn path=/head/; revision=55750
* Add maintainer tagsPeter Wemm1999-12-081-0/+2
| | | | Notes: svn path=/head/; revision=54318
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-081-3/+2
| | | | Notes: svn path=/head/; revision=35839
* Update to build the new cvs versionPeter Wemm1997-05-151-2/+2
| | | | Notes: svn path=/head/; revision=25845
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Update to use the cvs-1.8.1 sources from src/contrib/cvsPeter Wemm1996-08-201-8/+17
| | | | Notes: svn path=/head/; revision=17726
* Make CVS use /usr/lib/libmd.a rather than supplying Yet Another Copy(TM)Peter Wemm1995-12-111-2/+2
| | | | | | | | of md5.[ch]. Note that minor mods were made to md5.h to support this, so a reinstall of lib/libmd is needed before building this cvs. Notes: svn path=/head/; revision=12763
* First round of the post-import cleanups...Peter Wemm1995-12-101-4/+7
| | | | Notes: svn path=/head/; revision=12754
* Merged in FreeBSD necessary changes in. Note, all of our sourceNate Williams1995-03-311-7/+6
| | | | | | | | modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but the source is now the stock sources. Notes: svn path=/head/; revision=7519
* Fix bogus install rule.Jordan K. Hubbard1995-01-231-1/+2
| | | | Notes: svn path=/head/; revision=5816
* Use -lgnuregexAndrey A. Chernov1995-01-111-3/+2
| | | | Notes: svn path=/head/; revision=5504
* Don't build profiled libraries. (NOPROFILE= yes. I don't like the negativeBruce Evans1994-09-281-0/+2
| | | | | | | | logic or lack of checking of truth values. There are too many ways to spell "yes". Some Makefiles spell it as "no".) Notes: svn path=/head/; revision=3157
* Added y.tab.h to the CLEANFILES target.Andreas Schulz1993-12-311-1/+1
| | | | Notes: svn path=/head/; revision=921
* Really fixed the obj/noobj problems in CVS, and also made it so aNate Williams1993-07-061-0/+3
| | | | | | | | make install did not install libcvs in /usr/lib, since it has no reason to do that. Notes: svn path=/head/; revision=99
* Added a CLEANFILES entry for getdate.c (it's created by yacc)Nate Williams1993-06-291-0/+2
| | | | Notes: svn path=/head/; revision=55
* Updated CVSvendor/misc-GNU/cvs/1.3Jordan K. Hubbard1993-06-181-0/+8
Notes: svn path=/vendor/cvs/dist/; revision=12 svn path=/vendor/cvs/1.3/; revision=14; tag=vendor/misc-GNU/cvs/1.3