1# $FreeBSD$ 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