OpenBSD-4.6/regress/usr.bin/diff/t12.2

#	$OpenBSD: t12.2,v 1.1 2003/07/21 20:16:21 otto Exp $

# Test HMAC:

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

.include <bsd.prog.mk>