Deleted Added
full compact
Makefile (167709) Makefile (185571)
1# $FreeBSD: head/sys/modules/if_vlan/Makefile 167709 2007-03-19 17:34:31Z yar $
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
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD= if_vlan
6SRCS= if_vlan.c
7SRCS+= opt_inet.h opt_vlan.h
7SRCS+= opt_inet.h opt_vlan.h opt_route.h
8
9.include <bsd.kmod.mk>
8
9.include <bsd.kmod.mk>