Index: stable/11/sys/modules/pflog/Makefile =================================================================== --- stable/11/sys/modules/pflog/Makefile (revision 336086) +++ stable/11/sys/modules/pflog/Makefile (revision 336087) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/netpfil/pf 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) .if defined(VIMAGE) opt_global.h: echo "#define VIMAGE 1" >> ${.TARGET} CFLAGS+= -include opt_global.h .endif .endif .include Index: stable/11/sys/modules/pfsync/Makefile =================================================================== --- stable/11/sys/modules/pfsync/Makefile (revision 336086) +++ stable/11/sys/modules/pfsync/Makefile (revision 336087) @@ -1,18 +1,18 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/netpfil/pf 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) .if defined(VIMAGE) opt_global.h: echo "#define VIMAGE 1" >> ${.TARGET} CFLAGS+= -include opt_global.h .endif .endif .include Index: stable/11 =================================================================== --- stable/11 (revision 336086) +++ stable/11 (revision 336087) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r335847