]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/ether_reflect/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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
8 LDADD+= -lpcap
9
10 .include <bsd.prog.mk>