aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compress/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/
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
| | | | | | | | | `SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. Notes: svn path=/projects/make-check-sandbox/; revision=321914
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
| | | | | | | | | | | | | | directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks Notes: svn path=/head/; revision=321912
* compress: Add basic tests.Jilles Tjoelker2017-05-211-0/+6
| | | | Notes: svn path=/head/; revision=318591
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Bump WARNS level to 6.Tom Rhodes2004-09-101-0/+1
| | | | | | | | Submitted by: keramida Tested on: i386, sparc64 (panther) Notes: svn path=/head/; revision=135052
* 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 fix and 'register' removal.Mark Murray2001-12-021-1/+1
| | | | Notes: svn path=/head/; revision=87214
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74848
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-0/+1
| | | | Notes: svn path=/head/; revision=41568
* remove zopen, zopen is not part of libc.Wolfram Schneider1996-07-021-0/+3
| | | | Notes: svn path=/head/; revision=16920
* Don't use Berkeley zcat, use more powerful gzip zcat.Garrett Wollman1994-08-051-5/+1
| | | | Notes: svn path=/head/; revision=1873
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+12
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590