summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make this WARNS=5 clean by adding () in 'if (a || (b && c))'.johan2003-04-231-1/+1
| | | | Look at by: sebastian.ssmoller@web.de on audit@
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-2/+0
|
* - 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-2/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* use += on cflagsjmg1997-10-261-2/+2
| | | | Submitted-by: Steve Price <sprice@hiwaay.net>
* activate the programs that will be used to manipulate kld modulesjmg1997-10-191-1/+3
| | | | | | | | fix a few problems with missing headers, warn called with an exit value, and undeclared getopt vars these programs now compile -Wall clean (and yes, I know I should use more than just -Wall) :)
* Add utilities for the kernel linker.dfr1997-05-071-0/+33
OpenPOWER on IntegriCloud