Home
last modified time | relevance | path

Searched refs:PCAP_LIBS (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A DMakefile57 PCAP_LIBS := $(shell $(PKG_CONFIG) --libs libpcap 2>/dev/null) macro
58 LDLIBS += $(PCAP_LIBS)