xref: /freebsd/sys/modules/netgraph/ether_echo/Makefile (revision 3cedbec3ee08cf5253ba39e795c9d05a9e0ca7e9)
1# $FreeBSD$
2# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
3
4KMOD=	ng_ether_echo
5SRCS= 	ng_ether_echo.c
6
7.include <bsd.kmod.mk>
8