1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_edsc
6SRCS=	if_edsc.c
7
8.include <bsd.kmod.mk>
9