Fix the build: we have snprintf(3).

MFC after:	1 week
This commit is contained in:
Rebecca Cran 2011-03-11 19:19:47 +00:00
parent c77715ef6c
commit ac34e5511b

View File

@ -6,5 +6,6 @@
PROG= ether_reflect
DPADD= ${LIBPCAP}
LDADD= -lpcap
CFLAGS+=-DHAVE_SNPRINTF
.include <bsd.prog.mk>