]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ether_reflect/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / tools / tools / ether_reflect / Makefile
1 #
2 # $FreeBSD$
3 #
4 # A Makefile that builds both the ether_reflect program and its manual page.
5
6 PROG=   ether_reflect
7 LIBADD= pcap
8 CFLAGS+=-DHAVE_SNPRINTF
9
10 .include <bsd.prog.mk>