Add a Makefile for the sample node so It can be compiled.

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.
This commit is contained in:
Julian Elischer 2001-02-25 05:34:33 +00:00
parent 7433466190
commit 6de306ecee

View File

@ -0,0 +1,7 @@
# $FreeBSD$
KMOD= ng_sample
SRCS= ng_sample.c
NOMAN=
.include <bsd.kmod.mk>