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