]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The `pf' and `pflog' sources do not depend on DEV_PF or DEV_PFLOG,
authoryar <yar@FreeBSD.org>
Thu, 9 Mar 2006 15:48:45 +0000 (15:48 +0000)
committeryar <yar@FreeBSD.org>
Thu, 9 Mar 2006 15:48:45 +0000 (15:48 +0000)
commit7260b918423c5c44de7c0324825b09a97dab9d40
tree0c86f8e05d454a0c70ea4a0e94fd7202019df978
parentca115e8e21999982cc6036ff3380cfa8715454ff
The `pf' and `pflog' sources do not depend on DEV_PF or DEV_PFLOG,
which is normal for own files of a device driver.

DEV_FOO should be used if an unrelated kernel file needs to know of
the `foo' driver's static presence.  Obviously, module source files
should never use DEV_*.
sys/modules/pf/Makefile
sys/modules/pflog/Makefile