aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lmcconfig/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire lmc(4)Ed Maste2018-05-011-10/+0
| | | | | | | | | | | | | | This driver supports legacy, 32-bit PCI devices, and had an ambiguous license. Supported devices were already reported to be rare in 2003 (when an earlier version of the driver was removed in r123201). Reviewed by: rgrimes Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15245 Notes: svn path=/head/; revision=333144
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* lmcconfig(8): bump to WARNS=3, fix typo in usage while hereUlrich Spörlein2010-12-201-1/+1
| | | | | | | | | Slight style(9) improvments - function definitions - sort #include Notes: svn path=/head/; revision=216600
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=201390
* Style.Ruslan Ermilov2006-09-011-4/+4
| | | | Notes: svn path=/head/; revision=161808
* Add the lmcconfig tool for controlling the lmc driver. Add man pages andScott Long2005-10-031-0/+9
glue. Submitted by: David Boggs Notes: svn path=/head/; revision=150850