mirror of
https://github.com/OISF/suricata.git
synced 2026-02-23 09:50:25 -05:00
13 lines
133 B
Makefile
13 lines
133 B
Makefile
SUBDIRS =
|
|
|
|
if BUILD_PFRING
|
|
SUBDIRS += pfring
|
|
endif
|
|
|
|
if BUILD_NAPATECH
|
|
SUBDIRS += napatech
|
|
endif
|
|
|
|
if BUILD_NDPI
|
|
SUBDIRS += ndpi
|
|
endif
|