]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/if_vlan/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sys / modules / if_vlan / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../net
4
5 KMOD=   if_vlan
6 SRCS=   if_vlan.c opt_inet.h
7
8 .if !defined(KERNBUILDDIR)
9 opt_inet.h:
10         echo "#define INET 1" > ${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>