# $FreeBSD$

.PATH: ${.CURDIR}/../../usr.bin/cksum

PROG=	ckdist
SRCS=   ckdist.c crc.c

LIBADD=	md

.include <bsd.prog.mk>
