summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcopy/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make WARNS=6 safe, mainly by casting to intmax_t and printing with %jugavin2010-06-281-2/+0
| | | | | | | where needed. Also, fix bad indentation on lines already affected by the above changes. Tested with: make universe
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* Fix the time of an intmax_t calculation; it is unsigned. Also printmarkm2001-12-121-0/+2
| | | | | it with the correct formatting (%ju, not %lld). GCC's -Wformat does not understand this, so turn on NO_WERROR.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+5
OpenPOWER on IntegriCloud