| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
|
|
|
| |
generated files land. Also give precedence to generated files.
|
|
|
|
|
|
|
| |
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.".
|
|
|
|
|
| |
behavior change: policy syntax was changed. you may need to update your
setkey(8) configuration files.
|
|
|
|
| |
Fixed style bug for LDADD (don't use += for initial definitions).
|
|
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
|