]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.bin/cksum/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.bin / cksum / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/28/95
2 # $FreeBSD$
3
4 PROG=   cksum
5 SRCS=   cksum.c crc.c print.c sum1.c sum2.c crc32.c
6 LINKS=  ${BINDIR}/cksum ${BINDIR}/sum
7 MLINKS= cksum.1 sum.1
8
9 .include <bsd.prog.mk>