mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install netflow includes.
Approved by: julian (mentor)
This commit is contained in:
parent
4403bfe2c7
commit
fdbe44b0cd
2 changed files with 5 additions and 2 deletions
|
|
@ -140,6 +140,8 @@
|
|||
include
|
||||
..
|
||||
..
|
||||
netflow
|
||||
..
|
||||
..
|
||||
netinet
|
||||
..
|
||||
|
|
|
|||
|
|
@ -41,8 +41,9 @@ LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
|
|||
geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \
|
||||
geom/stripe \
|
||||
isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
|
||||
netgraph/atm security/mac_biba security/mac_bsdextended \
|
||||
security/mac_lomac security/mac_mls security/mac_partition \
|
||||
netgraph/atm netgraph/netflow \
|
||||
security/mac_biba security/mac_bsdextended security/mac_lomac \
|
||||
security/mac_mls security/mac_partition \
|
||||
ufs/ffs ufs/ufs fs/autofs
|
||||
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
|
|
|
|||
Loading…
Reference in a new issue