PROG=	test-memcmp
SRCS=	c-memcmp.c \
	test-memcmp.c
MAN=	
CFLAGS+=-O2 -g -Wall -Wextra -Wpointer-arith -Weverything

.include <bsd.prog.mk>
