freebsd-dev/usr.sbin/ckdist/Makefile
Jordan K. Hubbard dcf118f17c ckdist - a handy utility for verifying the sanity of a distribution.
This will probably need to go away again someday when distributions get
folded into packages and there are no more dist files to check, but knowing
how long we've been waiting on THAT, this will be a welcome tool for the
interim.
Submitted by:	Robert Nordier <rnordier@iafrica.com>
1997-01-21 12:58:53 +00:00

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>