diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-08 19:57:35 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-08 19:57:35 +0000 |
| commit | 8d8bc0182ea6f8f85409e76e53053487c7d23a84 (patch) | |
| tree | 536b4d1a8634a3cd973f0d7a5ca23ef93ec76029 /sys/modules/pf/Makefile | |
| parent | 5cdee58296e197996a3f9b1f031dcad4b9e1c1eb (diff) | |
Notes
Diffstat (limited to 'sys/modules/pf/Makefile')
| -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 e2930582895d..c921f806a666 100644 --- a/sys/modules/pf/Makefile +++ b/sys/modules/pf/Makefile @@ -9,7 +9,7 @@ KMOD= pf SRCS = pf.c pf_if.c pf_subr.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \ pf_ruleset.c \ in4_cksum.c \ - opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h opt_route.h + opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h CFLAGS+= -I${.CURDIR}/../../contrib/pf |
