Fix standalone module build.
Reported by: Boris Samorodov
This commit is contained in:
parent
dee2543565
commit
125df44d1b
@ -3,7 +3,8 @@
|
||||
.PATH: ${.CURDIR}/../../net
|
||||
|
||||
KMOD= if_vlan
|
||||
SRCS= if_vlan.c opt_inet.h
|
||||
SRCS= if_vlan.c
|
||||
SRCS+= opt_inet.h opt_vlan.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
opt_inet.h:
|
||||
|
Loading…
Reference in New Issue
Block a user