svn commit: r197944 - user/eri/pf45/head/sys/conf

Ermal Luçi eri at FreeBSD.org
Sat Oct 10 21:43:06 UTC 2009


Author: eri
Date: Sat Oct 10 21:43:04 2009
New Revision: 197944
URL: http://svn.freebsd.org/changeset/base/197944

Log:
  Make if_pflow.c known to the kernel.

Modified:
  user/eri/pf45/head/sys/conf/files

Modified: user/eri/pf45/head/sys/conf/files
==============================================================================
--- user/eri/pf45/head/sys/conf/files	Sat Oct 10 21:32:33 2009	(r197943)
+++ user/eri/pf45/head/sys/conf/files	Sat Oct 10 21:43:04 2009	(r197944)
@@ -343,6 +343,8 @@ contrib/ngatm/netnatm/sig/sig_verify.c o
 	compile-with "${NORMAL_C} -I$S/contrib/ngatm"
 contrib/pf/net/if_pflog.c	optional pflog pf inet \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
+contrib/pf/net/if_pflow.c	optional pflow pf inet \
+	compile-with "${NORMAL_C} -I$S/contrib/pf"
 contrib/pf/net/if_pfsync.c	optional pfsync pf inet \
 	compile-with "${NORMAL_C} -I$S/contrib/pf"
 contrib/pf/net/pf.c		optional pf inet \


More information about the svn-src-user mailing list