|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0 |
|
| #
210a5cf0 |
| 13-Sep-2019 |
Baptiste Daroussin <[email protected]> |
MFC r352119-r352124, r352130
Stop linking to libl by specifying we do not need yywrap
|
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
c6db8143 |
| 25-Nov-2014 |
Baptiste Daroussin <[email protected]> |
Convert usr.sbin to LIBADD Reduce overlinking
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0 |
|
| #
052238b1 |
| 04-Apr-2003 |
David E. O'Brien <[email protected]> |
style.Makefile(5)
|
|
Revision tags: release/4.8.0, release/5.0.0, release/4.6.2 |
|
| #
4f5d9133 |
| 11-Jul-2002 |
Alfred Perlstein <[email protected]> |
WARNS?=4 cleanup.
|
| #
90e655ea |
| 20-Jul-2001 |
David E. O'Brien <[email protected]> |
Perform a major cleanup of the usr.sbin Makefiles. 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.
|
|
Revision tags: release/4.3.0 |
|
| #
345e52e7 |
| 26-Mar-2001 |
Ruslan Ermilov <[email protected]> |
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
|
| #
2c5569d6 |
| 01-Dec-2000 |
David E. O'Brien <[email protected]> |
The GCC 2.96 snapshots have slightly different rules for finding include files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate sou
The GCC 2.96 snapshots have slightly different rules for finding include 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.".
show more ...
|
| #
5aeeaeba |
| 29-Oct-2000 |
Nik Clayton <[email protected]> |
Link kbdmap.5 to keymap.5
PR: docs/19995 docs/20298
|
| #
d760d770 |
| 14-Sep-2000 |
Bruce Evans <[email protected]> |
Fixed breakage of installation of kbdcontrol.1 in previous commit.
Fixed style bugs.
|
| #
ef01ff64 |
| 13-Sep-2000 |
David Malone <[email protected]> |
Add kbdmap.5 to build. Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags.
PR: 19260
|
| #
2577a8ac |
| 28-Aug-1994 |
Bruce Evans <[email protected]> |
Add dependencies on libraries to DPADD. Someday this should be done automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be
Add dependencies on libraries to DPADD. Someday this should be done 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.
show more ...
|
| #
4871b210 |
| 26-Aug-1994 |
Jordan K. Hubbard <[email protected]> |
Add -ll to link flags to link with the lex library. Submitted by: jkh
|
| #
08bddad1 |
| 17-Aug-1994 |
Søren Schmidt <[email protected]> |
Added kbdcontrol util from 1.1.5.1+
Reviewed by: Submitted by:
|