2cad40fdac
branch and will temporarily give bogus hard links cksum[.1] -> sum[.1].
9 lines
176 B
Makefile
9 lines
176 B
Makefile
# @(#)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>
|