aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_vxlan/Makefile
blob: 60d38d4d185546d09b618d3f28f3c0a964b6491e (plain) (blame)
1
2
3
4
5
6
7
8

.PATH: ${SRCTOP}/sys/net

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

.include <bsd.kmod.mk>