aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cksum/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-1/+0
| | | | | | | needed. Notes: svn path=/head/; revision=200462
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-0/+1
| | | | | | | Tested with: make universe Notes: svn path=/head/; revision=200420
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* WARNS=2 fixup.Mark Murray2001-12-021-1/+2
| | | | | | | kill 'register' keyword. Notes: svn path=/head/; revision=87212
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-0/+1
| | | | Notes: svn path=/head/; revision=41568
* Add canonical 32bit crc as alorithm 3.Poul-Henning Kamp1997-09-261-1/+1
| | | | | | | | | PR: 4615 Reviewed by: phk Submitted by: Mike Meyer <mwm@shiva.the-park.com> Notes: svn path=/head/; revision=29868
* Import Lite2's src/usr.bin/cksum. The Makefile is still on the vendorBruce Evans1997-07-061-0/+8
branch and will temporarily give bogus hard links cksum[.1] -> sum[.1]. Notes: svn path=/vendor/CSRG/dist/; revision=27219