Makefile revision 204311
1#
2# $FreeBSD: head/tools/tools/ether_reflect/Makefile 204311 2010-02-25 14:42:26Z ru $
3#
4# A Makefile that builds both the ether_reflect program and its manual page.
5
6PROG=   ether_reflect
7DPADD=	${LIBPCAP}
8LDADD=	-lpcap
9
10.include <bsd.prog.mk>
11