aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Create a FreeBSD-console-tools packageEmmanuel Vadot2023-02-081-0/+1
| | | | | | | | | | | | | | | And put in it: - kbdcontrol - vidcontrol - moused - kbdmap Those aren't useful in a jail or for a modern desktop. While here, split the devd.conf part into some new files. Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38321
* kbdmap: use libbsddialog instead of calling dialog(1) via system(3)Baptiste Daroussin2021-11-241-0/+2
|
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* C rewrite of kbdmap/vidfont.Mark Murray2002-07-031-3/+1
| | | | | | | | Submitted by: Jonathan Belson <jon@witchspace.com> OK'ed by: wosch (Perl code maintainer) Notes: svn path=/head/; revision=99357
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+2
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-12/+3
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Added myself as maintainer.Wolfram Schneider1999-02-091-1/+4
| | | | Notes: svn path=/head/; revision=43805
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* The LINKS variable was being improperly specified as non-relative toJordan K. Hubbard1995-07-171-2/+2
| | | | | | | ${DESTDIR}. Notes: svn path=/head/; revision=9562
* Manpage not installedAndrey A. Chernov1995-04-061-1/+3
| | | | Notes: svn path=/head/; revision=7647
* kbdfont -> vidfont for greater commonality with kbdcontrol/vidcontrolJordan K. Hubbard1995-03-241-3/+3
| | | | Notes: svn path=/head/; revision=7315
* Bring in the kbdmap/kbdfont utilities from Wolfram Schneider.Jordan K. Hubbard1995-03-241-0/+14
Renamed them to make them more consistent with kbdcontrol/fdcontrol/etc. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=7302