diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ether_reflect/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/ether_reflect/Makefile b/tools/tools/ether_reflect/Makefile index 822643b..0d20f39 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> |