summaryrefslogtreecommitdiff
path: root/usr.bin/cksum/Makefile
blob: 9e74093fd5eee2460565d75c0177f3a2425c0acb (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:32:00 deraadt Exp $
#	$NetBSD: Makefile,v 1.6 1995/09/02 05:45:13 jtc Exp $

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>