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