mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 17:32:59 +01:00
6 lines
151 B
Makefile
Executable File
6 lines
151 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem=cmake --sourcedirectory=src
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DDISABLE_PF_RING_SUPPORT=yes
|