c6db8143ed
Reduce overlinking
11 lines
124 B
Makefile
11 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
|
|
|
PROG= ckdist
|
|
SRCS= ckdist.c crc.c
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|