19f1d2d611
compliant (i think), and fixes a bogon in the old CRC calculation. yes, that's right, the CRC's it generates are different.
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1993/11/02 07:33:08 cgd Exp $
|
|
|
|
PROG= cksum
|
|
SRCS= cksum.c crc.c print.c sum1.c sum2.c
|
|
|
|
.include <bsd.prog.mk>
|