summaryrefslogtreecommitdiffstats
path: root/sbin/growfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-2/+0
| | | | Submitted by: Ulrich Spörlein
* Don't define FS_DEBUG by default, as this causes growfs to write debuggingrwatson2005-03-311-1/+0
| | | | | | | information to /tmp/growfs.debug, which is a world-writable directory. MFC after: 3 days Reported by: Jon Passki <cykyc@yahoo.com>
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Catch up with recent gcc changes and introduce a DIP_SET macrole2004-07-291-1/+1
| | | | | to use when setting values that depend on the UFS version. Raise WARNS again.
* Downgrade WARNS level until GCC 3.4.2 warning are fixed.kan2004-07-281-1/+1
|
* It seems growfs(8) is now WARNS?=6 safe.mux2004-04-031-1/+1
| | | | Tested on: alpha, i386, ia64, sparc64
* Temporarily go back to WARNS=0 until I can figure out what's breakingle2004-04-031-1/+1
| | | | | | the {powerpc, sparc64, ia64} tinderboxes. Sorry for the noise. :-(
* Make growfs WARNS=6 clean.le2004-04-031-1/+1
| | | | Approved by: grog (mentor)
* Remove these MAINTAINER lines since the maintainers has had theirjohan2004-04-011-2/+0
| | | | commit bits retired for safe keeping.
* style clean.obrien2003-06-111-2/+2
|
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* added growfs(8) including ffsinfo(8) to the freebsd base systemtomsoft2000-12-091-0/+21
Reviewed by: grog
OpenPOWER on IntegriCloud