git: 9front

ref: 38eae858b6ca15dfe32f1ff71ab6e72e3217b294
dir: /sys/src/cmd/diff/test/diff-t12.1/

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>