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

.include <bsd.prog.mk>