92702177a0
finish the addition to the HISTORY section.
10 lines
237 B
Makefile
10 lines
237 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.4 1995/01/15 06:43:49 mycroft Exp $
|
|
|
|
PROG= cksum
|
|
SRCS= cksum.c crc.c print.c sum1.c sum2.c
|
|
LINKS= ${BINDIR}/cksum ${BINDIR}/sum
|
|
MLINKS= cksum.1 sum.1
|
|
|
|
.include <bsd.prog.mk>
|