aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ether_reflect
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2011-03-11 19:19:47 +0000
committerRebecca Cran <brucec@FreeBSD.org>2011-03-11 19:19:47 +0000
commitac34e5511b6c5f207f8c692bc5276d7d3706951d (patch)
tree749a2854d786c1def58cd4c49808c21c8c515629 /tools/tools/ether_reflect
parentc77715ef6c4ae24e78a5354b76e754bdded371d9 (diff)
downloadsrc-ac34e5511b6c5f207f8c692bc5276d7d3706951d.tar.gz
src-ac34e5511b6c5f207f8c692bc5276d7d3706951d.zip
Fix the build: we have snprintf(3).
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=219524
Diffstat (limited to 'tools/tools/ether_reflect')
-rw-r--r--tools/tools/ether_reflect/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/ether_reflect/Makefile b/tools/tools/ether_reflect/Makefile
index 822643bf497d..0d20f39baff3 100644
--- a/tools/tools/ether_reflect/Makefile
+++ b/tools/tools/ether_reflect/Makefile
@@ -6,5 +6,6 @@
PROG= ether_reflect
DPADD= ${LIBPCAP}
LDADD= -lpcap
+CFLAGS+=-DHAVE_SNPRINTF
.include <bsd.prog.mk>