#
# $FreeBSD: stable/8/tools/tools/ether_reflect/Makefile 220709 2011-04-16 11:06:09Z brucec $
#
# A Makefile that builds both the ether_reflect program and its manual page.

PROG=   ether_reflect
CFLAGS+=-DHAVE_SNPRINTF

LDADD+= -lpcap

.include <bsd.prog.mk>
