summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
| | | | Submitted by: Ulrich Spörlein
* Extend kldunload(8) functionality and fix minor problems:wkoszek2006-02-271-1/+1
| | | | | | | | | | | | | | | | o multiple modules can be unloaded at once (specified either by id or be module name) o exit with EX_USAGE after usage() is called. o remove unused variables, since we keep command line flags as bitmask, in 'opt'. o 'kldload -n ...' does nothing. Add comment to this options. Additionally: o Update manual page to conform new functionality. o Increace WARNS to 6. Because we can. Approved by: cognet (mentor) MFC after: 1 week
* 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