pflog/pfsync: Fix module build with VIMAGE=yes
pflog and pfsync's module Makefile fails to include opt_global.h to SRCS leading to build error for VIMAGE case. Reproduced with: cd /usr/src/sys/modules/pflog && make VIMAGE=yes PR: 229404 Submitted by: eugen@ MFC after: 1 week
This commit is contained in:
parent
b3ccfa8a60
commit
4733f21ffe
@ -4,7 +4,7 @@
|
||||
|
||||
KMOD= pflog
|
||||
SRCS= if_pflog.c \
|
||||
opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h
|
||||
opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h opt_global.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
KMOD= pfsync
|
||||
SRCS= if_pfsync.c \
|
||||
opt_pf.h opt_inet.h opt_inet6.h
|
||||
opt_pf.h opt_inet.h opt_inet6.h opt_global.h
|
||||
SRCS+= bus_if.h device_if.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user