1
2.PATH: ${SRCTOP}/sys/net
3
4KMOD=	bridgestp
5SRCS=	bridgestp.c
6
7EXPORT_SYMS=	YES
8
9.include <bsd.kmod.mk>
10