Makefile revision 185571
1# $FreeBSD: head/sys/modules/if_vlan/Makefile 185571 2008-12-02 21:37:28Z bz $
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_vlan
6SRCS=	if_vlan.c
7SRCS+=	opt_inet.h opt_vlan.h opt_route.h
8
9.include <bsd.kmod.mk>
10