summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-03 02:03:30 +0000
committerpeter <peter@FreeBSD.org>2000-08-03 02:03:30 +0000
commit36bd627297d7f77372d94919fba83874712db10e (patch)
tree89f5b201856e4bdac5139c1911e35c9ebcabcc91 /sys/conf/files
parentb7b1206010d28f41ee2a17325532df13f7705b82 (diff)
downloadFreeBSD-src-36bd627297d7f77372d94919fba83874712db10e.zip
FreeBSD-src-36bd627297d7f77372d94919fba83874712db10e.tar.gz
Make the pfil.c code conditional on either option PFIL_HOOKS or IPFILTER.
The previous line was an AND. This change means you can compile in the pfil_hook stuff and make it available for other users besides ipfilter.
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 4555929..297674a 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -588,7 +588,8 @@ net/intrq.c standard
net/net_osdep.c standard
net/ppp_deflate.c optional ppp_deflate
net/ppp_tty.c optional ppp
-net/pfil.c optional pfil_hooks ipfilter
+net/pfil.c optional pfil_hooks
+net/pfil.c optional ipfilter
net/radix.c standard
net/raw_cb.c standard
net/raw_usrreq.c standard
OpenPOWER on IntegriCloud