From 5bba2114d0aeb3adc36f08ea8c5a0712f29c2e76 Mon Sep 17 00:00:00 2001 From: Max Laier Date: Sun, 5 Feb 2006 17:17:32 +0000 Subject: Make pflog a seperate module. As a result pflog_packet() becomes a function pointer that is declared in pf_ioctl.c Requested by: yar (as part of the module build reorg) MFC after: 1 week X-MFC with: yar's module reorg --- sys/modules/pf/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/modules/pf/Makefile') diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile index 9a73c41923dc..bcdbb96461d9 100644 --- a/sys/modules/pf/Makefile +++ b/sys/modules/pf/Makefile @@ -2,11 +2,9 @@ .PATH: ${.CURDIR}/../../contrib/pf/net .PATH: ${.CURDIR}/../../contrib/pf/netinet -.PATH: ${.CURDIR}/../../netinet KMOD= pf 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 \ opt_pf.h opt_inet.h opt_inet6.h opt_bpf.h @@ -15,7 +13,6 @@ CFLAGS+= -I${.CURDIR}/../../contrib/pf .if !defined(KERNBUILDDIR) opt_pf.h: echo "#define DEV_PF 1" > opt_pf.h - echo "#define DEV_PFLOG 1" >> opt_pf.h opt_inet.h: echo "#define INET 1" > opt_inet.h -- cgit v1.3