From 8fd6f478bd125ea01e00c313daf27096639d269a Mon Sep 17 00:00:00 2001 From: eri Date: Wed, 14 Oct 2009 15:32:46 +0000 Subject: Fix typo which has survived amazingly long! Reviewed by: mlaier(mentor) Approved by: re(kib) --- sys/modules/pf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') 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 -- cgit v1.1