mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_vxlan
|
|
SRCS= if_vxlan.c
|
|
SRCS+= opt_inet.h opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|