git: 9front

ref: 687829604894513a087916c2412c2b3e04a6f89b
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>