Index: head/sys/modules/pflog/Makefile =================================================================== --- head/sys/modules/pflog/Makefile (revision 335846) +++ head/sys/modules/pflog/Makefile (revision 335847) @@ -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: head/sys/modules/pfsync/Makefile =================================================================== --- head/sys/modules/pfsync/Makefile (revision 335846) +++ head/sys/modules/pfsync/Makefile (revision 335847) @@ -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