]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pflog/pfsync: Fix module build with VIMAGE=yes
authorkp <kp@FreeBSD.org>
Sun, 1 Jul 2018 18:09:16 +0000 (18:09 +0000)
committerkp <kp@FreeBSD.org>
Sun, 1 Jul 2018 18:09:16 +0000 (18:09 +0000)
commit9cf084f42ede836871d022a4baf058d0573f8800
tree982c2348a235f46e0644dd44333dc458d70919d6
parent1f775c2c061dd1cb8e9dfd523d804741337c081c
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
sys/modules/pflog/Makefile
sys/modules/pfsync/Makefile