cvs commit: src/share/man/man5 rc.conf.5
Rui Paulo
rpaulo at fnop.net
Thu May 31 20:19:12 UTC 2007
At Thu, 31 May 2007 16:08:47 -0400,
Tom Rhodes wrote:
> I don't seem to have one ...
% pwd [src/sys/modules]
/home/rpaulo/freebsd/src/sys/modules
% ls -dl pf* [src/sys/modules]
drwxr-xr-x 3 rpaulo rpaulo 512 Apr 16 19:04 pf/
drwxr-xr-x 3 rpaulo rpaulo 512 Apr 16 19:04 pflog/
This is -current sources.
This, and MODULES_OVERRIDE, controls pf module building (I think):
sys/modules/Makefile:
.if ${MK_PF} != "no" || defined(ALL_MODULES)
_pf= pf
_pflog= pflog
.endif
--
Rui Paulo
More information about the cvs-src
mailing list