Separate the MD5 code into its own module.
[dragonfly.git] / bin / cpdup / Makefile
1 # $DragonFly: src/bin/cpdup/Makefile,v 1.5 2006/04/25 21:30:45 dillon Exp $
2 #
3
4 PROG=   cpdup
5 SRCS=   cpdup.c misc.c md5.c fsmid.c
6
7 LDADD+= -lmd
8 DPADD+= ${LIBMD}
9
10 .include <bsd.prog.mk>
11