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