]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/if_vxlan/Makefile
Update to version 3.2.0
[FreeBSD/FreeBSD.git] / sys / modules / if_vxlan / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/net
4
5 KMOD=   if_vxlan
6 SRCS=   if_vxlan.c
7 SRCS+=  opt_inet.h opt_inet6.h
8
9 .include <bsd.kmod.mk>