Makefile revision 219524
1#
2# $FreeBSD: head/tools/tools/ether_reflect/Makefile 219524 2011-03-11 19:19:47Z brucec $
3#
4# A Makefile that builds both the ether_reflect program and its manual page.
5
6PROG=   ether_reflect
7DPADD=	${LIBPCAP}
8LDADD=	-lpcap
9CFLAGS+=-DHAVE_SNPRINTF
10
11.include <bsd.prog.mk>
12