xref: /freebsd/sys/modules/if_stf/Makefile (revision 57b13bf5762efcd534268b3f79a135ee86c86a9e)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_stf
6SRCS=	if_stf.c
7
8.include <bsd.kmod.mk>
9