git: 9front

ref: 37f8f8e3e43a4ac6ae65609b8ae7805a04ffe6e7
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>