]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ether_reflect/Makefile
ssh: Update to OpenSSH 9.5p1
[FreeBSD/FreeBSD.git] / tools / tools / ether_reflect / Makefile
1 #
2 #
3 # A Makefile that builds both the ether_reflect program and its manual page.
4
5 PROG=   ether_reflect
6 LIBADD= pcap
7 CFLAGS+=-DHAVE_SNPRINTF
8
9 .include <bsd.prog.mk>