# $FreeBSD: stable/5/sys/modules/if_vlan/Makefile 89260 2002-01-11 15:49:02Z ru $

.PATH: ${.CURDIR}/../../net

KMOD=	if_vlan
SRCS=	if_vlan.c opt_inet.h

opt_inet.h:
	echo "#define INET 1" > ${.TARGET}

.include <bsd.kmod.mk>
