]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/cksum/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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>