mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
13 lines
142 B
Makefile
13 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ckdist
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
|
|
|
SRCS= ckdist.c crc.c
|
|
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.prog.mk>
|