diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
| commit | 497e80911e0033a44f608c5c912024997ffb5d3c (patch) | |
| tree | 10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /sys/modules/pflog | |
| parent | 4f1c85df14bdba51ee73298b4a37aa0eb4ea180a (diff) | |
Notes
Diffstat (limited to 'sys/modules/pflog')
| -rw-r--r-- | sys/modules/pflog/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/pflog/Makefile b/sys/modules/pflog/Makefile index 18896815c2a9..36656dcb1905 100644 --- a/sys/modules/pflog/Makefile +++ b/sys/modules/pflog/Makefile @@ -7,14 +7,11 @@ SRCS= if_pflog.c \ opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h SRCS+= bus_if.h device_if.h -.if defined(KERNBUILDDIR) -MKDEP+= -include ${KERNBUILDDIR}/opt_global.h -.else +.if !defined(KERNBUILDDIR) .if defined(VIMAGE) opt_global.h: echo "#define VIMAGE 1" >> ${.TARGET} CFLAGS+= -include opt_global.h -MKDEP+= -include opt_global.h .endif .endif |
