--- src/bin/cpdup/Makefile 2006/04/25 21:30:45 1.5 +++ src/bin/cpdup/Makefile 2006/08/13 20:51:40 1.6 @@ -2,7 +2,11 @@ # PROG= cpdup -SRCS= cpdup.c misc.c md5.c fsmid.c +SRCS= cpdup.c hcproto.c hclink.c misc.c fsmid.c + +.if !defined(NOMD5) +SRCS+= md5.c +.endif LDADD+= -lmd DPADD+= ${LIBMD}