mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
10 lines
124 B
Makefile
10 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
|
|
|
PROG= ckdist
|
|
SRCS= ckdist.c crc.c
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|