Document some variables which were added with Andreas Hauser's rc.firewall
[dragonfly/vkernel-mp.git] / bin / cpdup / Makefile
blobd9f96393d800fe5043875d087b35cefe121e7add
1 # $DragonFly: src/bin/cpdup/Makefile,v 1.6 2006/08/13 22:51:40 dillon Exp $
4 PROG= cpdup
5 SRCS= cpdup.c hcproto.c hclink.c misc.c fsmid.c
7 .if !defined(NOMD5)
8 SRCS+= md5.c
9 .endif
11 LDADD+= -lmd
12 DPADD+= ${LIBMD}
14 .include <bsd.prog.mk>