summaryrefslogtreecommitdiff
path: root/regress/usr.bin/diff/t12.1
blob: 009bd692d337c644b1a40a26932ac077fc406153 (plain)
1
2
3
4
5
6
7
8
9
10
# Test HMAC:

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

.include <bsd.prog.mk>