1# $FreeBSD: releng/10.3/sys/modules/if_vxlan/Makefile 273331 2014-10-20 14:42:42Z bryanv $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_vxlan
6SRCS=	if_vxlan.c
7SRCS+=	opt_inet.h opt_inet6.h
8
9.include <bsd.kmod.mk>
10