svn commit: r197928 - head/sys/modules/pf
Ermal Luçi
eri at FreeBSD.org
Sat Oct 10 03:32:47 UTC 2009
Author: eri
Date: Sat Oct 10 03:32:46 2009
New Revision: 197928
URL: http://svn.freebsd.org/changeset/base/197928
Log:
Fix typo which has survived amazingly long!
Approved by: mlaier(mentor)
MFC after: 3 days
Modified:
head/sys/modules/pf/Makefile
Modified: head/sys/modules/pf/Makefile
==============================================================================
--- head/sys/modules/pf/Makefile Sat Oct 10 01:47:27 2009 (r197927)
+++ head/sys/modules/pf/Makefile Sat Oct 10 03:32:46 2009 (r197928)
@@ -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>
More information about the svn-src-all
mailing list