aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU rcs from base.Baptiste Daroussin2016-10-151-14/+0
| | | | | | | | | | | GNU rcs is still available as a package: - rcs: Latest GPLv3 GNU rcs version. - rcs57: Copy of the latest version of GNU rcs (GPLv2) from base. Relnotes: yes Notes: svn path=/head/; revision=307351
* Revert r256095, r256120 (partial), r256121:Glen Barber2013-10-091-0/+14
| | | | | | | | | | | | | | | | | | r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core Notes: svn path=/head/; revision=256198
* Good bye RCS. You will be missed.Eitan Adler2013-10-071-14/+0
| | | | | | | | | | (devel/rcs and devel/rcs57 are available as alternatives) Approved by: core Approved by: re (hrs) Notes: svn path=/head/; revision=256095
* 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
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+2
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* After looking around at what the other *BSD's do for their $xxxBSD$ tags,Peter Wemm1997-05-111-3/+3
| | | | | | | | | | take the easy way out and implement the beginnings of something similar. Don't worry, the code here is *dormant* so far, some "help" from cvs is required. This is going in now so that jdp can see what I'm working on. This is an extension of the previous existing skeleton $FreeBSD$ code. Notes: svn path=/head/; revision=25699
* First part of import conflict merge from rcs-5.7 import.Peter Wemm1995-10-281-2/+2
| | | | | | | | | | | | All those $Log$ entries, combined with the whitespace changes are a real pain. I'm committing this now, before it's completely finished to get it compiling and working again ASAP. Some of the FreeBSD specific features are not working in this commit yet (mainly rlog stuff and $FreeBSD$ support) Notes: svn path=/head/; revision=11894
* No longer use FSYNC_ALL by default, we do not have the stability problemsRodney W. Grimes1994-05-141-1/+1
| | | | | | | | with the system as we once did. This should greatly increase the speed of rcs and therefore cvs. Notes: svn path=/head/; revision=1495
* Update makefiles:J.T. Conklin1993-07-091-1/+2
| | | | | | | | | | | centralize obj/noobj conditional in Makefile.inc use DPADD don't compile profiling library install rcsfreeze correctly After this commit, the freebsd and netbsd rcs distribution will be in sync. Notes: svn path=/head/; revision=113
* We don't need librcs.a in /usr/lib, so make install not do anythingNate Williams1993-07-061-0/+3
| | | | Notes: svn path=/head/; revision=100
* Added Chris Demetriou's FSYNC_ALL option which causes all writes to beNate Williams1993-06-281-3/+8
| | | | | | | flushed immediately. (In case of a crash in the middle of CVS/RCS commits Notes: svn path=/head/; revision=51
* Updated GNU utilitiesJordan K. Hubbard1993-06-181-0/+5
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=9