From 6de306ecee3831f48debaad1d0b22418faa48e10 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Sun, 25 Feb 2001 05:34:33 +0000 Subject: [PATCH] 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. --- sys/modules/netgraph/sample/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/modules/netgraph/sample/Makefile diff --git a/sys/modules/netgraph/sample/Makefile b/sys/modules/netgraph/sample/Makefile new file mode 100644 index 00000000000..156cc6fcdad --- /dev/null +++ b/sys/modules/netgraph/sample/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +KMOD= ng_sample +SRCS= ng_sample.c +NOMAN= + +.include