Makefile revision 167709
1# $FreeBSD: head/sys/modules/if_vlan/Makefile 167709 2007-03-19 17:34:31Z yar $
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