summaryrefslogtreecommitdiffstats
path: root/usr.bin/truncate/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDbapt2014-11-251-3/+2
| | | | Reduce overlinking
* truncate: Detect integer overflow, fix relative sizes, add tests.jilles2014-06-091-0/+6
| | | | | | | | | | | The change to expand_number (r204654) broke detection of too large sizes and relative sizes ('+'/'-'). Also add some tests. PR: 190735 Submitted by: Kirk Russell MFC after: 1 week
* Use expand_number(3) from libutil instead of home-grown function to parsesobomax2010-03-031-0/+2
| | | | | | | human-friendly power-of-two numbers (i.e. 2k, 5M etc). Suggested by: many MFC after: 1 week
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-121-1/+0
|
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-0/+1
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Import the new truncate(1) utility.sheldonh2000-07-181-0/+5
Approved by: jdp
OpenPOWER on IntegriCloud