1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167709

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>