From ae4a55295b3905d28876411ce82b5c05af3da017 Mon Sep 17 00:00:00 2001 From: brucec Date: Sat, 16 Apr 2011 11:06:09 +0000 Subject: [PATCH] MFC r219524: Fix the build: we have snprintf(3). git-svn-id: svn://svn.freebsd.org/base/stable/8@220709 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- tools/tools/ether_reflect/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/ether_reflect/Makefile b/tools/tools/ether_reflect/Makefile index e3cf26678..62f357649 100644 --- a/tools/tools/ether_reflect/Makefile +++ b/tools/tools/ether_reflect/Makefile @@ -4,6 +4,7 @@ # A Makefile that builds both the ether_reflect program and its manual page. PROG= ether_reflect +CFLAGS+=-DHAVE_SNPRINTF LDADD+= -lpcap -- 2.45.0