mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
if_vlan no more depends on INET.
This commit is contained in:
parent
652399423d
commit
8071ab55dc
1 changed files with 0 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue