diff options
| author | Ermal Luçi <eri@FreeBSD.org> | 2009-10-14 15:32:46 +0000 |
|---|---|---|
| committer | Ermal Luçi <eri@FreeBSD.org> | 2009-10-14 15:32:46 +0000 |
| commit | d8e86c4a5d9ce7f0aab10d3d13b6c78ce5c6fca5 (patch) | |
| tree | a05a1d8947f9340fc947c8444a1674775e7c71a0 /sys | |
| parent | f7bca35675a6e1f1801508485538e999bbf323bc (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/pf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile index c921f806a666..78aa564576b6 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> |
