summaryrefslogtreecommitdiffstats
path: root/sys/modules/pf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/pf/Makefile')
-rw-r--r--sys/modules/pf/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile
index ce67414..3b07c41 100644
--- a/sys/modules/pf/Makefile
+++ b/sys/modules/pf/Makefile
@@ -15,20 +15,20 @@ CFLAGS+= -I${.CURDIR}/../../contrib/pf
.if !defined(KERNBUILDDIR)
opt_inet.h:
- echo "#define INET 1" > opt_inet.h
+ echo "#define INET 1" > ${.TARGET}
.if ${MK_INET6_SUPPORT} != "no"
opt_inet6.h:
- echo "#define INET6 1" > opt_inet6.h
+ echo "#define INET6 1" > ${.TARGET}
.endif
opt_bpf.h:
- echo "#define DEV_BPF 1" > opt_bpf.h
+ echo "#define DEV_BPF 1" > ${.TARGET}
# pflog can be loaded as a module, have the additional checks turned on
opt_pf.h:
- echo "#define DEV_PF 1" > opt_pf.h
- echo "#define DEF_PFLOG 1" >> opt_pf.h
+ echo "#define DEV_PF 1" > ${.TARGET}
+ echo "#define DEF_PFLOG 1" >> ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud