| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r264400:
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
r265836:
Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.
|
|
|
|
| |
Submitted by: ae
|
|
|
|
| |
isn't loaded.
|
|
|
|
|
| |
Submitted by: Vladislav Movchan <vladislav.movchan gmail com>
MFC after: 1 week
|
|
|
|
|
|
| |
override WARNS.
Reported by: <marius@nuenneri.ch> and uqs@
|
|
|
|
|
|
|
|
|
|
| |
- sort includes
- remove usage(), since it seems to come from older version
of the KLD
- remove unnecessary variable
- mark argc/argv as unused
Bring WARNS = 5 to the Makefile.
|
|
|
|
| |
this program to compile cleanly.
|
| |
|
|
|
|
| |
OK'ed by: core
|
|
|
|
| |
any fake value.
|
| |
|
| |
|
|
module registration hooks for syscalls.
Submitted by: Assar Westerlund <assar@sics.se>
|