summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rrenumd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+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.".
* Correct style bugskris2000-07-061-2/+2
|
* Sync with latest KAME.kris2000-07-051-6/+2
| | | | Obtained from: KAME
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+41
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud