1 2.PATH: ${SRCTOP}/sys/net 3 4KMOD= if_vxlan 5SRCS= if_vxlan.c 6SRCS+= opt_inet.h opt_inet6.h 7 8.include <bsd.kmod.mk> 9