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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to