1# $FreeBSD: releng/10.3/sys/modules/if_vlan/Makefile 193744 2009-06-08 19:57:35Z bz $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_vlan
6SRCS=	if_vlan.c
7SRCS+=	opt_inet.h opt_vlan.h
8
9.include <bsd.kmod.mk>
10