summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/ether_echo
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2008-12-25 00:01:29 +0000
committerJulian Elischer <julian@FreeBSD.org>2008-12-25 00:01:29 +0000
commita0b51976206f8b31401be207c9fd647e492eeac9 (patch)
tree1dfd918ff6f2d56a10d3078158560718efb4bb81 /sys/modules/netgraph/ether_echo
parenta8879d0d7dc2ecfb99e31b1443a11a02feb49914 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph/ether_echo')
-rw-r--r--sys/modules/netgraph/ether_echo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/netgraph/ether_echo/Makefile b/sys/modules/netgraph/ether_echo/Makefile
new file mode 100644
index 000000000000..92dc665662a0
--- /dev/null
+++ b/sys/modules/netgraph/ether_echo/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
+
+KMOD= ng_ether_echo
+SRCS= ng_ether_echo.c
+
+.include <bsd.kmod.mk>