diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2008-12-25 00:01:29 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2008-12-25 00:01:29 +0000 |
| commit | a0b51976206f8b31401be207c9fd647e492eeac9 (patch) | |
| tree | 1dfd918ff6f2d56a10d3078158560718efb4bb81 /sys/modules/netgraph/ether_echo | |
| parent | a8879d0d7dc2ecfb99e31b1443a11a02feb49914 (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph/ether_echo')
| -rw-r--r-- | sys/modules/netgraph/ether_echo/Makefile | 7 |
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> |
