NetBSD/usr.bin/cksum/Makefile
cgd 19f1d2d611 update to the latest cksum utility from uunet. this one is posix
compliant (i think), and fixes a bogon in the old CRC calculation.
yes, that's right, the CRC's it generates are different.
1993-11-02 07:33:08 +00:00

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>