]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/cksum/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>