xref: /freebsd-13.1/sys/modules/if_vxlan/Makefile (revision 193d9e76)
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/net
4
5KMOD=	if_vxlan
6SRCS=	if_vxlan.c
7SRCS+=	opt_inet.h opt_inet6.h
8
9.include <bsd.kmod.mk>
10