This commit was generated by cvs2svn to compensate for changes in r27219,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Bruce Evans 1997-07-06 02:22:28 +00:00
commit ee589d62ba

View File

@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# @(#)Makefile 8.2 (Berkeley) 4/28/95
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>