git: 9front

ref: 82f4d6c720c9ee7706878fd6a9c90c7e527e8ffb
dir: /sys/src/cmd/diff/test/diff-t12.l/

View raw version
# Test HMAC:

PROG=		hmactest
SRCS=		hash.c hmactest.c
.PATH:		${.CURDIR}/../../
NOMAN=
CFLAGS+=	-I${.CURDIR}/../../ -Wall
DEBUG=		-g

.include <bsd.prog.mk>