summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* style.Makefile(5)obrien2003-04-041-2/+1
|
* WARNS?=4 cleanup.alfred2002-07-111-0/+2
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-0/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* Link kbdmap.5 to keymap.5nik2000-10-291-0/+1
| | | | PR: docs/19995 docs/20298
* Fixed breakage of installation of kbdcontrol.1 in previous commit.bde2000-09-141-2/+4
| | | | Fixed style bugs.
* Add kbdmap.5 to build.dwmalone2000-09-131-0/+2
| | | | | | | | Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-0/+1
| | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* Add -ll to link flags to link with the lex library.jkh1994-08-261-0/+1
| | | | Submitted by: jkh
* Added kbdcontrol util from 1.1.5.1+sos1994-08-171-0/+4
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud