mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= if_vlan
|
|
SRCS= if_vlan.c
|
|
SRCS+= opt_inet.h opt_inet6.h opt_kern_tls.h opt_vlan.h opt_ratelimit.h
|
|
|
|
.include <bsd.kmod.mk>
|