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