aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/sample
Commit message (Collapse)AuthorAgeFilesLines
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Add a Makefile for the sample node so It can be compiled.Julian Elischer2001-02-251-0/+7
This helps to stop it from geting out of sync. It is not part of the normal build but I can use it with all the others when I make changes to netgraph to ensure it is buildable. Notes: svn path=/head/; revision=73004