1#
2# $FreeBSD$
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