1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../usr.bin/cksum 4 5PROG= ckdist 6SRCS= ckdist.c crc.c 7 8LIBADD= md 9 10.include <bsd.prog.mk> 11