diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-06-16 23:24:02 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-06-16 23:24:02 +0000 |
| commit | 7c1fe9533390e3a906df00201ee6c66cbac7a031 (patch) | |
| tree | 784e718bae8cf0d9b3a00c54f91661eb8aeee88f /sys/modules | |
| parent | 779616355ab9e17749867cac3f69fd96cebf0c71 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/pf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile index 3968f478ad6e8..a226f1ce22aab 100644 --- a/sys/modules/pf/Makefile +++ b/sys/modules/pf/Makefile @@ -2,10 +2,12 @@ .PATH: ${.CURDIR}/../../contrib/pf/net .PATH: ${.CURDIR}/../../contrib/pf/netinet +.PATH: ${.CURDIR}/../../netinet KMOD= pf -SRCS = pf.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \ - in4_cksum.c \ +SRCS = pf.c pf_if.c pf_subr.c pf_osfp.c pf_ioctl.c pf_norm.c pf_table.c \ + if_pflog.c \ + in4_cksum.c ip_id.c \ opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h opt_random_ip_id.h CFLAGS+= -Wall -I${.CURDIR}/../../contrib/pf @@ -13,7 +15,6 @@ CFLAGS+= -Wall -I${.CURDIR}/../../contrib/pf opt_pf.h: echo "#define DEV_PF 1" > opt_pf.h echo "#define DEV_PFLOG 1" >> opt_pf.h - echo "#define DEV_PFSYNC 1" >> opt_pf.h opt_inet.h: echo "#define INET 1" > opt_inet.h |
