summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoreri <eri@FreeBSD.org>2009-10-14 15:32:46 +0000
committereri <eri@FreeBSD.org>2009-10-14 15:32:46 +0000
commit8fd6f478bd125ea01e00c313daf27096639d269a (patch)
treea05a1d8947f9340fc947c8444a1674775e7c71a0 /sys/modules
parent77a2c065511fd56f5abcb85492a40a871e89a6a8 (diff)
downloadFreeBSD-src-8fd6f478bd125ea01e00c313daf27096639d269a.zip
FreeBSD-src-8fd6f478bd125ea01e00c313daf27096639d269a.tar.gz
Fix typo which has survived amazingly long!
Reviewed by: mlaier(mentor) Approved by: re(kib)
Diffstat (limited to 'sys/modules')
-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