xref: /freebsd/sys/modules/if_vlan/Makefile (revision 7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../net
4
5KMOD=	if_vlan
6SRCS=	if_vlan.c opt_inet.h
7
8opt_inet.h:
9	echo "#define INET 1" > ${.TARGET}
10
11.include <bsd.kmod.mk>
12