diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2006-02-05 17:17:32 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2006-02-05 17:17:32 +0000 |
| commit | 5bba2114d0aeb3adc36f08ea8c5a0712f29c2e76 (patch) | |
| tree | cf3414ab53bdaf9af21aec5a91239ee25bae23d9 /sys/modules/Makefile | |
| parent | f31eef8b22883b431881122bf58d6625f2a3114b (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index db3d879f660a..f8cc7c05839e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -180,6 +180,7 @@ SUBDIR= ${_3dfx} \ pcn \ ${_pecoff} \ ${_pf} \ + ${_pflog} \ plip \ ${_pmc} \ portalfs \ @@ -307,6 +308,7 @@ _ipfilter= ipfilter .if !defined(NO_PF) || defined(ALL_MODULES) _pf= pf +_pflog= pflog .endif .if ${MACHINE_ARCH} == "i386" |
