1186457Sgnn#
2186457Sgnn# $FreeBSD$
3186457Sgnn#
4186457Sgnn# A Makefile that builds both the ether_reflect program and its manual page.
5186457Sgnn
6186457SgnnPROG=   ether_reflect
7291738SbdreweryLIBADD=	pcap
8219524SbrucecCFLAGS+=-DHAVE_SNPRINTF
9186457Sgnn
10186457Sgnn.include <bsd.prog.mk>
11