Merge from vendor branch TCSH:
[dragonfly.git] / bin / cpdup / Makefile
1 # $DragonFly: src/bin/cpdup/Makefile,v 1.6 2006/08/13 20:51:40 dillon Exp $
2 #
3
4 PROG=   cpdup
5 SRCS=   cpdup.c hcproto.c hclink.c misc.c fsmid.c
6
7 .if !defined(NOMD5)
8 SRCS+=  md5.c
9 .endif
10
11 LDADD+= -lmd
12 DPADD+= ${LIBMD}
13
14 .include <bsd.prog.mk>
15