Makefile revision 160728
1# $FreeBSD: head/sys/modules/bridgestp/Makefile 160728 2006-07-26 22:07:39Z thompsa $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	bridgestp
6SRCS=	bridgestp.c
7
8.include <bsd.kmod.mk>
9