1# $FreeBSD$ 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