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