summaryrefslogtreecommitdiff
path: root/sys/modules/if_vxlan/Makefile
blob: a9be25cf2db4e2bc74670f14bb7121b86f1fa876 (plain)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/net

KMOD=	if_vxlan
SRCS=	if_vxlan.c
SRCS+=	opt_inet.h opt_inet6.h

.include <bsd.kmod.mk>