if_vlan no more depends on INET.

This commit is contained in:
Yaroslav Tykhiy 2007-03-19 17:34:31 +00:00
parent 652399423d
commit 8071ab55dc

View File

@ -6,9 +6,4 @@ KMOD= if_vlan
SRCS= if_vlan.c
SRCS+= opt_inet.h opt_vlan.h
.if !defined(KERNBUILDDIR)
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
.include <bsd.kmod.mk>