mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
10 lines
117 B
Makefile
10 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/usr.bin/cksum
|
|
|
|
PROG= ckdist
|
|
SRCS= ckdist.c crc.c
|
|
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|