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:
parent
7433466190
commit
6de306ecee
7
sys/modules/netgraph/sample/Makefile
Normal file
7
sys/modules/netgraph/sample/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
KMOD= ng_sample
|
||||
SRCS= ng_sample.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user