summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/sample
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 8.1-RELEASE image.
* 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