git: 9front

ref: ef596514f90ad4e2f481514f64797f76cd8f5ed3
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>