aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ether_reflect/Makefile
blob: 5f4b8b8475423c0a9116b80f9009774559bc2d82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# $FreeBSD: src/tools/tools/ether_reflect/Makefile,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
#
# A Makefile that builds both the ether_reflect program and its manual page.

PROG=   ether_reflect

LDADD+= -lpcap

.include <bsd.prog.mk>