aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/cksum/Makefile
blob: be7aebe31d5a192e70291e7631b54626dc95bf11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROG=	cksum
MAN=	cksum.1 sum.1
SRCS=	cksum.c \
	crc.c \
	crc32.c \
	print.c \
	sum1.c \
	sum2.c

BINDIR=/bin

.include <bsd.prog.mk>