summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/pf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile
index c921f80..78aa564 100644
--- a/sys/modules/pf/Makefile
+++ b/sys/modules/pf/Makefile
@@ -28,7 +28,7 @@ opt_bpf.h:
# pflog can be loaded as a module, have the additional checks turned on
opt_pf.h:
echo "#define DEV_PF 1" > ${.TARGET}
- echo "#define DEF_PFLOG 1" >> ${.TARGET}
+ echo "#define DEV_PFLOG 1" >> ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud