]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/ether_reflect/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / ether_reflect / Makefile
1 #
2 # $FreeBSD$
3 #
4 # A Makefile that builds both the ether_reflect program and its manual page.
5
6 PROG=   ether_reflect
7 DPADD=  ${LIBPCAP}
8 LDADD=  -lpcap
9 CFLAGS+=-DHAVE_SNPRINTF
10
11 .include <bsd.prog.mk>