xref: /freebsd-14.2/sys/modules/if_vlan/Makefile (revision 031beb4e)
1
2.PATH: ${SRCTOP}/sys/net
3
4KMOD=	if_vlan
5SRCS=	if_vlan.c
6SRCS+=	opt_inet.h opt_inet6.h opt_kern_tls.h opt_vlan.h opt_ratelimit.h
7
8.include <bsd.kmod.mk>
9