mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
11 lines
117 B
Makefile
11 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/usr.bin/cksum
|
|
|
|
PROG= ckdist
|
|
SRCS= ckdist.c crc.c
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|