mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
13 lines
187 B
Makefile
13 lines
187 B
Makefile
|
|
# $Id: Makefile,v 1.1 1997/01/14 14:50:52 rnordier Exp $
|
||
|
|
|
||
|
|
PROG= ckdist
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
||
|
|
|
||
|
|
SRCS= ckdist.c crc.c
|
||
|
|
|
||
|
|
DPADD= ${LIBMD}
|
||
|
|
LDADD= -lmd
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|