aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ether_reflect/Makefile
blob: 0d20f39baff383f51a79662e8f191a61df23b66d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# $FreeBSD$
#
# A Makefile that builds both the ether_reflect program and its manual page.

PROG=   ether_reflect
DPADD=	${LIBPCAP}
LDADD=	-lpcap
CFLAGS+=-DHAVE_SNPRINTF

.include <bsd.prog.mk>