xref: /freebsd/tools/tools/ether_reflect/Makefile (revision 315ee00f)
1#
2#
3# A Makefile that builds both the ether_reflect program and its manual page.
4
5PROG=   ether_reflect
6LIBADD=	pcap
7CFLAGS+=-DHAVE_SNPRINTF
8
9.include <bsd.prog.mk>
10